summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2010-02-16Remove replaceSumit Bose1-10/+0
2010-02-15Make PAM responses more compatible with D-BUS specStephen Gallagher2-34/+108
2010-02-15Make attr_type an integerStephen Gallagher2-20/+14
2010-02-15Add doxygen docs for ConfDBStephen Gallagher4-14/+1759
2010-02-12Add check for broken LDAP connection callbacksSumit Bose2-2/+12
2010-02-12sss_groupshow: separate member lists by commaJakub Hrozek1-3/+6
2010-02-12Make change password errors more transparentSumit Bose7-23/+184
2010-02-12Don't pass a variable as format to talloc_asprintf()Martin Nagy2-2/+2
2010-02-10sss_groupshow improvementsJakub Hrozek2-104/+698
2010-02-10Fix other memory alignment issuesJakub Hrozek4-42/+55
2010-02-10Few misc minor man page bugsJakub Hrozek3-26/+23
2010-02-10Make return values more specific during password changeSumit Bose3-37/+58
2010-02-10Updating PL translationPiotr Drąg1-4/+6
2010-02-10Fix handling of the global context in the leak detectorSumit Bose2-1/+3
2010-02-10Send a message to the user if the login is delayedSumit Bose5-35/+91
2010-02-05Update translatable stringsStephen Gallagher9-549/+675
2010-02-05Document when LDAP referral chasing is availableSumit Bose2-0/+17
2010-02-05Reactivate old fd handling conditionallySumit Bose5-1/+82
2010-02-05Add mandatory flag to SSSD config schemaStephen Gallagher8-207/+455
2010-02-05Remove unnecessary explicit defaults from SSSDConfig APIStephen Gallagher2-10/+10
2010-02-05Added option to use libcrypto instead of NSS.George McCollister7-11/+416
2010-02-05Internationalize the command-line help messageStephen Gallagher5-15/+15
2010-02-05Enable debug_timestamps by defaultStephen Gallagher7-11/+11
2010-02-03Make krb5 and open checks work if forking is disabledSumit Bose2-1/+6
2010-02-03Make resolve and failover test work with CK_FORK=noSumit Bose4-6/+11
2010-02-03Split off libini_config into a shared libraryStephen Gallagher3-5/+23
2010-02-03Split off libcollection into a shared libraryStephen Gallagher3-6/+24
2010-02-02Warn the user if authentication happens offlineSumit Bose4-13/+132
2010-02-02Add offline failed login counterSumit Bose9-17/+631
2010-02-02Add new option ldap_referralsSumit Bose7-1/+30
2010-02-02Use ldap connection callbacks to get file descriptorsSumit Bose4-43/+121
2010-02-02Check cache_credentials in sysdb_cache_auth_send()Sumit Bose2-0/+14
2010-02-01Force offline operation with SIGUSR1Stephen Gallagher3-0/+69
2010-02-01Avoid 'PAM' at the beginning of define and enum namesSumit Bose5-25/+26
2010-02-01Rename PAM_USER_INFO to PAM_SYSTEM_INFOSumit Bose2-3/+3
2010-01-25Fix size error on 64-bit systemsStephen Gallagher1-1/+1
2010-01-22Handle IPv6 addresses with the async resolverStephen Gallagher4-13/+65
2010-01-22Pointers to non 32 bit aligned data were being cast to uint32_t *George McCollister2-9/+11
2010-01-22Fix async resolver integration with teventStephen Gallagher1-7/+19
2010-01-21Add missing link for KerberosStephen Gallagher1-1/+2
2010-01-21Use version.m4 for setting the SSSD versionStephen Gallagher1-1/+4
2010-01-20Split off libdhash into a shared libraryStephen Gallagher3-5/+23
2010-01-20Fix a double free bugSumit Bose1-3/+0
2010-01-20Fix timeout memory heirarchyStephen Gallagher1-2/+14
2010-01-20Deleting nonexistent users or groups is not a noopJakub Hrozek2-4/+2
2010-01-20document debug_timestampsJakub Hrozek2-0/+22
2010-01-20Add sysdb request to authenticate against a cached passwordSumit Bose8-217/+378
2010-01-20sss_groupshow - a utility to print properties of a local groupJakub Hrozek9-2/+452
2010-01-14Copy-edit, mainly fixing typos and EnglishDavid O'Brien2-71/+68
2010-01-14Make sure callbacks never retry when ares channel is destroyedMartin Nagy1-4/+12