summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* ldap_child: fix coverity warningPavel Reichl2015-03-111-2/+12
* KRB5: More debugging for create_ccache()Jakub Hrozek2015-03-101-13/+41
* be_refresh: get rid of callback pointersPavel Březina2015-03-091-67/+31
* be_refresh: support groupsPavel Březina2015-03-083-0/+53
* be_refresh: support usersPavel Březina2015-03-083-0/+53
* be_refresh: add sdap_refresh_initPavel Březina2015-03-085-30/+33
* be_refresh: refactor netgroups refreshPavel Březina2015-03-081-32/+77
* sdap_handle_acct_req_send: remove be_reqPavel Březina2015-03-084-17/+13
* be_refresh: refresh all domains in backendPavel Březina2015-03-084-37/+66
* SDAP: fix minor neglect in is_account_locked()Pavel Reichl2015-03-061-0/+2
* ldap_child: initialized ccname_file_dummySumit Bose2015-03-061-1/+1
* SDAP: Lock out ssh keys when account naturally expiresPavel Reichl2015-03-053-90/+231
* selinux: Delete existing user mapping on empty defaultJakub Hrozek2015-03-042-7/+17
* LDAP: unlink ccname_file_dummy if there is an errorDaniel Hjorth2015-03-041-1/+11
* SDAP: enable change phase of pw expire policy checkPavel Reichl2015-03-035-1/+89
* SDAP: refactor pwexpire policyPavel Reichl2015-03-032-32/+90
* FO: Use SRV TTL in fail over codeJakub Hrozek2015-03-039-9/+48
* Remove useless assignment to function parameterLukas Slebodnik2015-03-021-1/+0
* SDAP: log expired accounts at lower severity levelPavel Reichl2015-03-021-4/+16
* IPA: Remove unused argument from ipa_id_get_group_uuidsLukas Slebodnik2015-03-021-2/+0
* Remove unused argument from be_nsupdate_create_fwd_msgLukas Slebodnik2015-03-023-3/+1
* PROXY: add missing space in debug messagePavel Reichl2015-02-271-2/+2
* PAM: print the pam status as string, tooJakub Hrozek2015-02-251-1/+2
* LDAP: Conditional jump depends on uninitialised valueLukas Slebodnik2015-02-231-3/+4
* LDAP: Handle ENOENT better in the cleanup taskJakub Hrozek2015-02-171-9/+8
* LDAP: Add better DEBUG messages to the cleanup taskJakub Hrozek2015-02-171-0/+11
* GPO: Better debugging for gpo_child's mkdirJakub Hrozek2015-02-171-1/+6
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-171-54/+3
* SELINUX: Check the return value of setuid and setgidJakub Hrozek2015-02-131-2/+12
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-111-3/+3
* RESOLV: Add an internal function to read TTL from a DNS packetJakub Hrozek2015-02-111-1/+1
* LDAP: Rename the _res output parameter to avoid clashing with libresolv in testsJakub Hrozek2015-02-112-4/+4
* AD: use GC for SID requests as wellSumit Bose2015-01-302-10/+29
* ipa_s2n_save_objects: properly handle fully-qualified group namesSumit Bose2015-01-301-1/+1
* IPA: Resolve IPA user groups' overrideDN in non-default viewJakub Hrozek2015-01-301-8/+312
* LDAP: Add UUID when saving incomplete groupsJakub Hrozek2015-01-302-4/+14
* PROXY: Fix use after freeLukas Slebodnik2015-01-291-2/+2
* SELINUX: Set and reset umask when caling set_seuser from deamon codeJakub Hrozek2015-01-271-1/+17
* SELINUX: Call setuid(0)/setgid(0) to also set the real IDs to rootJakub Hrozek2015-01-271-1/+17
* add missing '\n' in debug messagesPavel Reichl2015-01-273-5/+6
* IPA: Use attr's dom for users, tooJakub Hrozek2015-01-261-11/+11
* IPA: process_members() add ghosts only onceSumit Bose2015-01-261-2/+4
* IPA: resolve IPA group-memberships for AD usersSumit Bose2015-01-262-3/+44
* AD: support for AD site overridePavel Reichl2015-01-265-7/+37
* AD: add new option ad_sitePavel Reichl2015-01-262-0/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-233-25/+4
* IPA: properly handle mixed-case trusted domainsSumit Bose2015-01-231-2/+14
* views: fix GID overrride for mpg domainsSumit Bose2015-01-211-1/+20
* Open the PAC socket from krb5_child before dropping rootJakub Hrozek2015-01-211-0/+8
* krb5: fix entry order in MEMORY keytabSumit Bose2015-01-191-28/+90