summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* LDAP SUDO: sudo provider doesn't fetch 'EntryUSN'Michal Šrubař2014-08-111-0/+1
* IFP: Fix lookups with fully-qualified namesJakub Hrozek2014-08-111-2/+2
* build: Don't install ad and ipa man pages unnecessarilyNikolai Kondrashov2014-08-101-1/+5
* SDAP: Deref needn't be treated as criticalLukas Slebodnik2014-08-091-1/+1
* ad initgroups: continue if resolved SID is still missingPavel Březina2014-08-091-6/+13
* PAC: krb5_pac_verify failures should not be fatalJakub Hrozek2014-08-061-1/+10
* UTIL: remove get_username_from_uidJakub Hrozek2014-08-062-14/+0
* LDAP: Avoid undefined ret valueJakub Hrozek2014-08-061-1/+1
* LDAP: Dump LDAP server IP address with a high DEBUG levelJakub Hrozek2014-08-051-0/+36
* LDAP: Print referrals for debugging purposesJakub Hrozek2014-08-051-1/+10
* AD-GPO: add ad_gpo_cache_timeout optionYassir Elley2014-07-3110-107/+259
* failover: set port status to not working if previous srv lookup failedPavel Březina2014-07-311-0/+5
* Exit offline mode only if server is available.Michal Zidek2014-07-312-17/+52
* ptask: Add backoff feature to the ptask api.Michal Zidek2014-07-315-3/+37
* ptask: Allow adding random_offset to scheduled execution timeMichal Zidek2014-07-315-5/+22
* AD-GPO: only download policy files if gpo version changesYassir Elley2014-07-302-197/+560
* AD-GPO: add sysdb_gpo support for caching gpo versionYassir Elley2014-07-302-0/+290
* build: Move libini_config 1.1.0 check to libini_config.m4Nikolai Kondrashov2014-07-292-2/+16
* build: Reverse order of libini_config checksNikolai Kondrashov2014-07-292-26/+24
* build: Distinguish libnl version checksNikolai Kondrashov2014-07-291-2/+7
* build: Distinguish libini_config version checksNikolai Kondrashov2014-07-292-3/+7
* build: Mention required libini_config versionNikolai Kondrashov2014-07-291-6/+6
* build: Remove substitution of *_OBJ variablesNikolai Kondrashov2014-07-2912-15/+0
* sudo: replace asterisk with escape sequence in host filterPavel Březina2014-07-291-1/+1
* Remove unused function confdb_set_boolMichal Zidek2014-07-292-80/+0
* MAN: case_sensitivity man page updateMichal Zidek2014-07-291-3/+30
* case_sensitivity = preservingMichal Zidek2014-07-295-12/+52
* Add function confdb_set_string.Michal Zidek2014-07-292-0/+93
* AD: Increment som_index when advancing to the next GPOJakub Hrozek2014-07-291-0/+2
* AD: Check return value of ad_gpo_evaluate_daclJakub Hrozek2014-07-291-2/+7
* NSS: Replace spaces with specified string in names.Lukas Slebodnik2014-07-287-1/+87
* UTIL: Add functions for replacing whitespaces.Lukas Slebodnik2014-07-285-0/+314
* test_utils: Use common header file for libsss_util tests.Lukas Slebodnik2014-07-283-1/+31
* LDAP: Remove unused option ldap_user_uuidLukas Slebodnik2014-07-2510-25/+0
* LDAP: Remove unused option ldap_group_uuidLukas Slebodnik2014-07-2510-25/+0
* LDAP: Remove unused option ldap_netgroup_uuidLukas Slebodnik2014-07-257-25/+0
* sudo: use dbus array for rules refreshPavel Březina2014-07-242-9/+29
* SDAP: fix use after free in async_initgroupsPavel Reichl2014-07-241-1/+0
* Only check GID if ID-mappingJakub Hrozek2014-07-232-1/+28
* No point in searching for gid if we already know the group should be filteredJakub Hrozek2014-07-231-3/+5
* sss_client: Fix memory leak in nss_mc_{group,passwd}Lukas Slebodnik2014-07-232-0/+16
* sss_client: thread safe initialisation of sss_cli_mc_ctxLukas Slebodnik2014-07-231-7/+37
* SDAP: reduce code duplicity-rfc2307bis nested groupsPavel Reichl2014-07-231-41/+29
* ad: update membership after SIDs are resolvedPavel Březina2014-07-221-25/+62
* ad: comment ENOENT when id mapping is disabledPavel Březina2014-07-221-0/+3
* SDAP: remove duplicated codePavel Reichl2014-07-221-44/+3
* UTIL: rename find_subdomain_by_object_namePavel Reichl2014-07-223-13/+13
* UTIL: rename find_subdomain_by_namePavel Reichl2014-07-2216-54/+54
* UTIL: rename find_subdomain_by_sidPavel Reichl2014-07-227-23/+23
* ad_handle_acct_info_step: fix typoPavel Březina2014-07-211-1/+1