summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* Add cache_credentials_minimal_first_factor_length config optionSumit Bose2015-05-081-0/+2
* utils: add sss_authtok_[gs]et_2faSumit Bose2015-05-084-0/+369
* IPA: do not add domain name unconditionallySumit Bose2015-05-061-1/+1
* simple-access-provider: make user grp res more robustPavel Reichl2015-04-282-0/+2
* selinux: Only call semanage if the context actually changesJakub Hrozek2015-04-142-0/+73
* selinux: Begin and end the transaction on the same nesting levelJakub Hrozek2015-04-141-6/+14
* selinux: Disconnect before closing the handleJakub Hrozek2015-04-141-3/+10
* UTIL: Add a simple function to get the fd of debug_fileJakub Hrozek2015-04-142-0/+10
* ncache: Silence critical error from filter_users when default_domain_suffix i...Jakub Hrozek2015-04-091-2/+1
* IPA: Use custom error codes when validating HBAC rulesJakub Hrozek2015-03-242-0/+4
* sdap: properly handle binary objectGuid attributeSumit Bose2015-03-202-0/+32
* Add missing new lines to debug messagesLukas Slebodnik2015-03-178-19/+20
* test: Check ERR_LASTMichal Zidek2015-03-132-1/+2
* DEBUG: Add missing strings for error messagesMichal Zidek2015-03-132-1/+4
* Use FQDN if default domain was setMichal Zidek2015-03-112-0/+2
* UTIL: convert GeneralizedTime to unix timePavel Reichl2015-03-054-0/+58
* SDAP: enable change phase of pw expire policy checkPavel Reichl2015-03-031-0/+3
* UTIL: Remove python wrapper sss_python_unicode_from_stringLukas Slebodnik2015-02-252-13/+0
* UTIL: Remove compatibility macro PyModule_AddIntMacroLukas Slebodnik2015-02-251-5/+0
* UTIL: Remove python wrapper sss_python_set_checkLukas Slebodnik2015-02-252-13/+0
* UTIL: Remove python wrapper sss_python_set_addLukas Slebodnik2015-02-252-18/+0
* UTIL: Remove python wrapper sss_python_set_newLukas Slebodnik2015-02-252-11/+0
* BUILD: Remove detection of type Py_ssize_tLukas Slebodnik2015-02-251-14/+0
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-111-1/+1
* SELINUX: Set and reset umask when caling set_seuser from deamon codeJakub Hrozek2015-01-271-0/+4
* add missing '\n' in debug messagesPavel Reichl2015-01-271-4/+5
* IPA: properly handle mixed-case trusted domainsSumit Bose2015-01-232-0/+75
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-153-23/+36
* UTIL: Remove child_cleanupJakub Hrozek2015-01-152-24/+0
* UTIL: Make two child_common.c functions staticJakub Hrozek2015-01-152-20/+20
* Fix warning: for loop has empty bodyLukas Slebodnik2015-01-151-3/+9
* UTIL: Allow dup-ing child pipe to a different FDJakub Hrozek2015-01-132-8/+26
* Python3 support in SSSDBohuslav Kabrda2015-01-131-1/+15
* krb5: add wrapper for krb5_kt_have_content()Sumit Bose2014-12-072-0/+42
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-2/+2
* Add extra_args to exec_child()Jakub Hrozek2014-12-032-3/+23
* Fix: always check return value of unlink()Pavel Reichl2014-11-281-2/+8
* krb5: Check return value of sss_krb5_princ_realmLukas Slebodnik2014-11-281-0/+12
* krb5: Check return value of krb5_principal_get_realmLukas Slebodnik2014-11-281-2/+9
* util: sss_get_domain_name regex mismatch not fatalMichal Zidek2014-11-251-1/+7
* util: Special-case PCRE_ERROR_NOMATCH in sss_parse_nameMichal Zidek2014-11-253-1/+3
* AD/IPA: add krb5_confd_path configuration optionSumit Bose2014-11-252-3/+149
* Enable views for all domainsSumit Bose2014-11-201-2/+1
* KRB5: Do not switch_creds() if already the specified userJakub Hrozek2014-11-181-8/+21
* KRB5: Move all ccache operations to krb5_child.cJakub Hrozek2014-11-182-0/+2
* IPA: Move setting the SELinux context to a child processJakub Hrozek2014-11-052-0/+2
* UTIL: Remove more code duplication setting up child processesJakub Hrozek2014-11-052-0/+31
* UTIL: Remove code duplication of struct ioJakub Hrozek2014-11-052-0/+36
* LDAP: Move sss_krb5_verify_keytab_ex to ldap_childJakub Hrozek2014-11-052-79/+0
* Add add_strings_lists() utility functionSumit Bose2014-11-052-0/+83