summaryrefslogtreecommitdiffstats
path: root/src/sss_client/pam_sss.c
Commit message (Expand)AuthorAgeFilesLines
* PAM: Remove authtok from PAM stack with OTPLukas Slebodnik2014-11-071-1/+15
* PAM: Add domains= option to pam_sssDaniel Gollub2014-09-291-2/+27
* PAM: Test right variable after calling sss_atomic_read_sLukas Slebodnik2014-07-091-1/+1
* PAM: add ignore_authinfo_unavail optionLukas Slebodnik2014-06-031-0/+11
* PAM: Define compatible macros for some functions.Lukas Slebodnik2014-06-031-2/+2
* PAM: Include header file security/pam_appl.hLukas Slebodnik2014-06-031-0/+1
* PAM: macro PAM_DATA_REPLACE isn't available in openpam.Lukas Slebodnik2014-05-181-0/+2
* KRB5: Do not attempt to get a TGT after a password change using OTPJakub Hrozek2014-03-261-0/+19
* PAM: add ignore_unknown_user optionPete Fritchman2014-03-141-0/+11
* PAM: Test return value of strdupLukas Slebodnik2014-03-071-0/+4
* CLIENT: Remove unused macrosLukas Slebodnik2014-01-241-5/+0
* sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate.Michal Zidek2013-12-031-1/+1
* sss_client: Use SAFEALIGN_SETMEM_<type> macros where appropriate.Michal Zidek2013-11-151-6/+3
* PAM: fix handling the client fd in pam destructorJakub Hrozek2012-10-121-9/+2
* PAM: close socket fd with pam_set_dataJakub Hrozek2012-10-111-0/+25
* Write SELinux config files in responder instead of PAM moduleJan Zeleny2012-07-271-95/+0
* Move SELinux processing from session to account PAM stackJan Zeleny2012-07-271-55/+55
* SSS_CLIENT: Fix uninitialized value errorStephen Gallagher2012-06-151-1/+1
* Provide "service filter" for SELinux contextJan Zeleny2012-06-141-0/+20
* Always use positional arguments in translatable stringsStephen Gallagher2012-05-221-2/+2
* PAM_SSS: report error code if write failsJakub Hrozek2012-05-021-2/+2
* Convert read and write operations to sss_atomic_readJakub Hrozek2012-04-201-25/+25
* pam_sss: improve error handling in SELinux codeJakub Hrozek2012-04-181-3/+5
* pam_sss: keep selinux optionalSimo Sorce2012-02-231-0/+6
* Fix missing NULL check after mallocStephen Gallagher2012-02-131-0/+4
* SELinux support in PAM moduleJan Zeleny2012-02-061-1/+60
* Fixed incorrect return code in PAM clientJan Zeleny2011-12-081-1/+1
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-8/+2
* Added quiet option to pam_sssPavel Březina2011-09-201-5/+25
* Import config.h earlierStephen Gallagher2011-05-231-1/+1
* Set _GNU_SOURCE globallySumit Bose2011-05-231-4/+0
* Use neutral name for functions used by both pam and nssSimo Sorce2011-02-111-1/+1
* Fix wrong test in pam_sssSimo Sorce2010-12-171-1/+1
* Fix segfault for PAM_TEXT_INFO conversationsStephen Gallagher2010-12-161-1/+1
* Fix possible memory leak in do_pam_conversationSumit Bose2010-12-151-16/+28
* Fix improper bit manipulation in pam_sssSumit Bose2010-12-141-1/+1
* Fix cast warning for pam_sss.cStephen Gallagher2010-11-151-8/+11
* Avoid long long in messages to PAM client use int64_tSumit Bose2010-11-151-6/+6
* Properly handle read() and write() throughout the SSSDStephen Gallagher2010-06-101-1/+1
* Add a missing free()Sumit Bose2010-06-091-0/+1
* Avoid a potential double-freeSumit Bose2010-06-091-0/+1
* Handle Krb5 password expiration warningSumit Bose2010-05-261-1/+13
* Add retry option to pam_sssSumit Bose2010-05-071-92/+147
* Improve the offline authentication messageJakub Hrozek2010-05-071-2/+2
* Fix wrong return valueSumit Bose2010-04-301-15/+14
* Display a message if a password reset by root failsSumit Bose2010-04-261-8/+198
* Unset authentication tokens if password change failsSumit Bose2010-04-261-27/+52
* Use SO_PEERCRED on the PAM socketSumit Bose2010-04-161-1/+4
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-251-3/+20
* Improvements for LDAP Password Policy supportRalf Haferkamp2010-03-221-0/+82