summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins
Commit message (Expand)AuthorAgeFilesLines
* ipa-pwd-extop: expand error message to tell what user is not allowed to fetch...Alexander Bokovoy2015-07-071-2/+2
* ipa-sidgen: reduce log level to normal if domain SID is not availableAlexander Bokovoy2015-07-071-1/+1
* allow deletion of segment if endpoint is not managedLudwig Krispenz2015-07-023-0/+17
* v2 improve processing of invalid data.Ludwig Krispenz2015-07-013-14/+43
* v2 clear start attr from segment after initializationLudwig Krispenz2015-06-304-0/+129
* fix coverity issuesLudwig Krispenz2015-06-291-1/+13
* correct management of one directional segmentsLudwig Krispenz2015-06-295-39/+160
* v2-reject modifications of endpoints and connectivity of a segmentLudwig Krispenz2015-06-111-9/+60
* make sure the agremment rdn match the rdn used in the segmentLudwig Krispenz2015-06-111-18/+19
* move replications managers group to cn=sysaccounts,cn=etc,$SUFFIXPetr Vobornik2015-06-111-1/+1
* check for existing and self referential segmentsLudwig Krispenz2015-06-101-10/+20
* crash when removing a replicaLudwig Krispenz2015-06-041-3/+11
* plugin uses 1 as minimum domain level to become active no calculation based o...Ludwig Krispenz2015-06-044-28/+12
* replica install fails with domain level 1Ludwig Krispenz2015-06-023-5/+3
* ds plugin - manage replication topology in the shared treeLudwig Krispenz2015-05-2610-0/+4060
* User life cycle: new stageuser commands activateThierry Bordaz2015-05-181-0/+48
* Fix a signedness bug in OTP codeNathaniel McCallum2015-05-051-3/+3
* User Life Cycle: Exclude subtree for ipaUniqueID generationThierry bordaz (tbordaz)2015-04-081-0/+16
* do not log BINDs to non-existent users as errorsMartin Babinsky2015-04-021-2/+2
* extdom: fix wrong realloc sizeSumit Bose2015-03-261-1/+1
* fix Makefile.am for daemonsAlexander Bokovoy2015-03-263-3/+0
* extdom: migrate check-based test to cmockaSumit Bose2015-03-185-245/+176
* extdom: add selected error messagesSumit Bose2015-03-181-13/+38
* extdom: add add_err_msg() with testSumit Bose2015-03-183-0/+67
* extdom: add err_msg member to request contextSumit Bose2015-03-183-1/+6
* extdom: fix memory leakSumit Bose2015-03-101-0/+1
* extdom: return LDAP_NO_SUCH_OBJECT to the clientSumit Bose2015-03-101-2/+6
* extdom: make nss buffer configurableSumit Bose2015-03-093-22/+48
* extdom: handle ERANGE return code for getXXYYY_r() callsSumit Bose2015-03-097-84/+498
* ipa-range-check: do not treat missing objects as errorSumit Bose2015-02-241-2/+3
* Remove references to GPL v2.0 licenseMartin Kosek2015-02-201-12/+30
* OTP: emit a log message when LDAP entry for config record is not foundMartin Babinsky2015-01-302-2/+13
* ipa-uuid: emit a message when unexpected mod type is encounteredMartin Babinsky2015-01-301-0/+2
* ipa-pwd-extop: added an informational comment about intentional fallthroughMartin Babinsky2015-01-301-0/+2
* OTP: failed search for the user of last token emits an error messageMartin Babinsky2015-01-301-2/+8
* ipa-cldap: support NETLOGON_NT_VERSION_5EX_WITH_IP properlyAlexander Bokovoy2015-01-191-7/+12
* Make token auth and sync windows configurableNathaniel McCallum2014-12-056-151/+199
* Enable last token deletion when password auth type is configuredNathaniel McCallum2014-12-031-70/+173
* Move authentication configuration cache into libotpNathaniel McCallum2014-12-0311-408/+346
* Preliminary refactoring of libotp filesNathaniel McCallum2014-12-0312-101/+90
* Fix unchecked return values in ipa-winsyncJan Cholasta2014-11-251-20/+20
* Remove redefinition of LOG from ipa-otp-lasttokenJan Cholasta2014-11-251-3/+0
* Use asn1c helpers to encode/decode the getkeytab controlSimo Sorce2014-11-202-197/+51
* Fix filtering of enctypes in server code.Simo Sorce2014-11-201-17/+43
* Ensure that a password exists after OTP validationNathaniel McCallum2014-11-061-12/+14
* Fix memory leak in ipa-pwd-extopJan Cholasta2014-11-052-3/+2
* Fix various bugs in ipa-opt-counter and ipa-otp-lasttokenJan Cholasta2014-11-053-5/+17
* Fix memory leaks in ipa-extdom-extopJan Cholasta2014-11-051-5/+7
* extdom: remove unused dependency to libsss_idmapSumit Bose2014-10-212-5/+0
* extdom: add support for sss_nss_getorigbyname()Sumit Bose2014-10-211-32/+135