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