aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-037-71/+65
* Fix compile time errors in --enable-static-modules modeMatveychikov Ilya2012-01-274-16/+16
* 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
* 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
* pam_selinux.c: add "restore" optionDmitry V. Levin2011-11-031-1/+8
* pam_selinux.c: rewrite using pam_get_data/pam_set_dataDmitry V. Levin2011-11-031-266/+336
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-2845-51/+51
* Fix usage of LIBADD, LDADD and LDFLAGSDmitry V. Levin2011-10-285-13/+11
* Update .gitignore filesDmitry V. Levin2011-10-2746-385/+2
* Remove modules/pam_timestamp/hmacfile from distributionDmitry V. Levin2011-10-271-2/+4
* Rename all .cvsignore files to .gitignoreDmitry V. Levin2011-10-2746-0/+0
* Fix whitespace issuesDmitry V. Levin2011-10-2649-340/+326
* 2011-10-25 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-10-252-30/+27
* pam_env: abort when encountering an overflowed environment variable expansionKees Cook2011-10-141-0/+3
* pam_env: correctly count leading whitespace when parsing environment fileKees Cook2011-10-141-1/+4
* If getdomainname() fails or domainname not set use NULL as domain in innetgr().Tomas Mraz2011-10-101-5/+3
* Add hostname resolution cache.Tomas Mraz2011-10-101-19/+35
* Correct the FSF address.Tomas Mraz2011-08-251-1/+2
* Fix the split on @ in the user field. (Red Hat Bug #732081)Tomas Mraz2011-08-251-1/+4
* Fix missing dereference.Tomas Mraz2011-08-231-3/+3
* Fix order of librariesThorsten Kukuk2011-06-241-3/+3
* 2011-06-21 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-06-212-5/+172
* Initialize the fake_item from item.Tomas Mraz2011-06-151-0/+1
* Avoid memleaks and fd leak in error paths.Tomas Mraz2011-06-151-0/+3
* Do not crash when remember, minlen, or rounds options are used with wrong mod...Tomas Mraz2011-06-151-11/+24
* Cleanups of pam_pwhistory code. Make opasswd entry parsing more robust.Tomas Mraz2011-06-152-25/+36
* Avoid leaking memory and dir handle on realloc failure.Tomas Mraz2011-06-151-3/+9
* 2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-06-144-22/+39
* Test also whether the tty is in the /sys/class/tty/console/active file.Tomas Mraz2011-06-132-4/+37
* Detect the shared / mount and enable private mounts based on that.Tomas Mraz2011-06-072-2/+56
* Define the MS_PRIVATE and MS_REC flags if they are not in sys/mount.h.Tomas Mraz2011-06-061-0/+8