summaryrefslogtreecommitdiff
path: root/server/responder
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-14Let the PAM client send its PIDSumit Bose1-0/+19
2009-09-11Fix getgrnam and getgrgid callsSimo Sorce1-7/+9
2009-09-11Add copyright noticesJakub Hrozek2-0/+42
2009-09-09Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher3-2/+53
2009-09-09Consolidate cache lookups in the NSSStephen Gallagher1-177/+93
2009-09-08Split database in multiple filesSimo Sorce6-30/+227
2009-09-08Fix two possible uninitialized valuesSimo Sorce1-3/+4
2009-08-31Turn enumeration into a boolean valueSimo Sorce2-8/+4
2009-08-27Fix group replies when using member/memberofSimo Sorce3-197/+180
2009-08-21fix handling of filtersUsers in groupsSumit Bose3-31/+44