]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/ppolicy.c
ITS#4238 don't hide syncrepl control from rootDSE
[openldap] / servers / slapd / overlays / ppolicy.c
2005-11-25 Pierangelo Masaratistreamline overlay configuration
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-16 Howard ChuFix Add password_hash to not depend on password quality...
2005-11-06 Pierangelo Masaratisilence warnings
2005-11-05 Howard ChuITS#4148 fix replica mods
2005-11-03 Howard ChuITS#4134 additional fix
2005-11-03 Howard ChuITS#4134 delete pwdFailureTime on password reset
2005-09-27 Howard ChuITS#4025 add pretty/normal for pwdAttribute that recogn...
2005-09-04 Howard ChuITS#3980 fix when master doesn't explicitly reset grace...
2005-09-04 Howard ChuITS#3980, filter out some delete modifications on repli...
2005-09-02 Howard ChuAdd missing return from rev 1.27
2005-09-02 Howard Chuper LDAPext discussion, delete pwdAccountLockedTime...
2005-09-02 Howard ChuBypass all add/modify checks on replicas, the master...
2005-08-26 Howard ChuLeave pwdPolicySubEntry user-modifiable for now
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-23 Howard ChuUpdated for draft 09, allow MANAGE for operational...
2005-08-18 Pierangelo Masaratimerge sml_managing into sml_flags (SLAP_MOD_MANAGING)
2005-08-18 Pierangelo Masaratizero out sml_managing any time a Modifications is built...
2005-08-18 Howard ChuITS#3946 reset lockout status at beginning of all Binds
2005-08-17 Howard ChuITS#3946 use connection_destroy hook to reset lockouts...
2005-08-01 Luke Howardslap_mods2entry() should not zero pointers into the...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence warnings
2005-07-08 Howard ChuStreamline call to lutil_passwd_scheme
2005-07-06 Hallvard FurusethFormat fixes (%d<->%lu etc)
2005-06-15 Howard ChuITS#3779 fix pwdLockoutDuration handling
2005-06-15 Howard ChuITS#3777 fix scheme comparison
2005-06-07 Howard ChuAdd slap_timestamp(), use mutex in slap_get_csn()
2005-06-04 Howard ChuAdd SLAP_MOD_INTERNAL flag to Modifications, allow...
2005-05-21 Pierangelo Masarati"restrict" is a c99 keyword (ITS#3739)
2005-05-06 Howard ChuRemove redundant def
2005-04-26 Howard ChuFix ppolicy libltdl usage on Win32
2005-04-22 Howard ChupwdReset was not supposed to be NO-USER-MODIFICATION
2005-04-22 Howard ChuNote draft 8 in comment
2005-04-22 Howard ChuITS#3655 patch from Ralf rhafer@suse.de update to draft...
2005-04-12 Howard ChuITS#3573, mark pwdChangedTime, pwdGraceUseTime, pwdExpi...
2005-03-21 Howard ChuSchema unparsing support
2005-03-21 Howard ChuAdd HARDCODE schema flags
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-25 Kurt ZeilengaHide "work in progress"
2005-01-13 Howard ChuUse be_shadow_update, not be_isupdate
2005-01-07 Pierangelo Masaratifix ACL value checking for bind (ITS#3446)
2005-01-01 Kurt ZeilengaHappy New Year!
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...