]> git.sur5r.net Git - openldap/history - servers/slapd/daemon.c
Fix IP: typo in peername
[openldap] / servers / slapd / daemon.c
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
1999-05-07 Ben CollinsMissing # in front of else in the sockinit #if's
1999-05-06 Gary Williamsldap_pvt_thread_kill doesn't work on NT, so use hit_soc...
1999-04-28 Kurt ZeilengaWinsock changes:
1999-04-23 Kurt ZeilengaImplement "quick" shutdown (similiar in behavior to...
1999-04-17 Kurt ZeilengaProtect listener_tid from being killed after the listen...
1999-04-16 Kurt ZeilengaFix typo in write select. Fix errors in WINSOCK handling.
1999-04-14 Gary Williamsput conditions on hp so we don't get unreferenced varia...
1999-04-08 Kurt ZeilengaChanges to support FreeBSD LinuxThreads port. Namely...
1999-04-03 Hallvard FurusethAdd missing \n's in Debug statements
1999-04-03 Hallvard FurusethAdd -U and -G options to set user and group id.
1999-04-02 Hallvard FurusethFactor `}' out of #if/...}/#else...}/#endif, so Emacs...
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-04-01 Gary WilliamsNT port
1999-03-29 Kurt ZeilengaAdd ioctl_t for arg type (Unix requires 'int', Winsock...
1999-03-29 Kurt ZeilengaRework ac/socket.h for HAVE_WINSOCK:
1999-03-23 Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22 Kurt ZeilengaRound 2 of connection management changes.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-20 Kurt ZeilengaUse calloc properly... could result in too few bytes...
1999-03-17 Kurt ZeilengaAdd slapd -a address support. Allows you to bind to...
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-02 Kurt ZeilengaAdd protect against new connection descriptor being...
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-06 Kurt ZeilengaMove SIGNAL() calls to main so that any thread can...
1999-02-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaMinor fixes to complete backout of initialization/start...
1999-02-02 Kurt ZeilengaHack up a quick bandaid to make things compile. Startu...
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-29 Kurt ZeilengaDon't leak slap_op when op not in list.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-24 Kurt Zeilengaincorrect args to tcpd statslog
1999-01-21 Kurt SpanierDefinition of slapd pid and args files as slapd.conf...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt ZeilengaITS#44 fix. denied connections should not be added...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-07 Kurt ZeilengaUpdated SLAPD args/pid file codes to use DEFAULT_RUNDIR...
1999-01-07 Kurt ZeilengaApply fix suggested by Ben Collins <bmc@visi.net>
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1998-12-20 Kurt ZeilengaMinor change to signal handler. Changed _shutdown...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-22 Kurt ZeilengaReplaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT...
1998-11-18 Kurt ZeilengaUpdate LinuxThread signal handling. Hide #ifdef hell...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt ZeilengaFound the really, really stupid bug. The SAFEMEMCPY...
1998-10-22 Kurt ZeilengaChanged THREAD_PREEMPTIVE to PREEMPTIVE_THREADS.
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-27 Kurt ZeilengaAdd NO_THREADS fix from tih@nhh.no
1998-08-19 Kurt ZeilengaModified build environment to correctly support bin...
1998-08-18 Kurt ZeilengaChanged FD_SETSIZE checks for consistency. Added check...
1998-08-17 Kurt ZeilengaMerge from LAMBERT branch
1998-08-15 Kurt ZeilengaAdded support for TCP_WRAPPERS (ldapd code not tested... LDAP_3_3+prerelease
1998-08-15 Kurt ZeilengaFixed "faled" typo in debug message
1998-08-15 Kurt Zeilengafix SIGUNUSED typo
1998-08-13 Kurt Zeilengadaemon -> slapd_daemon
next