]> git.sur5r.net Git - openldap/history - servers/slapd/back-ldbm/passwd.c
Notices and acknowledgements
[openldap] / servers / slapd / back-ldbm / passwd.c
2003-09-15 Kurt Zeilengacleanup
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-07-15 Jong Hyuk ChoiVarious changes
2003-04-30 Howard ChuAdded errmsg arg to lutil_passwd_{check,hash} functions
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-22 Howard ChuITS#2390 - freeing uninit'd ndn
2003-02-25 Kurt ZeilengaSLAP_NVALUES: fix up modify password exop
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-01-03 Kurt ZeilengaHappy new year
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuMore struct berval conversions
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-25 Kurt ZeilengaFIx up replog calls, add replog call to bdb passwd
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-08-04 Pierangelo Masaratifix a reference to volative memory in back-ldbm/passwd...
2001-07-14 Kurt ZeilengaQuick and dirty hack to add password modify replication.
2001-06-06 Kurt ZeilengaAdd more detailed reporting of schema violations to...
2001-03-17 Kurt ZeilengaFix typo
2001-03-15 Kurt ZeilengaNormalized user DN
2001-01-17 Gary Williamsfix format for new logging
2000-10-11 Kurt ZeilengaUpdate ldappasswd binddn bug, man page and error reporting
2000-09-20 Kurt ZeilengaFix typo in comment
2000-09-05 Kurt ZeilengaConsistently don't require "entry" access (except on...
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-28 Kurt Zeilengamodify ldbm_modify_internal to return error text
2000-05-28 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: add missing AttributeDescriptions
2000-05-22 Kurt ZeilengaConst'ification
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-25 Kurt ZeilengaLDAP_OPERATIONS_ERROR -> LDAP_OTHER
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-03-02 Kurt ZeilengaStartTLS now grabs conn->c_mutex before mucking with...
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
1999-12-15 Kurt ZeilengaUpdated sasl response to support returning of referrals.
1999-12-13 Kurt ZeilengaRemove lint
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...