summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cache_req: add support for group by namePavel Březina2015-03-133-1/+398
* cache_req: add support for user by uidPavel Březina2015-03-134-11/+485
* cache_req: preparations for different input typePavel Březina2015-03-133-100/+310
* cache_req tests: define user name constantPavel Březina2015-03-131-11/+14
* cache_req tests: rename test_user to test_user_by_namePavel Březina2015-03-131-25/+25
* sbus_codegen: Port to python3Lukas Slebodnik2015-03-131-8/+13
* test: Check ERR_LASTMichal Zidek2015-03-133-1/+12
* DEBUG: Add missing strings for error messagesMichal Zidek2015-03-132-1/+4
* MAN: libkrb5 and SSSD use different expansionsPavel Reichl2015-03-131-0/+9
* Add unit tests for initgroupsJakub Hrozek2015-03-121-0/+346
* NSS: Handle ENOENT when doing initgroups by UPNJakub Hrozek2015-03-121-18/+28
* tests: Add a getpwnam-by-UPN testJakub Hrozek2015-03-121-0/+97
* tests: ncache_hit must be an int to test UPNsJakub Hrozek2015-03-121-9/+9
* tests: convert all unit tests to cmocka 1.0 or laterJakub Hrozek2015-03-1135-663/+769
* RPM: BuildRequire libcmocka >= 1.0Jakub Hrozek2015-03-111-1/+1
* build: Only run cmocka tests if cmocka 1.0 or newer is availableJakub Hrozek2015-03-111-2/+2
* MAN: default_domain_suffix with use_fully_qualified_names.Michal Zidek2015-03-111-2/+6
* Use FQDN if default domain was setMichal Zidek2015-03-113-4/+35
* ldap_child: fix coverity warningPavel Reichl2015-03-111-2/+12
* Log reason in debug message why ldb_modify failedLukas Slebodnik2015-03-118-10/+68
* KRB5: More debugging for create_ccache()Jakub Hrozek2015-03-101-13/+41
* PAC: Fix memory leakLukas Slebodnik2015-03-091-0/+1
* sysdb: use sysdb_user/group_dnPavel Březina2015-03-094-38/+18
* be_refresh: get rid of callback pointersPavel Březina2015-03-091-67/+31
* be_refresh: support groupsPavel Březina2015-03-085-0/+63
* be_refresh: support usersPavel Březina2015-03-085-0/+62
* 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-055-94/+254
* UTIL: convert GeneralizedTime to unix timePavel Reichl2015-03-056-3/+121
* 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-037-1/+119
* SDAP: refactor pwexpire policyPavel Reichl2015-03-033-32/+91
* FO: Use SRV TTL in fail over codeJakub Hrozek2015-03-0311-9/+666
* resolv: Use the same default timeout for SRV queries as previouslyJakub Hrozek2015-03-032-1/+7
* Remove useless assignment to function parameterLukas Slebodnik2015-03-023-3/+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
* BUILD: Uninstall also symbolic links to python bindingsLukas Slebodnik2015-03-021-8/+16
* BUILD: fix chmake not to generate warningPavel Reichl2015-03-021-1/+2
* PROXY: add missing space in debug messagePavel Reichl2015-02-271-2/+2
* PAM: check return value of confdb_get_stringPavel Reichl2015-02-271-0/+6
* PAM: print the pam status as string, tooJakub Hrozek2015-02-254-6/+12
* SPEC: Build python3 bindings on available platformsLukas Slebodnik2015-02-255-13/+154