summaryrefslogtreecommitdiffstats
path: root/src/responder/pam
Commit message (Expand)AuthorAgeFilesLines
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-15/+2
* sbus: Use constants to make dbus callsStef Walter2014-02-241-2/+2
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-13/+21
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-124-73/+102
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-125-118/+118
* Use lower-case name for case-insensitive searchesSumit Bose2013-12-191-2/+2
* responder: Use SAFEALIGN macro when checking pam data validity.Michal Zidek2013-12-031-11/+23
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-152-5/+5
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-152-6/+4
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-221-2/+2
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* pam: Bad debug message format and parameter.Michal Zidek2013-08-221-1/+2
* PAM: Set negcache if user is not found after provider checkJakub Hrozek2013-08-081-0/+10
* PAM: Check negcache when searching for fully qualified users, tooJakub Hrozek2013-08-081-0/+8
* Remove unused memory contextLukas Slebodnik2013-07-291-6/+6
* Do not try to set password when authtok_length is zeroOndrej Kos2013-07-181-2/+6
* Lookup domains at startupSumit Bose2013-06-041-0/+6
* Fixing critical format string issues.Lukas Slebodnik2013-05-203-4/+8
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-021-2/+2
* Allocate PAM DP request data on responder contextJakub Hrozek2013-04-083-5/+54
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-022-14/+12
* Reusing create_pam_data() on the other places.Lukas Slebodnik2013-04-021-1/+1
* change responder contexts hierarchyPavel Březina2013-03-201-8/+12
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-1/+1
* Move SELinux processing to provider.Michal Zidek2013-03-191-309/+0
* Use the same dbg level for all ncache hits.Michal Zidek2013-03-041-3/+3
* if selinux is disabled, ignore that selogin dir is missingPavel Březina2013-02-261-3/+15
* Add function get_next_domain()Simo Sorce2013-02-101-3/+5
* Add domain argument to sysdb selinux functionsSimo Sorce2013-01-151-2/+4
* Add domain argument to sysdb_cache_auth()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_set_user_attr()Simo Sorce2013-01-152-12/+10
* Add domain argument to sysdb_get_user_attr()Simo Sorce2013-01-151-2/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-3/+1
* Change pam data auth tokens.Simo Sorce2013-01-102-94/+94
* Code can only check for cached passwordsSimo Sorce2013-01-101-15/+24
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-181-3/+1
* sssd_pam: Cleanup requests cache on sbus reconectSimo Sorce2012-12-141-1/+4
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-191-1/+4
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-121-17/+12
* PAM: Do not leak fd after SELinux context file is writtenJakub Hrozek2012-11-021-0/+1
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* Add new option default_domain_suffixSumit Bose2012-10-011-10/+21
* SELinux: Always use the default if it exists on the serverJakub Hrozek2012-09-131-22/+21
* Check if the SELinux login directory existsJakub Hrozek2012-09-041-3/+3
* Only create the SELinux login file if there are mappings on the serverJakub Hrozek2012-08-161-45/+77
* Do not try to remove the temp login file if already renamedJakub Hrozek2012-08-161-2/+3
* Build SELinux code in responder conditionallyJakub Hrozek2012-08-161-0/+7
* Fix bad checkJakub Hrozek2012-08-011-1/+1
* Write SELinux config files in responder instead of PAM moduleJan Zeleny2012-07-271-5/+95