summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* ipa-kdb: reduce LDAP operations timeout to 30 secondsAlexander Bokovoy2018-11-161-1/+1
* ipapwd_pre_mod: NULL ptr derefChristian Heimes2018-11-011-1/+1
* ipadb_mspac_get_trusted_domains: NULL ptr derefChristian Heimes2018-11-011-0/+6
* has_krbprincipalkey: avoid double freeChristian Heimes2018-11-011-1/+5
* Don't abuse strncpy() length limitationChristian Heimes2018-10-242-2/+2
* Fix ipadb_multires resource handlingChristian Heimes2018-10-242-5/+10
* Fix ressource leak in daemons/ipa-slapi-plugins/ipa-cldap/ipa_cldap_netlogon....Thomas Woerner2018-10-231-0/+4
* Py3: Replace six.moves importsChristian Heimes2018-10-051-2/+1
* Add cmocka unit tests for ipa otpd queue codeRobbie Harwood2018-08-312-0/+224
* Clear next field when returnining list elements in queue.cRobbie Harwood2018-08-311-0/+7
* Generate scripts from templatesChristian Heimes2018-08-231-3/+13
* Rename Python scripts and add dynamic shebangChristian Heimes2018-08-233-3/+3
* ipasam: do not use RC4 in FIPS modeAlexander Bokovoy2018-08-131-4/+19
* Move fips_enabled to a common library to share across different pluginsAlexander Bokovoy2018-08-131-23/+1
* ipa-extdom-extop: Update licenses to GPLv3 or later with exceptionsAlexander Bokovoy2018-08-132-28/+58
* In IPA 4.4 when updating userpassword with ldapmodify does not update krbPass...Thierry Bordaz2018-08-031-4/+0
* Cleanup shebang and executable bitChristian Heimes2018-07-052-1/+0
* Fix elements not being removed in otpd_queue_pop_msgid()Robbie Harwood2018-05-311-1/+1
* Don't try to set Kerberos extradata when there is no principalRob Crittenden2018-05-271-1/+2
* Hardening of topology plugin to prevent erronous deletion of a replica agreementThierry Bordaz2018-04-271-4/+8
* Log errors from NSS during FIPS OTP key importRobbie Harwood2018-03-141-2/+14
* Fix OTP validation in FIPS modeNathaniel McCallum2018-03-121-2/+45
* Silence GCC warning in ipa_extdomChristian Heimes2018-02-231-2/+2
* Silence GCC warning in ipa-kdbChristian Heimes2018-02-231-0/+2
* Have all the scripts run in python 3 by defaultStanislav Laznicka2018-02-154-4/+4
* User must not be able to delete his last active otp tokenFlorence Blanc-Renaud2018-02-151-8/+24
* ipa-kdb: update trust information in all workersSumit Bose2018-02-081-13/+20
* ipa-kdb: use magic value to check if ipadb is usedSumit Bose2018-02-083-1/+4
* DNSSEC code cleanupChristian Heimes2018-02-072-55/+87
* Decode ODS commandsChristian Heimes2018-02-071-7/+14
* py3 dnssec: convert hexlify to strTomas Krizek2018-02-072-18/+20
* Give ODS socket a bit of timeChristian Heimes2018-01-231-4/+8
* Include ipa_krb5.h without util prefixChristian Heimes2017-12-201-1/+1
* ipa-extdom-extop: refactor nsswitch operationsAlexander Bokovoy2017-11-309-165/+983
* ipa-kdb: override krb5.conf when testing KDC code in cmockaAlexander Bokovoy2017-11-292-0/+4
* libotp: add libraries after objectsChristian Heimes2017-11-211-1/+1
* 389-ds-base crashed as part of ipa-server-intall in ipa-uuidThierry Bordaz2017-11-081-3/+9
* ipa-kdb: support KDB DAL version 7.0Robbie Harwood2017-10-263-3/+14
* ipa-kdb: reinit trusted domain data for enterprise principalsSumit Bose2017-10-131-0/+11
* NULL LDAP context in call to ldap_search_ext_s during searchThierry Bordaz2017-07-241-0/+6
* logging: do not log into the root loggerJan Cholasta2017-07-143-31/+33
* logging: do not reference loggers in arguments and attributesJan Cholasta2017-07-142-102/+129
* logging: use the actual root logger as the root loggerJan Cholasta2017-07-142-10/+7
* logging: do not configure any handlers by defaultJan Cholasta2017-07-142-12/+8
* ipa-sam: use smbldap_set_bind_callback for Samba 4.7 or laterAlexander Bokovoy2017-07-111-0/+4
* ipa-sam: use own private structure, not ldapsam_privatesAlexander Bokovoy2017-07-111-432/+470
* install: do not assume /etc/krb5.conf.d existsJan Cholasta2017-06-282-11/+0
* ipa_pwd_extop: do not generate NT hashes in FIPS modeSumit Bose2017-06-211-13/+40
* ipa-sam: replace encode_nt_key() with E_md4hash()Sumit Bose2017-06-211-25/+2
* ipa-kdb: use canonical principal in certauth pluginSumit Bose2017-06-071-1/+1
OSZAR »