summaryrefslogtreecommitdiff
path: root/server/responder
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-18added missing hash_create which was remove by a previous patchSumit Bose1-5/+14
2009-08-17Fix reconnection codeSimo Sorce8-209/+116
2009-08-14Refactor responder_dp.cStephen Gallagher4-117/+117
2009-08-14Don't go to the backend for identical cache entry requestsStephen Gallagher2-54/+294
2009-08-12Eliminate unnecessary explicit timeout for DP account requestsStephen Gallagher1-33/+19
2009-08-11Change the why DP clients identifySimo Sorce9-143/+69
2009-08-11Change services identification mechanismSimo Sorce4-150/+24
2009-08-11Make child processes exit when parent diesJakub Hrozek2-0/+12
2009-08-11Make socket paths a compile-time optionStephen Gallagher2-2/+0
2009-08-10Simplify interfaces initializationSimo Sorce9-100/+86
2009-08-10merge server and connection structuresSimo Sorce2-4/+4
2009-08-10Cosmetic changesSimo Sorce7-51/+51
2009-08-10Remove redundant memory contextsSimo Sorce6-30/+36
2009-08-05Move parsing of names and domains into util/Jakub Hrozek2-120/+1
2009-07-29Address CVE-2009-2410Stephen Gallagher1-1/+1
2009-07-20Raise debug level for version negotiationSimo Sorce1-2/+2
2009-07-20Implement resInit for monitor, NSS, PAM, DP and the backendsStephen Gallagher2-0/+40
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-31/+84
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce2-12/+6
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose2-2/+2
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-1/+19
2009-06-08fix detection of authentication against LOCAL domainSumit Bose1-3/+9
2009-05-28Fix user enumeration bugSimo Sorce1-4/+0
2009-05-28special-case NSS calls in PAM codeJakub Hrozek1-2/+2
2009-05-27Fix enumerations (bug #42)Simo Sorce1-12/+76
2009-05-26fix a wrong timeoutSumit Bose1-3/+4
2009-05-26Silence warningsSimo Sorce3-6/+10
2009-05-26Do not fire up backend search when the data provider is localJakub Hrozek2-14/+18
2009-05-18Move actual password caching into sysdbSimo Sorce4-126/+2
2009-05-18Prevent accepting blank passwordsSimo Sorce1-0/+7
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce2-18/+16
2009-05-15added new pam client protocolSumit Bose1-1/+132
2009-05-15added more flexible handling of client protocolSumit Bose4-2/+63
2009-05-14added check for NULL valuesSumit Bose2-9/+1