summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove strict requirements of python2Lukas Slebodnik2015-02-137-7/+7
* SSSDConfig: Port missing parts to python3Lukas Slebodnik2015-02-132-31/+34
* SSSDConfig: Remove unused exception nameLukas Slebodnik2015-02-131-3/+3
* SELINUX: Check the return value of setuid and setgidJakub Hrozek2015-02-131-2/+12
* resolv: Fix a typoJakub Hrozek2015-02-131-1/+1
* Add user_attributes to ifp section of API schemaRob Crittenden2015-02-131-0/+1
* MONITOR: Fix double freeLukas Slebodnik2015-02-121-0/+3
* Fix warning: equality comparison with extraneous parenthesesLukas Slebodnik2015-02-114-11/+11
* RESOLV: Remove obsolete in-tree implementation of SRV and TXT parsingJakub Hrozek2015-02-1110-793/+0
* RESOLV: Add an internal function to read TTL from a DNS packetJakub Hrozek2015-02-117-5/+511
* LDAP: Rename the _res output parameter to avoid clashing with libresolv in testsJakub Hrozek2015-02-112-4/+4
* fill_id() fix LE/BE issue with wrong data typeSumit Bose2015-01-301-4/+6
* 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-305-12/+29
* test_nested_groups: Additional unit testsLukas Slebodnik2015-01-301-0/+165
* TESTS: Mock return value of sdap_get_generic_recvLukas Slebodnik2015-01-302-1/+9
* pysss: Fix double freeLukas Slebodnik2015-01-291-3/+0
* PROXY: Fix use after freeLukas Slebodnik2015-01-291-2/+2
* SELINUX: Set and reset umask when caling set_seuser from deamon codeJakub Hrozek2015-01-272-1/+21
* 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-276-22/+26
* MAN: amend sss_ssh_authorizedkeysPavel Reichl2015-01-271-2/+3
* 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-265-0/+19
* sysdb: remove ghosts in all sub-domains as wellSumit Bose2015-01-231-2/+3
* ifp: fix potential memory leak in check_and_get_component_from_path()Pavel Březina2015-01-231-0/+4
* sbus: add sbus_opath_get_object_name()Pavel Březina2015-01-235-26/+67
* sbus: move common opath functions from ifp to sbus codePavel Březina2015-01-238-304/+385
* sbus: unify naming of handler data variablePavel Březina2015-01-237-92/+92
* sbus: support org.freedesktop.DBus.PropertiesPavel Březina2015-01-235-222/+328
* sbus: support org.freedesktop.DBus.IntrospectablePavel Březina2015-01-234-274/+275
* sbus: add sbus_opath_hash_lookup_supported()Pavel Březina2015-01-232-5/+129
* sbus: add object path to sbus requestPavel Březina2015-01-235-19/+13
* sbus: support multiple interfaces on single pathPavel Březina2015-01-236-301/+455
* sbus: use 'path/*' to represent a D-Bus fallbackPavel Březina2015-01-233-38/+58
* sbus: move iface and object path code to separate filePavel Březina2015-01-233-190/+219
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-2311-94/+43
* nss: fix SID lookupsSumit Bose2015-01-231-1/+9
* IPA: properly handle mixed-case trusted domainsSumit Bose2015-01-234-2/+133
* views: fix GID overrride for mpg domainsSumit Bose2015-01-211-1/+20
* Open the PAC socket from krb5_child before dropping rootJakub Hrozek2015-01-213-0/+27
* nss: Add original DN and memberOf to origbyname requestSumit Bose2015-01-202-2/+5
* nss: refactor fill_orig()Sumit Bose2015-01-201-67/+66
* nss: make fill_orig() multi-value awareSumit Bose2015-01-202-21/+198
* krb5: fix entry order in MEMORY keytabSumit Bose2015-01-192-28/+172