summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins
Commit message (Expand)AuthorAgeFilesLines
* Add special modify op to regen ipaNTHashSimo Sorce2012-07-301-3/+143
* Improve loops around slapi modsSimo Sorce2012-07-301-68/+62
* Do not check for DNA magic valuesSimo Sorce2012-07-262-8/+0
* Fix wrong check after allocation.Simo Sorce2012-07-071-1/+1
* Add range check preop pluginSumit Bose2012-06-294-0/+503
* Use lower case names in LDAP to meet freeIPA conventionSumit Bose2012-06-291-11/+11
* Add external domain extop DS pluginSumit Bose2012-06-288-0/+1180
* Add sidgen postop and taskSumit Bose2012-06-289-0/+1377
* Normalize uid to lower case in winsync.Rob Crittenden2012-05-251-1/+32
* Fix migration code password setting.Simo Sorce2012-05-171-0/+11
* Return LDAP_SUCCESS on mods on a referral entry.Rob Crittenden2012-05-111-0/+9
* Treat UPGs correctly in winsync replicationMartin Kosek2012-03-152-11/+91
* Improve password change error messageMartin Kosek2012-02-032-3/+3
* ipa-cldap: Support clients asking for default domainSimo Sorce2012-01-051-1/+21
* Make pwd-extop aware of new ipaNTHash attributeSumit Bose2011-12-065-29/+89
* ipa-cldap: send cldap replySimo Sorce2011-11-211-0/+48
* ipa-cldap: Create netlogon blobSimo Sorce2011-11-214-0/+344
* ipa-cldap: Decode CLDAP request.Simo Sorce2011-11-212-0/+191
* ipa-cldap: Implement worker thread.Simo Sorce2011-11-212-1/+81
* Create skeleton CLDAP server as a DS pluginSimo Sorce2011-11-216-0/+425
* Fix CID 10745: Unchecked return valueSimo Sorce2011-11-071-1/+1
* Fix CID 10743: Unchecked return valueSimo Sorce2011-11-071-2/+8
* Fix CID 10742: Unchecked return valueSimo Sorce2011-11-071-1/+1
* ipa-pwd-extop: allow password change on all connections with SSF>1Sumit Bose2011-10-052-26/+12
* ipa-pwd-extop: Enforce old password checksSimo Sorce2011-09-211-1/+64
* include <stdint.h> for uintptr_tMarko Myllynen2011-09-221-0/+1
* ipa-pwd-extop: Fix segfault in password change.Simo Sorce2011-09-211-0/+7
* The precendence on the modrdn plugin was set in the wrong location.Rob Crittenden2011-09-131-0/+1
* Fix typosYuri Chornoivan2011-09-0714-15/+15
* ipa-pwd-extop: Allow kadmin to set krb keysSimo Sorce2011-08-262-48/+100
* ipa-pwd-extop: Use common password policy codeSimo Sorce2011-08-264-448/+127
* ipa-pwd-extop: make encsalt parsing function commonSimo Sorce2011-08-261-91/+20
* ipa-pwd-extop: Move encoding in common tooSimo Sorce2011-08-264-202/+50
* ipa-pwd-extop: Move encryption of keys in commonSimo Sorce2011-08-261-202/+9
* ipa-pwd-extop: Use common krb5 structs from kdb.hSimo Sorce2011-08-264-19/+14
* ipa-pwd-extop: re-indent code using old styleSimo Sorce2011-08-261-30/+30
* ipa-pwd-extop: Use the proper mkvno number in keysSimo Sorce2011-08-264-6/+6
* ipa-pwd-extop: do not append mkvno to krbExtraDataSimo Sorce2011-08-261-9/+2
* ipa-pwd-extop: Remove unused variables and code to set themSimo Sorce2011-08-261-12/+0
* ipa-pwd_extop: use endian.h instead of nih functionSimo Sorce2011-08-263-10/+8
* Fix build warningsSimo Sorce2011-08-263-13/+15
* Fix thread deadlock by using pthreads library instead of NSPR.Rob Crittenden2011-08-242-14/+12
* Don't set the password expiration to the current timeSimo Sorce2011-07-311-11/+14
* When setting a host password don't set krbPasswordExpiration.Rob Crittenden2011-07-291-8/+12
* Don't set krbLastPwdChange when setting a host OTP password.Rob Crittenden2011-07-183-37/+70
* Reset failed login count to 0 when admin resets password.Rob Crittenden2011-07-131-0/+6
* memory leak in ipa_winsync_get_new_ds_user_dn_cbRich Megginson2011-06-281-0/+1
* modify user deleted in AD crashes winsyncRich Megginson2011-06-281-1/+8
* winsync enables disabled users in ADRich Megginson2011-06-281-3/+5
* Fix issues found by Coverity.Jan Cholasta2011-05-094-14/+54