summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpo: Improve debug messagesMichal Židek2017-01-251-3/+6
* GPO: Skip GPOs without gPCFunctionalityVersionMichal Židek2017-01-251-3/+19
* dp_request_table: remove unused #includesPavel Březina2017-01-251-2/+0
* UTIL: Unset O_NONBLOCK for ldap connectionLukas Slebodnik2017-01-251-0/+33
* WATCHDOG: Avoid non async-signal-safe from the signal_handlerFabiano Fidêncio2017-01-251-22/+96
* SERVER: Set the process group during server_setup()Fabiano Fidêncio2017-01-252-3/+14
* MONITOR: Fix warning with undefined macro HAVE_SYSTEMDLukas Slebodnik2017-01-241-1/+1
* RESPONDER: Change how client timeout is calculatedFabiano Fidêncio2017-01-232-8/+33
* RESPONDER: Shutdown {dbus,socket}-activated responders in case they're idleFabiano Fidêncio2017-01-239-2/+228
* RESPONDER: Don't expose client_idle_handler()Fabiano Fidêncio2017-01-232-21/+16
* RESPONDER: Make clear {reset_,}idle_timer() are related to clientFabiano Fidêncio2017-01-233-14/+14
* SBUS: Add destructor data to sbus_connectionFabiano Fidêncio2017-01-239-21/+59
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-2313-9/+29
* MONITOR: Don't expose monitor_common_send_id()Fabiano Fidêncio2017-01-232-4/+4
* MAN: "user" doesn't work with socket-activated servicesFabiano Fidêncio2017-01-231-0/+13
* MAN: Mention that the services' list is optionalFabiano Fidêncio2017-01-233-1/+22
* MONITOR: Deal with socket-activated respondersFabiano Fidêncio2017-01-231-14/+106
* MONITOR: Deal with no services set upFabiano Fidêncio2017-01-231-8/+21
* MONITOR: Split up check_services()Fabiano Fidêncio2017-01-231-9/+17
* IFP: Make IFP responder dbus-activatableFabiano Fidêncio2017-01-236-2/+63
* SUDO: Make Sudo responder socket-activatableFabiano Fidêncio2017-01-235-0/+59
* SSH: Make SSH responder socket-activatableFabiano Fidêncio2017-01-235-0/+59
* PAM: Make PAM responder socket-activatableFabiano Fidêncio2017-01-236-0/+76
* PAC: Make PAC responder socket-activatableFabiano Fidêncio2017-01-235-0/+59
* NSS: Make NSS responder socket-activatableFabiano Fidêncio2017-01-235-0/+46
* AUTOFS: Make AutoFS responder socket-activatableFabiano Fidêncio2017-01-235-1/+64
* RESPONDER: Make responders' common code ready for socket activationFabiano Fidêncio2017-01-233-38/+38
* UTIL: Introduce --dbus-activated cmd option for respondersFabiano Fidêncio2017-01-234-3/+22
* UTIL: Introduce --socket-activated cmdline option for respondersFabiano Fidêncio2017-01-236-27/+60
* MONITOR: Pass the service type to the RegisterService methodFabiano Fidêncio2017-01-235-6/+11
* MONITOR: Expose the monitor's services typeFabiano Fidêncio2017-01-232-5/+5
* SUDO: Drop logic to disable the backend in case the provider is not setFabiano Fidêncio2017-01-231-75/+0
* sysdb-tests: Add test for sysdb_search_object_by_nameLukas Slebodnik2017-01-231-0/+116
* sysdb: Search also aliases in sysdb_search_object_by_nameLukas Slebodnik2017-01-232-3/+30
* sysdb-tests: Add test for sysdb_search_object_by_idLukas Slebodnik2017-01-231-0/+124
* SYSDB: Update filter for get object by idLukas Slebodnik2017-01-231-1/+1
* libwbclient-sssd: wbcLookupSid() allow NULL argumentsSumit Bose2017-01-213-16/+167
* AUTOFS: Check return of sss_cmd_empty_packet()Fabiano Fidêncio2017-01-201-1/+6
* intg: Return list for enumeration functionsLukas Slebodnik2017-01-161-2/+2
* intg: Convert output of executed commands to stringsLukas Slebodnik2017-01-162-5/+6
* intg: Return strings from ctypes wrappersLukas Slebodnik2017-01-161-3/+4
* intg: Use bytes as input in ctypesLukas Slebodnik2017-01-162-3/+3
* intg: Use bytes for value of attributes in ldifLukas Slebodnik2017-01-166-58/+64
* intg: Fix creating of slapd configurationLukas Slebodnik2017-01-161-1/+1
* intg: Use bytes with hash functionLukas Slebodnik2017-01-161-2/+3
* intg: Avoid using iteritems for dictionaryLukas Slebodnik2017-01-161-1/+1
* intg: Avoid using xrange in testsLukas Slebodnik2017-01-162-6/+6
* intg: Fix python2,3 urllibLukas Slebodnik2017-01-161-2/+6
* sssd_ldb.py: Remove a leftover debug messageLukas Slebodnik2017-01-161-1/+0
* IFP: Fix GetUserAttrJakub Hrozek2017-01-161-0/+1