]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
When a validate function fails from within a tool, report the offending
[openldap] / servers / slapd / daemon.c
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-18 Kurt ZeilengaDon't check fd_sets until after we check fd < dtblsize
2000-09-06 Kurt ZeilengaMinor IPv6 changes (ITS#716) suggested by Stig Venass...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-08-24 Kurt ZeilengaITS#681: Fix for problems with IPv6 and ACLs
2000-08-17 Kurt ZeilengaCheck for IP using != AF_LOCAL instead of = AF_INET
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-25 Kurt ZeilengaClean up WSAENOTSOCK code (no functional change)
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-07-21 Kurt ZeilengaShare function declarations between varients
2000-07-18 Kurt ZeilengaClarify message logged upon host_access() failure
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-09 Kurt Zeilengas/enable-unix/enable-local/
2000-06-26 Kurt ZeilengaAdd missing sockerr call
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-13 Kurt ZeilengaReworked thread code to better support thread-library...
2000-06-10 Kurt ZeilengaThought I fixed these errors previously... oh well.
2000-06-10 Mark ValenceRemoved active_threads count and associated mutex/cond...
2000-06-09 Kurt ZeilengaUpdate PF_INET6 and PF_UNIX detection, both default...
2000-06-09 Kurt ZeilengaAdditional IPv6 changes from Stig Venaas
2000-06-08 Kurt ZeilengaInitialize peername with EOS.
2000-06-07 Mark ValenceUse thread pool for operation threads.
2000-06-07 Kurt ZeilengaUse ldap_pvt_url_scheme2tls() to test for ldaps://
2000-06-07 Mark Valenceldap_is_ldaps_url takes a char *. Is there a better...
2000-06-07 Kurt ZeilengaRework URI parser to provide true scheme not proto...
2000-06-06 Kurt ZeilengaBasic IPv6 support...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuMore fixes for NT support:
2000-01-11 Kurt ZeilengaPer ITS#419, don't require SLAPD_RLOOKUPS when HAVE_TCPD
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-13 Kurt ZeilengaRemove lint
1999-12-12 Kurt ZeilengaAdd password check and generation check.
1999-12-09 Mark ValenceOn Windows, WSAENOTSOCK is treated the same as EBADF...
1999-12-02 Howard ChuFix WAKE_LISTENER hang in single-threaded server
1999-12-02 Howard ChuDon't call FD_SET for an fd if it is already set. This...
1999-11-28 Howard ChuRead a full buffer from wake_sds whenever we wake up...
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-30 Kurt ZeilengaDo not attempt to obtain sizeof(sin_addr.s_addr) or...
1999-10-28 Howard ChuFix Winsock-related warnings and/or bugs.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Hallvard FurusethRemove lint
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-02 Hallvard FurusethCleanup:
1999-09-01 Kurt ZeilengaFix idle timeout code.
1999-08-31 Kurt ZeilengaClean up soctpair for NT. Add USE_PAIR to allow pair...
1999-08-31 Kurt Zeilengasockpair cleanup including:
1999-08-31 Howard ChuUse lutil_pair(), WAKE_LISTENER now uses this socket.
1999-08-29 Kurt ZeilengaBack out to simple sock_errno sock_errstr macros and...
1999-08-29 Howard ChuReplaced sock_errno()/sock_errstr() macros with SOCK_ER...
1999-08-29 Kurt ZeilengaMake sock_errstr expect an error value instead of relyi...
1999-08-29 Howard ChuDefined tcp_read and tcp_write. Use them in daemon.c
1999-08-29 Howard Chuper Hallvard's advice: fixed definition of sock_errstr().
1999-08-29 Howard ChuUse sock_errno() and sock_errstr() in socket debug...
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-19 Hallvard Furusethplug memory leak
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-07 Hallvard FurusethMinor cleanup:
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-04 Kurt ZeilengaAdd copyright notice and a few comments here and there
1999-08-03 Kurt ZeilengaInitial inet_aton() detection.
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-07-27 Kurt ZeilengaFix -USLAPD_RLOOKUPS
1999-07-22 Kurt ZeilengaImplement TCP_NODELAY on both client and server side.
1999-07-22 Kurt ZeilengaFix IP: typo in peername
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-20 Gary Williamsuse rd instead of i looking for listeners (line 848)
1999-07-20 Julio Sánchez Fern... Move the input data exhaustion loop to connection.c...
1999-07-20 Julio Sánchez Fern... If we did gethostbyname, we need no further address...
1999-07-20 Kurt ZeilengaDon't call Debug inside a signal handler
1999-07-19 Kurt ZeilengaFix new URL startup code.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Hallvard FurusethAdd comment thatPass socklen_t* instead of int* to...
1999-07-16 Julio Sánchez Fern... Look on connection_read() if it returns positive so...
1999-07-14 Julio Sánchez Fern... connection_init now takes one more argument that indica...
1999-07-14 Julio Sánchez Fern... Only bind on TLS port if explicitly requested with...
1999-07-14 Julio Sánchez Fern... Bind and listen on TLS port too
1999-06-21 Kurt ZeilengaAdd missing arguments to Debug() calls... and adapt...
1999-06-19 Kurt ZeilengaLimit the check to a 4 tries every timeout.
1999-06-19 Kurt Zeilengaexperimental connections_timeout_idle() implementation.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Gary Williamsfix comments (remove // style), free(ptr) in slapd_daem...
1999-06-17 Kurt ZeilengaRecommit NT service changes (untested) with changes...
1999-06-17 Kurt Zeilengaldapconfig.h vs ldap_config.h changes
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-17 Kurt ZeilengaBackout NT Service changes.... breaks Unix builds...
1999-06-16 Gary Williamsadd code to support slapd as NT service
1999-06-14 Kurt ZeilengaRemove check for inactive streams before connection_rea...
1999-06-11 Kurt ZeilengaEXPERIMENTAL: move slapd_remove to connections_read...
1999-06-10 Kurt ZeilengaClose inactive streams instead of asserting condition.
1999-06-10 Kurt ZeilengaAdd cheap EBADF loop protection.
1999-06-10 Kurt ZeilengaFix typo in last commit.
1999-06-10 Kurt ZeilengaDon't shutdown when select() returns EBADF.
1999-06-10 Kurt ZeilengaFix unprotected (and bad) FD_SET asserts.
1999-06-04 Kurt ZeilengaClose hit socket.
1999-06-04 Kurt ZeilengaMove WAKE_LISTENER call behind &connection_mutex to...
1999-05-24 Kurt Zeilengasetsockopt( SO_KEEPALIVE ) on the listen() socket....
1999-05-24 Kurt ZeilengaImplement keep alives. Probably should be a configurat...
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
next