summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add configure check for cwrap librariesSumit Bose2015-03-091-0/+24
* ipa-range-check: do not treat missing objects as errorSumit Bose2015-02-241-2/+3
* Stop including the DES algorythm from openssl.Simo Sorce2015-02-231-2/+2
* Remove references to GPL v2.0 licenseMartin Kosek2015-02-201-12/+30
* ipa-kdb: reject principals from disabled domains as a KDC policyAlexander Bokovoy2015-02-161-1/+1
* ipa-kdb: when processing transitions, hand over unknown ones to KDCAlexander Bokovoy2015-02-161-1/+2
* Handle DAL ABI change in MIT 1.13Simo Sorce2015-02-132-0/+14
* Expose the disabled User Auth TypeNathaniel McCallum2015-02-121-6/+7
* 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-kdb: more robust handling of principal addition/editingMartin Babinsky2015-01-301-23/+47
* always get PAC for client principal if AS_REQ is trueMartin Babinsky2015-01-301-1/+1
* ipa-kdb: unexpected error code in 'ipa_kdb_audit_as_req' triggers a messageMartin Babinsky2015-01-302-3/+4
* ipapython: Fix incorrect python shebangsTomas Babej2015-01-263-3/+3
* DNSSEC catch ldap exceptions in ipa-dnskeysyncdMartin Basti2015-01-231-2/+6
* ipa-cldap: support NETLOGON_NT_VERSION_5EX_WITH_IP properlyAlexander Bokovoy2015-01-191-7/+12
* Support Samba PASSDB 0.2.0 aka interface version 24Alexander Bokovoy2015-01-193-5/+39
* Avoid calling ldap functions without a contextSimo Sorce2015-01-081-3/+16
* 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
* Fix unchecked return value in ipa-kdbJan Cholasta2014-11-251-1/+1
* Fix Kerberos error handling in ipa-samJan Cholasta2014-11-251-1/+1
* Remove redefinition of LOG from ipa-otp-lasttokenJan Cholasta2014-11-251-3/+0
* Use asn1c helpers to encode/decode the getkeytab controlSimo Sorce2014-11-203-197/+53
* 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
* Fix possible NULL dereference in ipa-kdbJan Cholasta2014-11-051-3/+5
* DNSSEC: remove container_dnssec_keysJan Cholasta2014-10-212-2/+4
* DNSSEC: add ipa dnssec daemonsPetr Spacek2014-10-216-0/+806
* 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-209-0/+804
* 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