]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/ppolicy.c
Sync with HEAD
[openldap] / servers / slapd / overlays / ppolicy.c
2005-07-11 Kurt ZeilengaSync with HEAD
2005-06-08 Kurt ZeilengaSync with HEAD (ready for 2.3 "release"?)
2005-06-03 Kurt ZeilengaMerge in recent changes to HEAD
2005-05-06 Kurt ZeilengaMerge from HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-01-28 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-12-01 Howard ChuPass entire entry to password_quality check module...
2004-11-23 Howard ChuDynamic control management
2004-11-05 Howard ChuOnly use libltdl #if SLAPD_MODULES is defined, otherwis...
2004-10-07 Howard ChuAdd ppolicy_hash_cleartext config keyword, hash Adds...
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-28 Howard ChuMove time parsers from ppolicy.c to liblutil; preserve...
2004-09-21 Howard ChuMake ppolicy_add consistent with ppolicy_modify - don...
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-08-15 Howard ChuFix crash on modify if userpassword didn't exist yet
2004-07-18 Howard Chustrptime is unreliable, just parse time ourselves
2004-05-13 Pierangelo Masaratifix schema initialization when built as module...
2004-05-13 Howard Chubetter fix for prev commit
2004-05-13 Howard ChuITS#3137 defer schema loading until overlay configuration
2004-04-08 Howard ChuFix attributions, add HP info
2004-04-07 Kurt Zeilengause BER_BVNULL
2004-04-06 Pierangelo Masaratisilence erroneous warning
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Howard ChuAllow users to change their own password by default...
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-04-05 Howard ChuAvoid mktime/gmtime in parse_time(), just compute time_...
2004-04-04 Howard ChuFix prev commit, days at month boundaries
2004-04-04 Howard ChuFix parse_time GMT computation for daylight savings...
2004-04-03 Howard ChuDon't manipulate password history if not configured...
2004-03-18 Howard ChuFix prev commit
2004-03-18 Howard ChuAdded ppolicy_use_lockout keyword; Default behavior...
2004-03-18 Howard ChuAdded ppolicy_hide_lockout keyword
2004-03-17 Howard ChuFix account lock check
2004-03-16 Howard ChuPassword policy overlay, implements draft 7. The spec...