summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Configure IPA OTP Last Token plugin on upgradeNathaniel McCallum2014-10-202-19/+0
* Create ipa-otp-counter 389DS pluginNathaniel McCallum2014-10-208-0/+803
* Move OTP synchronization step to after counter writebackNathaniel McCallum2014-09-301-11/+7
* extdom: add support for new versionSumit Bose2014-09-303-252/+603
* Use stack allocation when writing values during otp authNathaniel McCallum2014-09-301-17/+11
* Add TOTP watermark supportNathaniel McCallum2014-07-251-73/+86
* Add missing breakLukas Slebodnik2014-07-141-0/+1
* Fix getkeytab code to always use implicit tagging.Simo Sorce2014-06-271-5/+5
* keytab: Add new extended operation to get a keytab.Simo Sorce2014-06-261-0/+571
* keytabs: Expose and modify key encoding functionSimo Sorce2014-06-262-7/+19
* keytabs: Modularize setkeytab operationSimo Sorce2014-06-261-477/+611
* Change OTPSyncRequest structure to use OctetStringNathaniel McCallum2014-06-255-56/+79
* Revert "Check for password expiration in pre-bind"Martin Kosek2014-06-101-29/+4
* Check for password expiration in pre-bindSimo Sorce2014-06-091-4/+29
* ipa-pwd-extop: Deny LDAP binds for accounts with expired principalsTomas Babej2014-05-051-1/+34
* ipa_range_check: Change range_check return values from int to range_check_res...Tomas Babej2014-04-231-16/+26
* ipa_range_check: Fix typo when comparing strings using strcasecmpTomas Babej2014-04-231-4/+4
* ipa_range_check: Do not fail when no trusted domain is availableTomas Babej2014-04-231-2/+10
* ipa_range_check: Make a new copy of forest_root_id attribute for range_info s...Tomas Babej2014-04-231-1/+1
* ipa_range_check: Connect the new node of the linked listTomas Babej2014-04-231-0/+1
* ipa_range_check: Use special attributes to determine presence of RID basesTomas Babej2014-04-231-9/+21
* Extend ipa-range-check DS plugin to handle range typesTomas Babej2014-04-081-40/+260
* ipa-range-check: Fix memory leaks when freeing range objectTomas Babej2014-04-081-4/+12
* ipa-pwd-extop: Fix memory leak in ipapwd_pre_bindTomas Babej2014-04-081-0/+1
* extdom: do not return results from the wrong domainSumit Bose2014-03-251-0/+12
* libotp: do not call internal search for NULL dnAlexander Bokovoy2014-02-211-1/+6
* Teach ipa-pwd-extop to respect global ipaUserAuthType settingsNathaniel McCallum2014-02-217-406/+398
* Add OTP sync support to ipa-pwd-extopNathaniel McCallum2014-02-219-970/+373
* Add OTP last token pluginNathaniel McCallum2014-02-215-0/+218
* Add HOTP supportNathaniel McCallum2014-02-211-7/+36
* Add libotp internal library for slapi pluginsNathaniel McCallum2014-02-147-0/+969
* ipa-lockout: do not fail when default realm cannot be readMartin Kosek2014-02-041-17/+17
* Fallback to global policy in ipa-lockout pluginMartin Kosek2014-02-031-0/+34
* BUILD: Fix portability of NSS in file ipa_pwd.cLukas Slebodnik2014-01-281-0/+1
* CLDAP: add unit tests for make_netbios_nameSumit Bose2014-01-232-0/+87