summaryrefslogtreecommitdiff
path: root/src/responder/pam/pamsrv_cmd.c
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-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+3
2013-05-02Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose1-2/+2
2013-04-08Allocate PAM DP request data on responder contextJakub Hrozek1-0/+12
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-9/+7
2013-04-02Reusing create_pam_data() on the other places.Lukas Slebodnik1-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 Sorce1-9/+2
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-3/+1
2013-01-10Change pam data auth tokens.Simo Sorce1-61/+73
2013-01-10Code can only check for cached passwordsSimo Sorce1-15/+24
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-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 Walter1-10/+10
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 Zeleny1-1/+1
2012-04-18Prevent printing NULL from DEBUG messagesJakub Hrozek1-1/+2
2012-02-29Remove sysdb_get_ctx_from_list()Sumit Bose1-12/+12
2012-02-21Don't give memory context in confdb where not neededJan Zeleny1-2/+2
2012-02-10Only fetch SELinux string if the user is foundJakub Hrozek1-1/+2
2012-02-06SELinux support in PAM responderJan Zeleny1-0/+163
2012-01-26PAM: Do not overwrite retJakub Hrozek1-3/+1
2012-01-23DP: Fix bugs in sss_dp_get_account_intStephen Gallagher1-0/+1
2012-01-21RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher1-1/+1