]> git.sur5r.net Git - openldap/history - servers/slapd/monitor.c
(re)introduce o_connid such that STATS doesn't need c_mutex (which it
[openldap] / servers / slapd / monitor.c
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-05 Kurt ZeilengaAdd get_ctrls()...
1999-07-02 Kurt ZeilengaMore bind changes to support SASL/DIGEST.
1999-07-01 Kurt ZeilengaAdd macros to support testing of error categories to...
1999-06-30 Kurt ZeilengaReimplement connection counters. Format of "connection...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Kurt Zeilengainitial commit of idletimeout code... everything but...
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-05-27 Kurt ZeilengaMake connection_first/next/done reentrant.
1999-04-28 Kurt ZeilengaMake Versionstr const.
1999-04-14 Gary Williamsput conditions on i, buf2 and c so we don't get unrefer...
1999-03-26 Kurt ZeilengaReenable counters.
1999-03-22 Kurt Zeilengaslap_set_time() is no longer necessary.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
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 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-03 Kurt ZeilengaAnother concurrency typo.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-18 Kurt Zeilengae_ndn = dn_normalize_case( e_dn )
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-04 Kurt ZeilengaHAVE_LWP_THR was renamed HAVE_THR.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengaimport localtime -> gmtime change from -devel
1998-10-21 Kurt Zeilengaifdef Y2K -> ifndef LOCALTIME
1998-10-21 Kurt Zeilengamore localtime -> gmtime changes
1998-10-21 Kurt ZeilengaUse gmtime() instead of localtime()
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-09-16 Kurt ZeilengaInsert Y2K fix (hidden behind -DLDAP_Y2K).
1998-08-09 Kurt ZeilengaMerged LDAPworldCurrent (P1-10,13,15,16,19-22)
1998-08-09 Kurt ZeilengaLDAPworld P1: DEC and other portability issues
1998-08-09 Kurt ZeilengaInitial revision