summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-03Use explicit base 10 for converting strings to integersJakub Hrozek6-9/+9
2011-09-28Return users and groups based on aliasJakub Hrozek3-8/+10
2011-09-28Store name aliases for users, groupsJakub Hrozek5-37/+216
2011-09-28Add a sysdb_get_direct_parents functionJakub Hrozek3-57/+113
2011-09-28Add sysdb interface to get name aliasesJakub Hrozek2-1/+64
2011-09-28HBAC: fix typos preventing proper hostgroup evaluationStephen Gallagher1-3/+3
2011-09-28Fixed bad logic in processing netgroups in LDAP providerJan Zeleny1-1/+3
2011-09-28IPA access: hostname comparison should be case-insensitiveJakub Hrozek1-1/+1
2011-09-28Multiline macro cleanupJakub Hrozek18-22/+24
2011-09-21Enable the midpoint cache update by defaultStephen Gallagher2-2/+2
2011-09-20Added quiet option to pam_sssPavel Březina2-5/+36
2011-09-20Fix wrong buffer size in has_phy_80211_subdir()Jakub Hrozek1-2/+3
2011-09-20Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek1-1/+1
2011-09-20Add missing options to sssd.api.confMarko Myllynen3-3/+26
2011-09-20MAN: Add more information about internal credential storageStephen Gallagher2-1/+8
2011-09-15MONITOR: Correctly detect lack of response from servicesStephen Gallagher1-21/+26
2011-09-08DEBUG timestamps offer higher precision - SSSDConfig updatedPavel Březina3-0/+3
2011-09-08DEBUG timestamps offer higher precision - unit tests updatedPavel Březina1-14/+215
2011-09-08DEBUG timestamps offer higher precision - man page updatedPavel Březina2-0/+27
2011-09-08DEBUG timestamps offer higher precisionPavel Březina9-21/+116
2011-09-08Improve documentation of libipa_hbacStephen Gallagher2-21/+1697
2011-09-07Do not access memory out of boundsSumit Bose1-2/+2
2011-09-06Keep deref controls until the whole request is finishedJakub Hrozek1-8/+45
2011-09-06Improve error message for LDAP password constraint violationJakub Hrozek3-16/+29
2011-09-06Subscribe to netlink route and addr messagesJakub Hrozek1-5/+244
2011-09-06Discard carrier messages from non-ethernet devicesJakub Hrozek1-3/+155
2011-09-06Change libnl monitor callback to only signal going onlineJakub Hrozek3-14/+5
2011-09-06Allow turning dereference off by setting the threshold to 0Jakub Hrozek4-3/+13
2011-09-06sss_debuglevel - change the debug levels on the flyPavel Březina3-1/+460
2011-09-06sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina4-38/+38
2011-09-06sss_ldap_err2string() - function createdPavel Březina3-2/+16
2011-09-02Add option to specify the kerberos replay cache dirStephen Gallagher7-0/+70
2011-08-29HBAC: Properly skip all non-group memberOf entriesStephen Gallagher1-1/+2
2011-08-29Fix moving to next entry in deref codeJakub Hrozek1-1/+6
2011-08-26HBAC: Use of hostgroups for targethost or sourcehost was brokenStephen Gallagher1-4/+4
2011-08-26HBAC: Handle saving groups that have no membersStephen Gallagher1-7/+21
2011-08-26Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek1-3/+55
2011-08-26Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek8-3/+33
2011-08-25--debug-timestamps=1 is not passed to providersPavel Březina3-55/+77
2011-08-25New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina30-49/+99
2011-08-25New DEBUG facility - unit testsPavel Březina1-0/+742
2011-08-25New DEBUG facility - man pagesPavel Březina3-17/+62
2011-08-25New DEBUG facility - conversionPavel Březina40-61/+62
2011-08-25New DEBUG facility - modified DEBUGPavel Březina1-6/+41
2011-08-25New DEBUG facility - new levelsPavel Březina2-2/+89
2011-08-25Improve password policy error code and messageSumit Bose1-4/+9
2011-08-25Return the first value of name if the multivalued name attribute does not mat...Jakub Hrozek1-3/+4
2011-08-25IPA dyndns: do not segfault if the server cannot be resolvedJakub Hrozek1-4/+2
2011-08-15Handle timeout during sss_ldap_init_sendJakub Hrozek3-3/+41
2011-08-15Do not delete requests inside hash_iterate loopJakub Hrozek1-10/+12