summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* Deleted declaration of nss_get_dom()Jan Zeleny2011-12-191-4/+0
* Pass client context to sss_dp_get_account_sendJakub Hrozek2011-12-191-1/+1
* DP: Remove processed callbacksJakub Hrozek2011-12-161-3/+5
* SUDO Integration - responder - get sudo rules logicJakub Hrozek2011-12-161-2/+444
* SUDO Integration - responderPavel Březina2011-12-166-0/+1041
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-166-46/+168
* Canonicalize username in PAM providerJakub Hrozek2011-12-161-0/+27
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-165-22/+21
* Ignore NULL-terminator when checking UTF8-validity for netgroupsStephen Gallagher2011-12-081-1/+1
* Pass the correct private data into Data Provider callbackJakub Hrozek2011-12-071-1/+1
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-052-4/+4
* Allow using Glib for UTF8 supportStephen Gallagher2011-12-051-9/+1
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-296-427/+641
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+1
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-185-0/+44
* RESPONDER: Fix segfault in sss_packet_send()Stephen Gallagher2011-11-021-0/+5
* Fixed timeout handling in respondersJan Zeleny2011-10-141-72/+72
* Check if dp_requests hash table exists before using itJakub Hrozek2011-10-131-0/+5
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-2/+2
* Return users and groups based on aliasJakub Hrozek2011-09-281-2/+3
* Enable the midpoint cache update by defaultStephen Gallagher2011-09-211-1/+1
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-252-2/+8
* New DEBUG facility - conversionPavel Březina2011-08-252-0/+4
* Do not delete requests inside hash_iterate loopJakub Hrozek2011-08-151-10/+12
* sysdb refactoring: memory context deletedJan Zeleny2011-08-152-9/+5
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-154-20/+13
* Remove unused temporary contextJakub Hrozek2011-08-081-5/+0
* Prevent segfault if vetoed_shells are specified without allowed_shellsJakub Hrozek2011-08-081-16/+19
* Revert "Allow LDAP to decide when an expiration warning is warranted"Stephen Gallagher2011-08-041-4/+3
* Allow LDAP to decide when an expiration warning is warrantedStephen Gallagher2011-08-011-3/+4
* Converge accept_fd_handler and accept_priv_fd_handlerStephen Gallagher2011-07-291-85/+50
* Add vetoed_shells optionJohn Hodrien2011-07-293-1/+17
* 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
* Set _GNU_SOURCE globallySumit Bose2011-05-231-3/+1
* Add new options to override shell valueJakub Hrozek2011-05-203-1/+123
* Add a new option to override home directory valueJakub Hrozek2011-05-203-1/+140
* Add a new option to override primary GID numberJakub Hrozek2011-05-202-2/+10
* Allow changing the log level without restartStephen Gallagher2011-05-064-2/+17
* Create common sss_monitor_init()Stephen Gallagher2011-05-061-34/+3
* Do not leak netgroups hash tableJakub Hrozek2011-05-061-0/+12
* Don't use negative cache in netgroup lookupJan Zeleny2011-04-252-20/+20
* 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
* Add debug logging to the negative cacheStephen Gallagher2011-04-151-0/+5
* Fix unchecked return values of pam_add_responseJakub Hrozek2011-04-081-4/+12
* Change state of hash entry if netgroup cannot be parsedSumit Bose2011-03-091-0/+2
* Refactor set_netgroup_entry()Sumit Bose2011-03-071-4/+7