summaryrefslogtreecommitdiffstats
path: root/server/responder
Commit message (Expand)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-1816-7801/+0
* Eliminate separate build tree for sss_clientStephen Gallagher2010-02-182-2/+2
* Supress warnings with -O2Jakub Hrozek2010-02-181-2/+1
* Make attr_type an integerStephen Gallagher2010-02-151-3/+3
* Make return values more specific during password changeSumit Bose2010-02-101-34/+52
* Send a message to the user if the login is delayedSumit Bose2010-02-101-3/+24
* Added option to use libcrypto instead of NSS.George McCollister2010-02-051-1/+1
* Warn the user if authentication happens offlineSumit Bose2010-02-021-1/+19
* Add offline failed login counterSumit Bose2010-02-021-6/+7
* Avoid 'PAM' at the beginning of define and enum namesSumit Bose2010-02-012-17/+17
* Fix size error on 64-bit systemsStephen Gallagher2010-01-251-1/+1
* Pointers to non 32 bit aligned data were being cast to uint32_t *George McCollister2010-01-222-9/+11
* Fix a double free bugSumit Bose2010-01-201-3/+0
* Add sysdb request to authenticate against a cached passwordSumit Bose2010-01-204-216/+59
* Don't free timer events within the handler.Simo Sorce2010-01-051-16/+12
* Fix broken password changes for local usersStephen Gallagher2009-12-181-1/+6
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-181-0/+6
* Add DEBUG messages to getpwnam_callback and getpwuid_callbackStephen Gallagher2009-12-171-0/+4
* dhash: Add private pointer for delete callbackSimo Sorce2009-12-081-1/+1
* Fix potential uninitialized value error in responder_dp.cStephen Gallagher2009-12-081-1/+1
* Fix potential uninitialized value errors in nsssrv_cmd.cStephen Gallagher2009-12-081-1/+2
* Use the custom password field in groups too.Simo Sorce2009-12-031-3/+5
* Use memberuid and not member in group enumerationsSimo Sorce2009-12-031-53/+8
* Fix ticket #289Simo Sorce2009-11-231-0/+18
* Speed up user requests while offlineStephen Gallagher2009-11-234-15/+25
* Filter by id range before actually storing entries.Simo Sorce2009-11-201-16/+0
* Optimize sysdb_enumgrentSimo Sorce2009-11-201-172/+178
* Make the password field configurable in NSSJakub Hrozek2009-11-183-4/+14
* Change the pam code to perform an initgroups callSimo Sorce2009-11-181-1/+1
* Change initgroups code to use and check the cacheSimo Sorce2009-11-181-196/+98
* Change var name to make its use more clear.Simo Sorce2009-11-122-7/+7
* Fix check_cache bug in dealing with the callbackSimo Sorce2009-11-121-97/+104
* Fix segfault on unknown user/domainStephen Gallagher2009-11-091-2/+2
* Fix tevent_req error checking.Simo Sorce2009-11-091-6/+1
* Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher2009-11-053-9/+24
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-274-26/+12
* Fix segfaultSimo Sorce2009-10-271-1/+1
* Use standard coding practice to set last loginSimo Sorce2009-10-261-90/+128
* Add support for offline auth cache timeoutStephen Gallagher2009-10-224-3/+192
* Add pam_ctx (similar to nss_ctx) for storing global PAM configStephen Gallagher2009-10-222-5/+25
* Remove two unused functions.Stephen Gallagher2009-10-152-18/+0
* Fix offline authenticationSimo Sorce2009-10-151-16/+3
* Remove DP processSimo Sorce2009-10-096-72/+121
* Remove unused btreemap codeStephen Gallagher2009-10-064-4/+0
* Make dp requests more robustSimo Sorce2009-10-051-36/+109
* Fix infinite loop with empty group enumerationStephen Gallagher2009-09-291-13/+15
* Send debug messages to logfileJakub Hrozek2009-09-252-2/+6
* Upgrade confdb to version 2Stephen Gallagher2009-09-254-30/+47
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-239-104/+88
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-219-88/+104