summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* sysdb interface for adding fake usersJakub Hrozek2010-10-151-1/+1
* sysdb interface for adding incomplete groupsJakub Hrozek2010-10-151-1/+1
* Also return member groups to the clientSumit Bose2010-10-132-55/+85
* Add handling of nested netgroups to nss clientSumit Bose2010-10-131-1/+4
* Add missing tevent_req_done()Sumit Bose2010-10-131-0/+1
* Add netgroup support to the NSS responderStephen Gallagher2010-10-137-2/+922
* Split out some helper functions for the NSS responderStephen Gallagher2010-10-132-83/+147
* Add negative cache features for netgroupsStephen Gallagher2010-10-132-0/+39
* 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-082-289/+717
* Dead assignments cleanup in NSS responderJan Zeleny2010-09-082-7/+7
* Move crypto functions into its own subdirJakub Hrozek2010-09-081-1/+1
* Honor filter_users in PAMStephen Gallagher2010-06-173-10/+47
* Move setup of filter_users and filter_groups to negcache.cStephen Gallagher2010-06-173-187/+220
* Refactor the negative cacheStephen Gallagher2010-06-175-57/+57
* Ensure that all domains are checked for users/groupsStephen Gallagher2010-06-171-3/+15
* Properly null-terminate socket pathStephen Gallagher2010-06-141-2/+4
* Check the correct variable for NULL after creating timerStephen Gallagher2010-06-101-1/+1
* Remove dead code from the PAM responderJakub Hrozek2010-06-062-13/+0
* Add support for delayed kinit if offlineSumit Bose2010-05-261-1/+1
* Use SO_PEERCRED on the PAM socketSumit Bose2010-04-162-1/+55
* Revert "Add better checks on PAM socket"Sumit Bose2010-04-162-140/+1
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-121-1/+1
* sysdb: remove remaining traces of sysdb_handleSimo Sorce2010-04-121-1/+0
* sysdb: convert sysdb_initgroupsSimo Sorce2010-04-121-222/+117
* Adjust fill_pwent and fill_grentSimo Sorce2010-04-121-13/+13
* sysdb: convert sysdb_enumgrentSimo Sorce2010-04-121-161/+106
* sysdb: convert sysdb_enumpwentSimo Sorce2010-04-121-172/+116
* sysdb: convert sysdb_get_user_attrSimo Sorce2010-04-121-57/+39
* sysdb: convert sysdb_getgrgidSimo Sorce2010-04-121-193/+109
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-223/+134
* sysdb: convert sysdb_getpwuidSimo Sorce2010-04-121-198/+107
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-123-448/+309
* Remove remaining use of sysdb_transaction_sendSimo Sorce2010-04-122-232/+32
* sysdb: convert sysdb_cache_authSimo Sorce2010-04-121-47/+39
* sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2010-04-122-45/+7
* Fix warnings from -Wmissing-field-initializersSumit Bose2010-03-252-18/+18
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-172-7/+6
* Fixes for client communicationSumit Bose2010-03-172-9/+17
* Fixed buffer alignment in exchange_credentials().George McCollister2010-03-151-3/+7
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-152-44/+15
* Add better checks on PAM socketSumit Bose2010-03-112-1/+136
* Make filter_users and filter_groups also per-domainJakub Hrozek2010-03-081-13/+109
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-082-0/+2
* Fixed alignment problems in nss client/serverGeorge McCollister2010-03-081-6/+5
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-045-9/+9
* Eliminate monitor reconfigStephen Gallagher2010-03-042-27/+0
* Store lastLogin attribute when authenticating onlineJakub Hrozek2010-02-231-0/+5
* Remove unnecessary "domain" parameter from DP registrationStephen Gallagher2010-02-223-3/+3