summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SysDB commands that save lastUpdate allows this value to be passed inPavel Březina2011-10-1311-77/+130
* Check if dp_requests hash table exists before using itJakub Hrozek2011-10-131-0/+5
* man page fix (lists are comma-separated)Jan Zeleny2011-10-133-4/+4
* Streamline the example configJakub Hrozek2011-10-131-72/+28
* Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek2011-10-137-21/+175
* Add option to follow symlinks to check_file()Jakub Hrozek2011-10-136-7/+35
* SYSDB: New source file for sysdb upgrade routinesStephen Gallagher2011-10-073-888/+929
* Fix small bug where TALLOC_CTX could end up unfreed.Pavel Zuna2011-10-061-3/+3
* Fix typo in sysdb_get_direct_parentsJakub Hrozek2011-10-061-1/+1
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-036-9/+9
* Return users and groups based on aliasJakub Hrozek2011-09-283-8/+10
* Store name aliases for users, groupsJakub Hrozek2011-09-285-37/+216
* Add a sysdb_get_direct_parents functionJakub Hrozek2011-09-283-57/+113
* Add sysdb interface to get name aliasesJakub Hrozek2011-09-282-1/+64
* HBAC: fix typos preventing proper hostgroup evaluationStephen Gallagher2011-09-281-3/+3
* Fixed bad logic in processing netgroups in LDAP providerJan Zeleny2011-09-281-1/+3
* IPA access: hostname comparison should be case-insensitiveJakub Hrozek2011-09-281-1/+1
* Multiline macro cleanupJakub Hrozek2011-09-2818-22/+24
* Enable the midpoint cache update by defaultStephen Gallagher2011-09-212-2/+2
* Added quiet option to pam_sssPavel Březina2011-09-202-5/+36
* Fix wrong buffer size in has_phy_80211_subdir()Jakub Hrozek2011-09-201-2/+3
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-09-201-1/+1
* Add missing options to sssd.api.confMarko Myllynen2011-09-203-3/+26
* MAN: Add more information about internal credential storageStephen Gallagher2011-09-202-1/+8
* MONITOR: Correctly detect lack of response from servicesStephen Gallagher2011-09-151-21/+26
* DEBUG timestamps offer higher precision - SSSDConfig updatedPavel Březina2011-09-083-0/+3
* DEBUG timestamps offer higher precision - unit tests updatedPavel Březina2011-09-081-14/+215
* DEBUG timestamps offer higher precision - man page updatedPavel Březina2011-09-082-0/+27
* DEBUG timestamps offer higher precisionPavel Březina2011-09-089-21/+116
* Improve documentation of libipa_hbacStephen Gallagher2011-09-082-21/+1697
* Do not access memory out of boundsSumit Bose2011-09-071-2/+2
* Keep deref controls until the whole request is finishedJakub Hrozek2011-09-061-8/+45
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-063-16/+29
* Subscribe to netlink route and addr messagesJakub Hrozek2011-09-061-5/+244
* Discard carrier messages from non-ethernet devicesJakub Hrozek2011-09-061-3/+155
* Change libnl monitor callback to only signal going onlineJakub Hrozek2011-09-063-14/+5
* Allow turning dereference off by setting the threshold to 0Jakub Hrozek2011-09-064-3/+13
* sss_debuglevel - change the debug levels on the flyPavel Březina2011-09-063-1/+460
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-064-38/+38
* sss_ldap_err2string() - function createdPavel Březina2011-09-063-2/+16
* Add option to specify the kerberos replay cache dirStephen Gallagher2011-09-027-0/+70
* HBAC: Properly skip all non-group memberOf entriesStephen Gallagher2011-08-291-1/+2
* Fix moving to next entry in deref codeJakub Hrozek2011-08-291-1/+6
* HBAC: Use of hostgroups for targethost or sourcehost was brokenStephen Gallagher2011-08-261-4/+4
* HBAC: Handle saving groups that have no membersStephen Gallagher2011-08-261-7/+21
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-261-3/+55
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-268-3/+33
* --debug-timestamps=1 is not passed to providersPavel Březina2011-08-253-55/+77
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-2530-49/+99
* New DEBUG facility - unit testsPavel Březina2011-08-251-0/+742