summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* UTIL: Add a function to convert id_t from a number or a nameJakub Hrozek2014-10-223-0/+47
* UTIL: Use a custom PID_PATH and DB_PATH when unit testing server.cJakub Hrozek2014-10-201-4/+31
* SSSD: Chown the log filesJakub Hrozek2014-10-203-0/+40
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-202-0/+15
* sss_semanage: Add mlsrange parameter to set_seuserMichal Zidek2014-10-202-10/+18
* util: Move semanage related functions to src/utilMichal Zidek2014-10-202-0/+364
* sysdb: add overide lookup callsSumit Bose2014-10-201-0/+3
* new_subdomain: copy view data from parentSumit Bose2014-10-201-0/+11
* UTIL: Always write capathsJakub Hrozek2014-10-162-38/+34
* sss_get_domain_name: check for fq name firstPavel Březina2014-10-141-1/+13
* NSS: UPN as a template expansion for homedir mappingsPavel Reichl2014-10-122-0/+12
* UTIL: Move become_user outside krb5 treeJakub Hrozek2014-10-102-0/+207
* UTIL: Do not depend on monitor codeJakub Hrozek2014-10-092-1/+37
* PAM: new options pam_trusted_users & pam_public_domainsPavel Reichl2014-09-292-0/+65
* krb5: make get_primary() a public callStephen Gallagher2014-09-292-3/+13
* UTIL: Do not change SSSD domains in get_domains_headStephen Gallagher2014-09-241-3/+0
* LDAP: Ignore returned referrals if referral support is disabledJakub Hrozek2014-09-022-0/+2