summaryrefslogtreecommitdiffstats
path: root/src/responder/pam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move SELinux processing from session to account PAM stackJan Zeleny2012-07-271-1/+2
* PAM: Fix off-by-one-error in the SELinux session codeJakub Hrozek2012-07-181-1/+1
* Fix uninitialized valuesNick Guay2012-07-181-1/+1
* SELinux user maps: pick just one mapJan Zeleny2012-06-251-12/+11
* Fix re_expression matching with subdomainsJan Zeleny2012-06-211-33/+55
* Make re_expression and full_name_format per domain optionsStef Walter2012-06-122-12/+11
* PAM: Better pam_reply messageStephen Gallagher2012-06-101-1/+2
* Modify behavior of pam_pwd_expiration_warningJan Zeleny2012-05-041-35/+0
* Send PAM requests for subdomains to the right providerJan Zeleny2012-04-241-3/+41
* Modified responder_get_domain()Jan Zeleny2012-04-242-2/+2
* Add conn_name to allow different names for domains and connectionsJan Zeleny2012-04-241-1/+1
* Prevent printing NULL from DEBUG messagesJakub Hrozek2012-04-181-1/+2
* Remove sysdb_get_ctx_from_list()Sumit Bose2012-02-292-16/+15
* Don't give memory context in confdb where not neededJan Zeleny2012-02-212-6/+6
* RESPONDERS: Make the fd_limit setting configurableStephen Gallagher2012-02-171-1/+12
* RESPONDERS: Allow increasing the file-descriptor limitStephen Gallagher2012-02-171-0/+5
* Only fetch SELinux string if the user is foundJakub Hrozek2012-02-101-1/+2
* SELinux support in PAM responderJan Zeleny2012-02-061-0/+163
* PAM: Do not overwrite retJakub Hrozek2012-01-261-3/+1
* DP: Fix bugs in sss_dp_get_account_intStephen Gallagher2012-01-231-0/+1
* RESPONDER: Extend sss_dp_account_send() to include extra dataStephen Gallagher2012-01-211-1/+1
* PAM: Fix reversed logicJakub Hrozek2012-01-181-1/+1
* sss_get_cased_name utility functionJakub Hrozek2011-12-211-2/+2
* PAM: make initgroups timeout work across multiple clientsStephen Gallagher2011-12-205-4/+241
* Use the case sensitivity flag in respondersJakub Hrozek2011-12-161-2/+6
* Canonicalize username in PAM providerJakub Hrozek2011-12-161-0/+27
* Responders: Split getting domain by name into separate functionJakub Hrozek2011-12-161-5/+2
* Ignore NULL-terminator when checking UTF8-validityStephen Gallagher2011-12-051-1/+1
* RESPONDER: Refactor DP requests into tevent_req styleStephen Gallagher2011-11-291-11/+48
* RESPONDER: Ensure that all input strings are valid UTF-8Stephen Gallagher2011-11-181-0/+5
* Return users and groups based on aliasJakub Hrozek2011-09-281-2/+3
* New DEBUG facility - SSSDBG_UNRESOLVED changed from -1 to 0Pavel Březina2011-08-251-1/+4
* New DEBUG facility - conversionPavel Březina2011-08-251-0/+2
* sysdb refactoring: memory context deletedJan Zeleny2011-08-152-9/+5
* sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny2011-08-152-11/+5
* Revert "Allow LDAP to decide when an expiration warning is warranted"Stephen Gallagher2011-08-041-4/+3
* Allow LDAP to decide when an expiration warning is warrantedStephen Gallagher2011-08-011-3/+4
* Allow changing the log level without restartStephen Gallagher2011-05-061-1/+1
* Fix unchecked return values of pam_add_responseJakub Hrozek2011-04-081-4/+12
* Perform initgroups lookups for all domainsStephen Gallagher2011-02-211-3/+5
* Perform initgroups lookup for PAMStephen Gallagher2011-01-211-1/+3
* Use DEFAULT_PAM_VERBOSITY if config value cannot be retrievedSumit Bose2011-01-191-1/+1
* Add pam_pwd_expiration_warning config optionSumit Bose2011-01-191-12/+47
* Validate user supplied size of data itemsSumit Bose2011-01-111-76/+75