]> git.sur5r.net Git - openldap/history - servers/slapd/slap.h
Vienna Bulk Commit
[openldap] / servers / slapd / slap.h
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-30 Kurt Zeilengaprotect multi-statement macros... ie: do { s1; s2...
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-29 Hallvard FurusethAdd <ac/socket.h>
1999-04-13 Hallvard FurusethAdd struct backend_info->bi_entry_release_rw and relate...
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-04-01 Gary WilliamsNT port
1999-03-26 Kurt ZeilengaReenable counters.
1999-03-23 Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-16 Kurt ZeilengaFirst cut at bind race fix. Passes our test suite...
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-03-01 Kurt SpanierIntroduction of first version of transaction processing...
1999-02-12 Kurt SpanierServer timing as a private feature of the bdb2 backend.
1999-02-10 Kurt ZeilengaMove LDBM-backend specific fields of Entry struct into...
1999-02-09 Kurt ZeilengaAdd a field to count the number of databases per type...
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt SpanierFix braindead signal handling in linux kernal threads.
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaBackout recent initialization/startup changes in prep...
1999-02-02 Kurt ZeilengaFix statlog... debugging change got commit by mistake.
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-02-01 Kurt ZeilengaRebuild configure using autoconf 1.3 (with aclocal...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaChange o_private from int to void*. Use it to hold...
1999-01-21 Kurt ZeilengaAdd c_protocol to slap_conn to track protocol version...
1999-01-21 Kurt Zeilenga*** empty log message ***
1999-01-19 Kurt ZeilengaRecode suffixAlias to implement simple check to see...
1999-01-19 Kurt ZeilengaRemoved o_suffix and o_suffixalias as they were 1)...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1999-01-10 Kurt Zeilengarename 'struct op' to 'struct slap_op'
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt ZeilengaAdd configure code for setting LDAP_SYSLOG but actually...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Kurt ZeilengaDon't include portable.h. Headers can and should assum...
1998-11-05 Hallvard FurusethAvoid f_next name conflict
1998-11-04 Kurt Zeilengastruct ldap is now opaque to clients.
1998-10-27 Stuart Lynne1. extend aclgroup's to be able to specify objectClassV...
1998-10-26 Kurt ZeilengaMore header work toward draft-ietf-ldapext-ldap-c-api-01.
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-24 Kurt ZeilengaAdded Will Ballantyne's General Aliasing code.
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-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-19 Kurt ZeilengaMerged in LASTMOD changes from Allan Stuart.
1998-08-09 Kurt ZeilengaInitial revision