summaryrefslogtreecommitdiff
path: root/src/responder/pam
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik1-1/+1
2013-08-22pam: Bad debug message format and parameter.Michal Zidek1-1/+2
2013-08-08PAM: Set negcache if user is not found after provider checkJakub Hrozek1-0/+10
2013-08-08PAM: Check negcache when searching for fully qualified users, tooJakub Hrozek1-0/+8
2013-07-29Remove unused memory contextLukas Slebodnik1-6/+6
2013-07-18Do not try to set password when authtok_length is zeroOndrej Kos1-2/+6
2013-06-04Lookup domains at startupSumit Bose1-0/+6
2013-05-20Fixing critical format string issues.Lukas Slebodnik3-4/+8
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-2/+2
2013-04-08Allocate PAM DP request data on responder contextJakub Hrozek3-5/+54
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik2-14/+12
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik1-1/+1
2013-03-20change responder contexts hierarchyPavel Březina1-8/+12
2013-03-20do not leak memory on failure in *_process_init()Pavel Březina1-1/+1
2013-03-19Move SELinux processing to provider.Michal Zidek1-309/+0
2013-03-04Use the same dbg level for all ncache hits.Michal Zidek1-3/+3
2013-02-26if selinux is disabled, ignore that selogin dir is missingPavel Březina1-3/+15
2013-02-10Add function get_next_domain()Simo Sorce1-3/+5
2013-01-15Add domain argument to sysdb selinux functionsSimo Sorce1-2/+4
2013-01-15Add domain argument to sysdb_cache_auth()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_set_user_attr()Simo Sorce2-12/+10
2013-01-15Add domain argument to sysdb_get_user_attr()Simo Sorce1-2/+2
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-3/+1
2013-01-10Change pam data auth tokens.Simo Sorce2-94/+94
2013-01-10Code can only check for cached passwordsSimo Sorce1-15/+24
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek1-3/+1
2012-12-14sssd_pam: Cleanup requests cache on sbus reconectSimo Sorce1-1/+4
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce1-1/+4
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-17/+12
2012-11-02PAM: Do not leak fd after SELinux context file is writtenJakub Hrozek1-0/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-01Add new option default_domain_suffixSumit Bose1-10/+21
2012-09-13SELinux: Always use the default if it exists on the serverJakub Hrozek1-22/+21
2012-09-04Check if the SELinux login directory existsJakub Hrozek1-3/+3
2012-08-16Only create the SELinux login file if there are mappings on the serverJakub Hrozek1-45/+77
2012-08-16Do not try to remove the temp login file if already renamedJakub Hrozek1-2/+3
2012-08-16Build SELinux code in responder conditionallyJakub Hrozek1-0/+7
2012-08-01Fix bad checkJakub Hrozek1-1/+1
2012-07-27Write SELinux config files in responder instead of PAM moduleJan Zeleny1-5/+95
2012-07-27Move SELinux processing from session to account PAM stackJan Zeleny1-1/+2
2012-07-18PAM: Fix off-by-one-error in the SELinux session codeJakub Hrozek1-1/+1
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-06-25SELinux user maps: pick just one mapJan Zeleny1-12/+11
2012-06-21Fix re_expression matching with subdomainsJan Zeleny1-33/+55
2012-06-12Make re_expression and full_name_format per domain optionsStef Walter2-12/+11
2012-06-10PAM: Better pam_reply messageStephen Gallagher1-1/+2
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny1-35/+0
2012-04-24Send PAM requests for subdomains to the right providerJan Zeleny1-3/+41
2012-04-24Modified responder_get_domain()Jan Zeleny2-2/+2
2012-04-24Add conn_name to allow different names for domains and connectionsJan Zeleny1-1/+1