summaryrefslogtreecommitdiffstats
path: root/server/responder/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-3182/+0
* Add DEBUG messages to getpwnam_callback and getpwuid_callbackStephen Gallagher2009-12-171-0/+4
* 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-231-10/+12
* 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-181-4/+5
* Change initgroups code to use and check the cacheSimo Sorce2009-11-181-196/+98
* Fix check_cache bug in dealing with the callbackSimo Sorce2009-11-121-97/+104
* Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher2009-11-051-3/+17
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-8/+8
* Fix infinite loop with empty group enumerationStephen Gallagher2009-09-291-13/+15
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-26/+26
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-26/+26
* Fix getgrnam and getgrgid callsSimo Sorce2009-09-111-7/+9
* Add support for the EntryCacheNoWaitRefreshTimeoutStephen Gallagher2009-09-091-1/+34
* Consolidate cache lookups in the NSSStephen Gallagher2009-09-091-177/+93
* Split database in multiple filesSimo Sorce2009-09-081-22/+183
* Fix two possible uninitialized valuesSimo Sorce2009-09-081-3/+4
* Turn enumeration into a boolean valueSimo Sorce2009-08-311-4/+4
* Fix group replies when using member/memberofSimo Sorce2009-08-271-191/+139
* fix handling of filtersUsers in groupsSumit Bose2009-08-211-14/+20
* Refactor responder_dp.cStephen Gallagher2009-08-141-20/+20
* Fix user enumeration bugSimo Sorce2009-05-281-4/+0
* Fix enumerations (bug #42)Simo Sorce2009-05-271-12/+76
* Silence warningsSimo Sorce2009-05-261-0/+4
* Do not fire up backend search when the data provider is localJakub Hrozek2009-05-261-14/+14
* added more flexible handling of client protocolSumit Bose2009-05-151-0/+10
* Fix some more return paths using uninitalized retSimo Sorce2009-05-061-3/+3
* Fix use of uninitialized return variableSimo Sorce2009-04-291-5/+5
* Fix by_id enumeration with multiple domainsSimo Sorce2009-04-161-0/+10
* Fix a couple of segfaults and timeout checksSimo Sorce2009-04-131-30/+13
* Fix segfaults when passing an unknown domainSimo Sorce2009-04-131-9/+20
* Serialize requests vs backends.Simo Sorce2009-04-091-544/+702
* Change the way we retrieve domainsSimo Sorce2009-04-081-153/+79
* Clean up warnings in SSSDStephen Gallagher2009-04-071-8/+8
* Unify name parsing and reposnder headersSimo Sorce2009-04-071-117/+140
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-011-28/+91
* Add a more flexible way to parse and filter names.Simo Sorce2009-04-011-253/+670
* Make nsssrv use the common responder functionsSimo Sorce2009-03-271-175/+167
* Fix uninitailized pointer and cut&paste errorSimo Sorce2009-03-271-1/+5
* Retrieve some options from confdbSimo Sorce2009-03-201-4/+6
* Fix getgrent and getpwent callsSimo Sorce2009-03-181-2/+6
* Implement Negative cache for NSSSimo Sorce2009-03-131-3/+256
* Fix returning user with missing optional attributes.Simo Sorce2009-03-101-5/+8
* Treat uids and gids as 32 bit numbers not 64Simo Sorce2009-03-101-23/+21
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-091-27/+15