summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Rename group.c and passwd.c for clarityStephen Gallagher2-0/+0
2010-10-13netgroup testsStephen Gallagher1-0/+516
2010-10-13Netgroups sysdb APIStephen Gallagher4-2/+802
2010-10-13Require explicit setting of callback context for check_cacheStephen Gallagher1-7/+13
2010-10-13Store entry_cache_timeout in sss_domain_info objectStephen Gallagher2-0/+9
2010-10-13Add utility function sss_strnlen()Stephen Gallagher2-0/+34
2010-10-13Initialize kerberos service for GSSAPIJakub Hrozek9-5/+302
2010-10-13Make ldap_child report kerberos return code to parentJakub Hrozek4-13/+31
2010-10-13Report Kerberos error code from ldap_child_get_tgt_syncJakub Hrozek1-23/+16
2010-10-13Add KDC to the list of LDAP optionsJakub Hrozek5-1/+22
2010-10-13Raise the required version of libdhashSumit Bose1-1/+1
2010-10-13Return all group members from getgr(nam|gid)Ralf Haferkamp1-12/+374
2010-10-13Shortcut for save_group() to accept sysdb DNs as member attributesRalf Haferkamp1-4/+19
2010-10-13Rename index to idxSumit Bose1-4/+4
2010-10-13Add a missing include fileSumit Bose1-0/+1
2010-10-13Use POPT_TABLEEND to close option tableSumit Bose7-8/+8
2010-10-13Man pages should mention supported providersJan Zeleny4-13/+28
2010-10-08Add common hash table setupStephen Gallagher2-0/+58
2010-10-08Disable events on ldap fd when offline.Jan Zeleny1-2/+4
2010-10-04Return offline instead of errorStephen Gallagher1-1/+2
2010-09-28Suppress some 'unchecked return value' warningsSumit Bose1-6/+13
2010-09-28Suppress some 'may be used uninitialized' warningsSumit Bose4-9/+15
2010-09-23Use new MIT krb5 API for better password expiration warningsSumit Bose4-3/+79
2010-09-23Save all data to sysdb in one transactionSumit Bose1-222/+131
2010-09-23Handle host objects like other objectsSumit Bose2-129/+183
2010-09-22Initialize debug_level to zero in crypto testsStephen Gallagher1-1/+1
2010-09-22Request the correct attribute nameJakub Hrozek1-1/+1
2010-09-22Fix sysdb_attrs_to_listJakub Hrozek1-2/+2
2010-09-22Fix sysdb_group_dn_nameJakub Hrozek2-1/+43
2010-09-22Initgroups on a non-cached user should go to the data providerStephen Gallagher2-2/+13
2010-09-22Fix missing variable substitution in DEBUG messageStephen Gallagher1-2/+2
2010-09-22Request all group attributes during initgroups processingStephen Gallagher2-5/+7
2010-09-15Check if control is supported before using it.Simo Sorce4-14/+39
2010-09-15Add parameter to skip cleanup in sysdb testJakub Hrozek1-1/+4
2010-09-15Use a different min_id for local domainJakub Hrozek2-1/+17
2010-09-15Define objectclass with a constantJakub Hrozek2-3/+4
2010-09-15Revert "Make ldap bind asynchronous"Jakub Hrozek7-1219/+167
2010-09-15Store rootdse supported features in sdap_handlerSumit Bose7-63/+112
2010-09-15Fix parameter order when initializing decryptionJakub Hrozek1-1/+1
2010-09-08Handle multiple simultaneous enumeration requestsStephen Gallagher2-289/+717
2010-09-08Fix assorted minor bugs in sss_ toolsJakub Hrozek9-47/+37
2010-09-08Dead assignments cleanup in various places in SSSDJan Zeleny5-6/+8
2010-09-08Dead assignments cleanup in memberof moduleJan Zeleny1-6/+3
2010-09-08Dead assignments cleanup in NSS responderJan Zeleny2-7/+7
2010-09-08Dead assignments cleanup in providers codeJan Zeleny6-20/+9
2010-09-08Deobfuscate password in back endsJakub Hrozek2-8/+62
2010-09-08sss_obfuscate toolJakub Hrozek2-0/+194
2010-09-08Python bindings for obfuscationJakub Hrozek1-3/+180
2010-09-08Password obfuscation utility functionsJakub Hrozek4-0/+649
2010-09-08Add safe copy/move macros for uint16_tJakub Hrozek1-1/+11