summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2010-06-17Honor filter_users in PAMStephen Gallagher3-10/+47
2010-06-17Move setup of filter_users and filter_groups to negcache.cStephen Gallagher3-187/+220
2010-06-17Refactor the negative cacheStephen Gallagher5-57/+57
2010-06-17Ensure that all domains are checked for users/groupsStephen Gallagher1-3/+15
2010-06-14Properly null-terminate socket pathStephen Gallagher1-2/+4
2010-06-10Check the correct variable for NULL after creating timerStephen Gallagher1-1/+1
2010-06-06Remove dead code from the PAM responderJakub Hrozek2-13/+0
2010-05-26Add support for delayed kinit if offlineSumit Bose1-1/+1
2010-04-16Use SO_PEERCRED on the PAM socketSumit Bose2-1/+55
2010-04-16Revert "Add better checks on PAM socket"Sumit Bose2-140/+1
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce1-1/+1
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-1/+0
2010-04-12sysdb: convert sysdb_initgroupsSimo Sorce1-222/+117
2010-04-12Adjust fill_pwent and fill_grentSimo Sorce1-13/+13
2010-04-12sysdb: convert sysdb_enumgrentSimo Sorce1-161/+106
2010-04-12sysdb: convert sysdb_enumpwentSimo Sorce1-172/+116
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-57/+39
2010-04-12sysdb: convert sysdb_getgrgidSimo Sorce1-193/+109
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-223/+134
2010-04-12sysdb: convert sysdb_getpwuidSimo Sorce1-198/+107
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce3-448/+309
2010-04-12Remove remaining use of sysdb_transaction_sendSimo Sorce2-232/+32
2010-04-12sysdb: convert sysdb_cache_authSimo Sorce1-47/+39
2010-04-12sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2-45/+7
2010-03-25Fix warnings from -Wmissing-field-initializersSumit Bose2-18/+18
2010-03-17Fix a series of memory leaks in the SBUSStephen Gallagher2-7/+6
2010-03-17Fixes for client communicationSumit Bose2-9/+17
2010-03-15Fixed buffer alignment in exchange_credentials().George McCollister1-3/+7
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher2-44/+15
2010-03-11Add better checks on PAM socketSumit Bose2-1/+136
2010-03-08Make filter_users and filter_groups also per-domainJakub Hrozek1-13/+109
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek2-0/+2
2010-03-08Fixed alignment problems in nss client/serverGeorge McCollister1-6/+5
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy5-9/+9
2010-03-04Eliminate monitor reconfigStephen Gallagher2-27/+0
2010-02-23Store lastLogin attribute when authenticating onlineJakub Hrozek1-0/+5
2010-02-22Remove unnecessary "domain" parameter from DP registrationStephen Gallagher3-3/+3
2010-02-19Remove unneeded items from struct pam_dataSumit Bose1-18/+0
2010-02-18Rename server/ directory to src/Stephen Gallagher16-0/+7801