]> git.sur5r.net Git - openldap/history - servers/slapd/back-passwd
Fixed exit code processing. passwd.c never committed its password change
[openldap] / servers / slapd / back-passwd /
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-06-28 Randy KunkeeRemove global_backendsyncfreq code (code has been pushe...
2001-06-22 Randy KunkeeAdd sync_daemon to daemon.c, enabled by global configur...
2000-12-28 Kurt ZeilengaITS#941: back-passwd levels fix from nick@debian.org
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-06-21 Mark ValenceNew backend routine: back_attribute
2000-06-16 Kurt ZeilengaAdd backend_check_referrals() framework.
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-25 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Update back-passwd (that was...
2000-05-22 Kurt ZeilengaConst'ification
2000-05-11 Howard ChuRemoved XLDFLAGS, unnecessary for modules.
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-01-02 Luke HowardFilled in Cyrus SASL authz/storage callbacks for all...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-09-24 Kurt ZeilengaIn preparation for adding dn_rewrite()...
1999-09-18 Howard ChuAdded mixed-case as well as up-cased DN argument. The...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethFix str2lower() -> ldap_pvt_str2lower()
1999-08-20 Kurt Zeilengamore const'ification
1999-08-17 Howard ChuMake init_module return a success/fail value.
1999-08-09 Howard ChuFix explicit backend dependencies. Wildcard was unreliable.
1999-08-07 Howard ChuFinal round of module changes
1999-08-06 Howard ChuFor dynamic modules, must explicitly zero BackendInfo...
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-13 Hallvard FurusethAdd opattrs=0 arg to send_search_entry() call
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-05-21 Kurt Zeilengas/WIN32/HAVE_WINSOCK/
1999-04-29 Kurt ZeilengaUpdate back-passwd based on patches from howard.chu...
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-03-22 Kurt ZeilengaRound 2 of connection management changes.
1999-03-17 Kurt ZeilengaUse HAVE_PW_GECOS when needed.
1999-03-03 Hallvard Furusethfunction pointers are incompatible with `void *'; remov...
1999-02-20 Hallvard Furusethwrap bi_acl_group in #ifdef SLAPD_ACLGROUPS
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
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-12-20 Kurt ZeilengaFix server --without-xxx build issues...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-22 Kurt Zeilenga"make veryclean" now lives up to its name.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-26 Kurt ZeilengaMove sizelimit check such that it limits what's returne...
1998-10-25 Kurt Zeilengaremove old files
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaRemove DEFS variables from Makefiles, remove bridge.h.
1998-09-21 Kurt ZeilengaFix VPATH includes/libraries
1998-09-20 Kurt ZeilengaAdded basic VPATH support. VPATH Make depend still...
1998-09-20 Kurt ZeilengaReworked enable/with options. Mostly works.
1998-09-18 Kurt ZeilengaRemove old build system.
1998-09-18 Kurt ZeilengaMake all, clean, veryclean, depend, install all appear...
1998-09-18 Kurt ZeilengaAdded slapd templates.
1998-09-16 Kurt ZeilengaWrap $CC with quotes.
1998-08-20 Kurt ZeilengaRemoved use of paths not defined in ldapconfig.h.edit.
1998-08-09 Kurt ZeilengaLDAPworld P3: SLAPD LDBM Generation with Multiple Backends
1998-08-09 Kurt Zeilengaapply FreeBSD changes to main branch
1998-08-09 Kurt ZeilengaModified make system to support CVS instead of RCS
1998-08-09 Kurt ZeilengaInitial revision