aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* pam_namespace: don't use bashisms in default namespace.init scriptSteve Langasek2014-01-152-1/+6
* pam_loginuid: Ignore failure in user namespacesStéphane Graber2014-01-101-1/+14
* pam_loginuid: return PAM_IGNORE when /proc/self/loginuid does not existDmitry V. Levin2014-01-101-15/+28
* pam_access: fix debug level logging (ticket #19)Dmitry V. Levin2013-11-201-1/+1
* pam_warn: log flags passed to the module (ticket #25)Dmitry V. Levin2013-11-201-15/+15
* pam_securetty: check return value of fgetsDmitry V. Levin2013-11-201-3/+2
* pam_lastlog: fix format stringDmitry V. Levin2013-11-201-1/+2
* If the correct loginuid is set already, skip writing it.Darren Tucker2013-11-201-3/+8
* Always ask for old password if changing NIS accountThorsten Kukuk2013-11-111-1/+2
* Allow DES as compatibility option for /etc/login.defsThorsten Kukuk2013-11-081-1/+3
* Make pam_tty_audit work with old kernels not supporting log_passwd.Tomas Mraz2013-10-141-2/+7
* Fix pam_tty_audit log_passwd support and regression.Tomas Mraz2013-09-251-0/+3
* Check return value of setuid to remove glibc warnings.Thorsten Kukuk2013-09-162-2/+10
* Write to *rounds only if non-NULL.Tomas Mraz2013-09-131-1/+1
* Add missing ')'Tomas Mraz2013-09-131-1/+1
* Extend pam_exec by stdout and type= options (ticket #8):Thorsten Kukuk2013-09-042-15/+127
* Fix compile errorThorsten Kukuk2013-08-301-1/+1
* Restart waitpid if it returns with EINTR (ticket #17)Thorsten Kukuk2013-08-293-3/+6
* Apply the exclusive check in pam_sepermit only when loginuid not set.Tomas Mraz2013-08-231-1/+35
* pam_rootok: fix linking in --enable-audit modeDmitry V. Levin2013-07-011-1/+1
* pam_tty_audit: fix a typo that crept in during patch reviewRichard Guy Briggs2013-07-011-11/+11
* pam_tty_audit: add an option to control logging of passwords: log_passwdRichard Guy Briggs2013-06-212-1/+37
* Man page fix - unix_update runs in the permissive mode as well.Tomas Mraz2013-06-201-1/+1
* Use hash from /etc/login.defs as default if noThorsten Kukuk2013-06-184-31/+151
* pam_access: better not change the default function used to get domain name.Tomas Mraz2013-04-121-3/+3
* Fix strict aliasing issue in MD5 implementations.Tomas Mraz2013-03-282-4/+2
* pam_lastlog: Do not fail on short read if btmp is corrupted.Tomas Mraz2013-03-221-0/+4
* pam_rootok: Allow proper logging of the user AVC if access disallowed by SELinuxTomas Mraz2013-03-221-2/+61
* Add checks for crypt() returning NULL.Tomas Mraz2013-02-082-1/+10
* pam_userdb: Allow also modern password hashes supported by crypt().Tomas Mraz2013-02-071-6/+2
* pam_access: fix typo in ifdefWalter de Jong2013-01-181-1/+1
* pam_cracklib: Mention checks that are not run for root.Tomas Mraz2012-12-201-0/+2
* pam_selinux: Drop obsolete and unsupported manual context selection.Tomas Mraz2012-11-301-80/+0
* pam_limits: fix grammatical mistake.Tomas Mraz2012-11-231-1/+1
* pam_unix: fix build in --enable-selinux modeDmitry V. Levin2012-10-101-0/+1
* pam_namespace: add mntopts flag for tmpfs mount optionsTomas Mraz2012-10-103-3/+28
* pam_selinux, pam_tally2: Add tty and rhost to audit data.Tomas Mraz2012-09-062-7/+13
* Add missing $(DESTDIR) when making directories on install.Tomas Mraz2012-08-172-2/+2
* Small documentation and define fixesThorsten Kukuk2012-08-164-2/+14
* Document limits.d also in the limits.conf manpage.Tomas Mraz2012-08-091-0/+8
* New autotools do not create empty directories on install.Tomas Mraz2012-07-232-3/+6
* RLIMIT_* variables are no longer defined unless you explicitly includeStevan Bajić2012-07-091-0/+1
* pam_umask: correct the documentation of GECOS field parsingTomas Mraz2012-06-271-11/+8
* pam_cracklib: Add monotonic character sequence checking.Tomas Mraz2012-06-222-0/+64
* pam_timestamp: Fix copy&paste error in manpage.Tomas Mraz2012-06-011-1/+1
* pam_pwhistory: Always record the old password even when root changes it.Tomas Mraz2012-05-281-9/+12
* pam_cracklib: Add enforce_for_root option.Tomas Mraz2012-05-242-2/+19
* pam_cracklib: Add maxclassrepeat, gecoscheck checks and remove unused difignore.Tomas Mraz2012-04-302-53/+142
* pam_lastlog: Never lock out the root account.Tomas Mraz2012-04-302-1/+9
* pam_lastlog: add possibility to lock out inactive users in auth or accountTomas Mraz2012-04-172-32/+224