summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableJakub Hrozek2013-07-152-5/+0
* Fix extdom plugin to provide unqualified name in response as sssd expectsAlexander Bokovoy2013-07-111-3/+30
* Make sure domain_name is also set when processing INP_NAME requestsAlexander Bokovoy2013-07-111-0/+1
* extdom: replace winbind calls with POSIX/SSSD callsSumit Bose2013-07-115-293/+252
* Fix type of printf argumentSumit Bose2013-06-101-1/+2
* Fix format string typoSumit Bose2013-06-031-1/+1
* Fix log format not a string literal.Diane Trout2013-06-031-1/+1
* Fix cldap parser to work with a single equality filter (NtVer=...)Alexander Bokovoy2013-05-301-12/+14
* CLDAP: Return empty reply on non-fatal errorsSimo Sorce2013-05-281-6/+18
* CLDAP: Fix domain handling in netlogon requestsSimo Sorce2013-05-281-28/+39
* Add OTP support to ipa-pwd-extopNathaniel McCallum2013-05-179-25/+1362
* Remove unnecessary prefixes from ipa-pwd-extop filesNathaniel McCallum2013-05-175-6/+6
* Allow ID-to-SID mappings in the extdom pluginSumit Bose2013-05-021-0/+2
* Do not store SID string in a local bufferSumit Bose2013-05-021-6/+8
* Do not lookup up the domain too early if only the SID is knownSumit Bose2013-05-021-3/+13
* ipa-pwd-extop: do not use dn until it is really setSumit Bose2013-04-021-20/+20
* Remove build warningsMartin Kosek2013-03-2912-12/+12
* Configure ipa_dns DS plugin on install and upgradeMartin Kosek2013-03-222-0/+21
* Add 389 DS plugin for special idnsSOASerial attribute handlingPetr Spacek2013-03-223-0/+252
* Fix lockout of LDAP bind.Rob Crittenden2013-03-211-91/+158
* Use new 389-ds-base cleartext password APIMartin Kosek2013-03-131-8/+12
* Change DNA magic value to -1 to make UID 999 usablePetr Viktorin2013-03-111-2/+2
* Perform secondary rid range overlap check for local ranges onlyTomas Babej2013-03-111-16/+25
* ipa-pwd: Unchecked return value ipapwd_chpwop()Sumit Bose2013-02-281-1/+5
* ipa-extdom: Double-free in ipa_extdom_common.cSumit Bose2013-02-281-1/+0
* ipa-lockout: Wrong sizeof argument in ipa_lockout.cSumit Bose2013-02-281-1/+1
* Password change in a transaction, ensure passwords are truly expiredRob Crittenden2012-12-073-4/+34
* Honor the kdb options disabling KDC writes in ipa_lockout pluginRob Crittenden2012-12-051-1/+119
* Enable transactions by default, make password and modrdn TXN-awareRob Crittenden2012-11-216-5/+71
* Forbid overlapping primary and secondary rid rangesTomas Babej2012-10-191-14/+97
* extdom: handle INP_POSIX_UID and INP_POSIX_GID requestsSumit Bose2012-10-181-6/+32
* Fix various issues found by CoveritySumit Bose2012-10-175-11/+21
* Add SIDs for existing users and groups at the end of ipa-adtrust-installSumit Bose2012-10-043-10/+11
* Support the new Winsync POSIX API.Rob Crittenden2012-09-061-6/+50
* Make encode_ntlm_keys() publicSumit Bose2012-09-062-196/+14
* Change slapi_mods_init in ipa_winsync_pre_ad_mod_user_mods_cbTomas Babej2012-09-041-1/+1
* Don't generate password history error if history is set to 0.Rob Crittenden2012-08-271-1/+1
* extdom: read ranges from LDAPSumit Bose2012-08-151-0/+72
* 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