summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Send the correct enumeration requestsssd-1.8.0-26.el6Jakub Hrozek2012-05-101-1/+1
* Lowercase group members in case-insensitive domainsJakub Hrozek2012-04-301-1/+7
* Avoid uninitialized value comparisonStephen Gallagher2012-02-131-0/+3
* Allocate setent structure on state, not on the client contextJakub Hrozek2012-02-131-4/+4
* Remove setent structure when callback is calledJakub Hrozek2012-02-131-9/+4
* Fix group enumerationJakub Hrozek2012-02-101-0/+2
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-051-43/+17
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-051-51/+24
* RESPONDERS: Provide a common sss_cmd_send_error functionJakub Hrozek2012-02-021-13/+1
* Refactor nss_cmd_send_emptyJakub Hrozek2012-01-311-34/+3
* NSS: Add getservbyname and getservbyport support to the NSS ResponderStephen Gallagher2012-01-271-0/+6
* Move sized_string declaration to utilsStephen Gallagher2012-01-231-11/+0
* DP: Fix bugs in sss_dp_get_account_intStephen Gallagher2012-01-231-0/+1
* RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher2012-01-211-4/+4
* nsssrv: use sized_string in fill_grentSimo Sorce2012-01-091-35/+48
* nsssrv: use sized_string in fill_pwentSimo Sorce2012-01-091-41/+56
* nsssrv: add string manipulation helperSimo Sorce2012-01-091-0/+11
* Return user and group names lowercased in case insensitive domainsJakub Hrozek2011-12-211-12/+32
* sss_get_cased_name utility functionJakub Hrozek2011-12-211-6/+3
* Pass client context to sss_dp_get_account_sendJakub Hrozek2011-12-191-1/+1
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-12/+27
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-161-16/+3
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-051-3/+3
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-291-50/+111
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-181-0/+21
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-151-7/+7
* Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek2011-08-081-16/+19
* Add vetoed_shells optionJohn Hodrien2011-07-291-1/+12
* Fix indexing of skipped groupsJakub Hrozek2011-07-211-2/+4
* fix typosSimo Sorce2011-06-271-5/+5
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-021-3/+11
* Fix typo in initgroups negative cache checkStephen Gallagher2011-05-311-1/+1
* Add new options to override shell valueJakub Hrozek2011-05-201-1/+38
* Add a new option to override home directory valueJakub Hrozek2011-05-201-1/+133
* Add a new option to override primary GID numberJakub Hrozek2011-05-201-1/+9
* Fix regression where nonexistent entries were never added to the negative cacheStephen Gallagher2011-04-151-21/+21
* Fix a regression with the negative cache in multi-domain configurationsStephen Gallagher2011-04-151-3/+18
* Remove unused enumeration cache timeout checksSumit Bose2011-01-061-30/+2
* Post enumeration tevent request if neededSumit Bose2011-01-061-8/+41
* Return groups and users from all domains during enumerationSumit Bose2011-01-061-3/+5
* Always use talloc_zero() to allocate cmdctxSumit Bose2010-10-261-2/+2
* sysdb interface for adding fake usersJakub Hrozek2010-10-151-1/+1
* sysdb interface for adding incomplete groupsJakub Hrozek2010-10-151-1/+1
* Add netgroup support to the NSS responderStephen Gallagher2010-10-131-2/+9
* Split out some helper functions for the NSS responderStephen Gallagher2010-10-131-83/+17
* Require explicit setting of callback context for check_cacheStephen Gallagher2010-10-131-7/+13
* Initgroups on a non-cached user should go to the data providerStephen Gallagher2010-09-221-1/+2
* Handle multiple simultaneous enumeration requestsStephen Gallagher2010-09-081-289/+706
* Dead assignments cleanup in NSS responderJan Zeleny2010-09-081-5/+7