]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/ppolicy.c
ITS#5094 fix from HEAD
[openldap] / servers / slapd / overlays / ppolicy.c
2007-08-16 Howard ChuITS#5094 fix from HEAD
2007-07-24 Howard ChuRevert prev commit. There's no solid justification...
2007-07-22 Howard ChuITS#5040 don't touch modifyTimestamp and other opattrs...
2007-06-14 Howard Chuctrl oid fix from HEAD
2007-06-13 Howard ChuFix ITS#4665 OID comparison
2007-06-08 Howard ChuITS#4970 from HEAD
2007-02-08 Howard ChuITS#4836, backport dynamic config support from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-11-10 Howard ChuITS#4741 from HEAD
2006-10-26 Pierangelo Masaratiimport fix to ITS#4665 (was erroneously marked as close...
2006-10-06 Howard ChuITS#4692 fix from HEAD
2006-08-09 Quanah Gibson-MountITS#4634
2006-07-31 Quanah Gibson-MountITS#4596: control can be critical
2006-07-28 Kurt ZeilengaPatches from Quanah
2006-05-13 Kurt Zeilenga+ Updated ldapdelete(1) to stdout bug (ITS#4453)
2006-05-09 Kurt ZeilengaMore changes suggested by Quanah
2006-01-23 Kurt ZeilengaFrom HEAD:
2006-01-03 Kurt ZeilengaHappy new year!
2005-11-27 Kurt ZeilengaSync with HEAD
2005-11-16 Kurt Zeilengappolicy fix
2005-11-14 Kurt ZeilengaSync with HEAD
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-26 Kurt ZeilengaSync with HEAD
2005-08-25 Kurt ZeilengaSync with HEAD (need to update CHANGES)
2005-08-19 Kurt ZeilengaSync with HEAD
2005-08-17 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
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...