summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix some indentation issueslhoward/lockoutLuke Howard2009-10-061-7/+7
* remove hash_provider, somehow its removal did not sync from trunkLuke Howard2009-10-067-340/+0
* merge trunk from r22835 to r22849 to lockout branchLuke Howard2009-10-0648-1606/+1235
* add changes for v3 kadm5 API testsLuke Howard2009-10-0617-273/+338
* clone api.2 tests for api.3Luke Howard2009-10-0617-0/+8457
* add V3 kadm5 test infrastructureLuke Howard2009-10-064-4/+4
* add some tests for V3 kadm5 APILuke Howard2009-10-064-12/+67
* correct types for lockout policy; was failing on 64-bit buildsLuke Howard2009-10-051-3/+3
* merge trunk from r22715 to r22835 to lockout branchLuke Howard2009-10-02180-3212/+9806
* add an assertion checkLuke Howard2009-10-021-0/+2
* careful not to conflate locked_time and fail_auth_count; the former is reset ...Luke Howard2009-10-022-10/+18
* ensure fail_auth_count is reset when unlocking an account automaticallyLuke Howard2009-10-022-8/+15
* add lockout attributes to Novell Kerbero schema LDIFLuke Howard2009-10-021-2/+50
* don't attempt to remove locked time if unset; fix fail_auth_count logic error...Luke Howard2009-10-021-1/+2
* cleanupLuke Howard2009-10-021-1/+1
* fix arguments to ldap_sasl_bind_s() not to cause a decoding error with OpenLD...Luke Howard2009-10-021-5/+10
* fix some OID conflicts in kerberos.schemaLuke Howard2009-10-021-6/+7
* remove assertion check; may not be true if policy has been updated between ve...Luke Howard2009-09-151-2/+0
* when unlocking an account, delete krbPwdPrincipalLockedTime attributeLuke Howard2009-09-151-9/+18
* Don't allow KADM5_FAIL_AUTH_COUNT to be set; account can onlyLuke Howard2009-09-152-8/+43
* make sure KADM5_TL_DATA is set when updating lockout timeLuke Howard2009-09-151-0/+2
* if lockout_duration is 0, account is permanently lockedLuke Howard2009-09-152-31/+11
* add support for RFC 4525 (modify increment) for updating krbLoginFailedCountLuke Howard2009-09-146-16/+110
* add KDB_LOCKED_TIME_ATTRLuke Howard2009-09-141-0/+1
* support retrieval of krbPwdPrincipalLockedTimeLuke Howard2009-09-141-0/+16
* cleanupLuke Howard2009-09-143-20/+11
* honour KADM5 mask for last_success/last_failed/fail_auth_countLuke Howard2009-09-141-3/+3
* preliminary, untested, and possibly quite inefficient implementation of LDAP ...Luke Howard2009-09-1411-8/+443
* cleanupLuke Howard2009-09-145-35/+40
* add some debugging about API versionLuke Howard2009-09-131-1/+3
* add support for merging in non-replicated attributes to db2 backendLuke Howard2009-09-132-29/+247
* cleanup, don't dump non-replicated attributes if -i option is givenLuke Howard2009-09-131-59/+85
* remove -merge option, this is implied by iprop dump formatLuke Howard2009-09-132-6/+2
* clean usage, document usage extensionsLuke Howard2009-09-132-6/+13
* work on dump versioningLuke Howard2009-09-1316-53/+187
* use negative numbers for non-replicated TL dataLuke Howard2009-09-091-3/+2
* Initial work on lockoutLuke Howard2009-09-0826-98/+798
* Creating a branch for account lockout workLuke Howard2009-09-080-0/+0
* Supply canonical name if present in LDAP iterationGreg Hudson2009-09-031-5/+6
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-0325-12/+1371
* Supply LDAP service principal aliases to non-referrals clientsGreg Hudson2009-09-031-1/+25
* Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov2009-09-0221-168/+182
* ldap master key migration test's input filesHaoQi Li2009-08-314-0/+60
* ldap master key migration stuffHaoQi Li2009-08-312-0/+974
* This time I actually added the filesHaoQi Li2009-08-315-0/+881
* Added Master Key Migration db2 backend stuffHaoQi Li2009-08-310-0/+0
* use perror instead of error in kadm5 test suiteTom Yu2009-08-282-39/+39
* Clean up a little bit of test suite spew in env-setup: first, whenGreg Hudson2009-08-281-12/+6
* Update a kadm5 testing library function which was callingGreg Hudson2009-08-281-1/+2
* Remove bogus conditional from tcl_kadm5_randkey_principal(), which wasTom Yu2009-08-281-1/+1