summaryrefslogtreecommitdiff
path: root/server/responder
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Eliminate separate build tree for sss_clientStephen Gallagher2-2/+2
2010-02-18Supress warnings with -O2Jakub Hrozek1-2/+1
2010-02-15Make attr_type an integerStephen Gallagher1-3/+3
2010-02-10Make return values more specific during password changeSumit Bose1-34/+52
2010-02-10Send a message to the user if the login is delayedSumit Bose1-3/+24
2010-02-05Added option to use libcrypto instead of NSS.George McCollister1-1/+1
2010-02-02Warn the user if authentication happens offlineSumit Bose1-1/+19
2010-02-02Add offline failed login counterSumit Bose1-6/+7
2010-02-01Avoid 'PAM' at the beginning of define and enum namesSumit Bose2-17/+17
2010-01-25Fix size error on 64-bit systemsStephen Gallagher1-1/+1
2010-01-22Pointers to non 32 bit aligned data were being cast to uint32_t *George McCollister2-9/+11
2010-01-20Fix a double free bugSumit Bose1-3/+0
2010-01-20Add sysdb request to authenticate against a cached passwordSumit Bose4-216/+59
2010-01-05Don't free timer events within the handler.Simo Sorce1-16/+12
2009-12-18Fix broken password changes for local usersStephen Gallagher1-1/+6
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose1-0/+6
2009-12-17Add DEBUG messages to getpwnam_callback and getpwuid_callbackStephen Gallagher1-0/+4
2009-12-08dhash: Add private pointer for delete callbackSimo Sorce1-1/+1
2009-12-08Fix potential uninitialized value error in responder_dp.cStephen Gallagher1-1/+1
2009-12-08Fix potential uninitialized value errors in nsssrv_cmd.cStephen Gallagher1-1/+2
2009-12-03Use the custom password field in groups too.Simo Sorce1-3/+5
2009-12-03Use memberuid and not member in group enumerationsSimo Sorce1-53/+8
2009-11-23Fix ticket #289Simo Sorce1-0/+18
2009-11-23Speed up user requests while offlineStephen Gallagher4-15/+25
2009-11-20Filter by id range before actually storing entries.Simo Sorce1-16/+0
2009-11-20Optimize sysdb_enumgrentSimo Sorce1-172/+178
2009-11-18Make the password field configurable in NSSJakub Hrozek3-4/+14
2009-11-18Change the pam code to perform an initgroups callSimo Sorce1-1/+1
2009-11-18Change initgroups code to use and check the cacheSimo Sorce1-196/+98
2009-11-12Change var name to make its use more clear.Simo Sorce2-7/+7
2009-11-12Fix check_cache bug in dealing with the callbackSimo Sorce1-97/+104
2009-11-09Fix segfault on unknown user/domainStephen Gallagher1-2/+2
2009-11-09Fix tevent_req error checking.Simo Sorce1-6/+1
2009-11-05Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher3-9/+24
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce4-26/+12
2009-10-27Fix segfaultSimo Sorce1-1/+1
2009-10-26Use standard coding practice to set last loginSimo Sorce1-90/+128
2009-10-22Add support for offline auth cache timeoutStephen Gallagher4-3/+192
2009-10-22Add pam_ctx (similar to nss_ctx) for storing global PAM configStephen Gallagher2-5/+25
2009-10-15Remove two unused functions.Stephen Gallagher2-18/+0
2009-10-15Fix offline authenticationSimo Sorce1-16/+3
2009-10-09Remove DP processSimo Sorce6-72/+121
2009-10-06Remove unused btreemap codeStephen Gallagher4-4/+0
2009-10-05Make dp requests more robustSimo Sorce1-36/+109
2009-09-29Fix infinite loop with empty group enumerationStephen Gallagher1-13/+15
2009-09-25Send debug messages to logfileJakub Hrozek2-2/+6
2009-09-25Upgrade confdb to version 2Stephen Gallagher4-30/+47
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher9-104/+88
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek9-88/+104
2009-09-14make cli_pid mandatory and increase version number of pam protocolSumit Bose1-1/+25