]> git.sur5r.net Git - openldap/history - servers/slapd/bind.c
Set SLAPI_BIND_CREDENTIALS for bind preoperation plugin
[openldap] / servers / slapd / bind.c
1999-07-27 Kurt ZeilengaResurrect suffix aliasing...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-16 Kurt Zeilenga(re)introduce o_connid such that STATS doesn't need...
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-04 Kurt ZeilengaRegarding previous commit:
1999-07-04 Kurt ZeilengaHEADS UP: connections are forced to "anonymous" status...
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-07-01 Kurt ZeilengaFairly complete slapd SASL bind parsing... and centrali...
1999-07-01 Kurt ZeilengaNO-OP SASL parsing... DIGEST-MD5 coming soon.
1999-06-30 Kurt ZeilengaRework BER decoding with lieu of LDAPv3 controls (comin...
1999-06-29 Kurt ZeilengaAdd framework for sasl and controls.
1999-06-29 Kurt ZeilengaLog out to stderr, add LDAP_VERSION3 support to bind...
1999-06-29 Kurt ZeilengaRemove old U-Mich v3.0 and OLD_LDAP_* crud.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-05-22 Kurt Zeilengaldap.h:
1999-05-20 Kurt ZeilengaShould not have freed ber_buf when freeing temp copy
1999-05-19 Kurt Zeilengamethod tag should be unsigned long.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-09 Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-22 Kurt Zeilenganextid cleanup in preparation to disable next_id_return().
1999-01-21 Kurt ZeilengaFix c_cdn typo. Ouch.
1999-01-21 Kurt ZeilengaAdd c_protocol to slap_conn to track protocol version...
1999-01-19 Kurt ZeilengasuffixAlias will return a normalized uppercase DN if...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
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-08 Hallvard Furusethber_scanf() returns unsigned long, not int
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-23 Kurt Zeilengaslapd returned "partial results and referral" even...
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-09 Kurt ZeilengaInitial revision