summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_tty_audit: add an option to control logging of passwords: log_passwdldv/masterRichard Guy Briggs2013-06-213-1/+43
* 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
* Update also the POT file.Tomas Mraz2012-12-201-42/+39
* Updated translations from Transifex, added new languages.Tomas Mraz2012-12-1273-2047/+18108
* 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
* Reflect the enforce_for_root semantics change in pam_pwhistory xtest.Tomas Mraz2012-11-131-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
* Update configure.in to use more recent interfaces.Tomas Mraz2012-09-061-3/+3
* Add missing $(DESTDIR) when making directories on install.Tomas Mraz2012-08-172-2/+2
* release version 1.1.6v1.1.6Thorsten Kukuk2012-08-1747-2564/+3341
* Small documentation and define fixesThorsten Kukuk2012-08-164-2/+14
* Respect PAM_AUTHTOK_TYPE in pam_get_authtok_verify().Tomas Mraz2012-08-131-0/+5
* 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
* Pulled new translations from Transifex.Tomas Mraz2012-05-2844-1808/+1045
* 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
* Check for crypt() failure returning NULL.Paul Wouters2012-04-112-3/+5
* pam_unix: make configuration consistent in --enable-static-modules modeDmitry V. Levin2012-02-039-83/+67
* Make --disable-cracklib compatible with --enable-static-modules modeDmitry V. Levin2012-01-272-1/+6
* Add missing includes for types used in the pam_modutil.h.Tomas Mraz2012-02-101-0/+5
* Fix compile time errors in --enable-static-modules modeMatveychikov Ilya2012-01-275-18/+16
* Fix SUBDIRS for --enable-static-modules modeDmitry V. Levin2012-01-261-4/+0
* configure: fix typo in --disable-nis help stringMatveychikov Ilya2012-01-261-1/+1
* Do not unmount anything by default in pam_namespace close session call.Tomas Mraz2012-01-263-20/+23
* Make / mount as rslave instead of bind mounting polydirs.Tomas Mraz2012-01-242-23/+27
* Add possibility to match ruser, rhost, and tty in pam_succeed_if.Tomas Mraz2012-01-132-5/+32
* Merge branch 'master' of ssh://git.fedorahosted.org/git/linux-pamTomas Mraz2012-01-031-0/+2
|\
| * pam_start: fix memory leak on error pathDmitry V. Levin2011-12-261-0/+2
* | Fix matching of usernames in the pam_unix remember feature.Tomas Mraz2012-01-032-2/+5
|/
* pam_selinux.8.xml: updateDmitry V. Levin2011-11-031-39/+74