summaryrefslogtreecommitdiffstats
path: root/daemons
Commit message (Expand)AuthorAgeFilesLines
* extdom: use sss_nss_*_timeout callsTomas Halman2019-09-121-16/+24
* extdom: plugin doesn't use timeout in blocking callTomas Halman2019-09-126-6/+32
* extdom: plugin doesn't allow @ in group nameTomas Halman2019-09-123-85/+197
* Implement user pre-authentication control with kdcpolicy pluginChangmin Teng2019-09-103-17/+73
* Add a skeleton kdcpolicy pluginRobbie Harwood2019-09-103-0/+73
* Extend the list of supported pre-auth mechanisms in IPA server APIChangmin Teng2019-09-102-0/+4
* Fix NULL pointer dereference in maybe_require_preauth()Robbie Harwood2019-09-051-1/+1
* Log INFO message when LDAP connection fails on startupRobbie Harwood2019-09-054-5/+4
* ipa-extdom-extop: test timed out getgrgid_rAlexander Bokovoy2019-08-191-0/+29
* extdom: unify error code handling especially LDAP_NO_SUCH_OBJECTSumit Bose2019-08-193-22/+61
* kdb: support SMB services on IPA domain membersAlexander Bokovoy2019-06-291-0/+15
* ipasam: add handling of machine accountsAlexander Bokovoy2019-06-291-3/+45
* ipasam: add lookup of an account by SIDAlexander Bokovoy2019-06-291-0/+84
* adtrust upgrade: fix wrong primary principal nameAlexander Bokovoy2019-06-261-5/+7
* Replace PYTHONSHEBANG with valid shebangChristian Heimes2019-06-243-3/+3
* ipa-pwd-extop: do not remove MagicRegen mod, replace itAlexander Bokovoy2019-05-281-3/+6
* Keytab retrieval: allow requesting arcfour-hmac for SMB servicesAlexander Bokovoy2019-05-281-4/+31
* Fix `inconsistent-return-statements` in ipa-dnskeysync-replicaStanislav Levin2019-04-241-0/+1
* Improve error handling in DNSSEC helpersChristian Heimes2019-04-102-20/+31
* ipasam: use SID formatting calls to libsss_idmapAlexander Bokovoy2019-04-011-15/+37
* trusts: add support for one-way shared secret trustAlexander Bokovoy2019-03-281-53/+179
* Coverity: fix issue in ipa_extdom_extop.cFlorence Blanc-Renaud2019-03-211-1/+1
* ipa-extdom-exop: add instance counter and limitSumit Bose2019-03-142-0/+135
* ipa_sam: remove dependency to talloc_strackframe.hSumit Bose2019-02-191-4/+12
* Remove ZERO_STRUCT() callChristian Heimes2019-02-071-1/+0
* Compile IPA modules with C11 extensionsChristian Heimes2019-02-071-2/+2
* ipa-sidgen: make internal fetch_attr helper really internalAlexander Bokovoy2018-12-141-3/+3
* 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