index
:
pam.git
debian
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_namespace: add mntopts flag for tmpfs mount options
Tomas Mraz
2012-10-10
3
-3
/
+28
*
pam_selinux, pam_tally2: Add tty and rhost to audit data.
Tomas Mraz
2012-09-06
2
-7
/
+13
*
Add missing $(DESTDIR) when making directories on install.
Tomas Mraz
2012-08-17
2
-2
/
+2
*
Small documentation and define fixes
Thorsten Kukuk
2012-08-16
4
-2
/
+14
*
Document limits.d also in the limits.conf manpage.
Tomas Mraz
2012-08-09
1
-0
/
+8
*
New autotools do not create empty directories on install.
Tomas Mraz
2012-07-23
2
-3
/
+6
*
RLIMIT_* variables are no longer defined unless you explicitly include
Stevan Bajić
2012-07-09
1
-0
/
+1
*
pam_umask: correct the documentation of GECOS field parsing
Tomas Mraz
2012-06-27
1
-11
/
+8
*
pam_cracklib: Add monotonic character sequence checking.
Tomas Mraz
2012-06-22
2
-0
/
+64
*
pam_timestamp: Fix copy&paste error in manpage.
Tomas Mraz
2012-06-01
1
-1
/
+1
*
pam_pwhistory: Always record the old password even when root changes it.
Tomas Mraz
2012-05-28
1
-9
/
+12
*
pam_cracklib: Add enforce_for_root option.
Tomas Mraz
2012-05-24
2
-2
/
+19
*
pam_cracklib: Add maxclassrepeat, gecoscheck checks and remove unused difignore.
Tomas Mraz
2012-04-30
2
-53
/
+142
*
pam_lastlog: Never lock out the root account.
Tomas Mraz
2012-04-30
2
-1
/
+9
*
pam_lastlog: add possibility to lock out inactive users in auth or account
Tomas Mraz
2012-04-17
2
-32
/
+224
*
Check for crypt() failure returning NULL.
Paul Wouters
2012-04-11
2
-3
/
+5
*
pam_unix: make configuration consistent in --enable-static-modules mode
Dmitry V. Levin
2012-02-03
7
-71
/
+65
*
Fix compile time errors in --enable-static-modules mode
Matveychikov Ilya
2012-01-27
4
-16
/
+16
*
Do not unmount anything by default in pam_namespace close session call.
Tomas Mraz
2012-01-26
3
-20
/
+23
*
Make / mount as rslave instead of bind mounting polydirs.
Tomas Mraz
2012-01-24
2
-23
/
+27
*
Add possibility to match ruser, rhost, and tty in pam_succeed_if.
Tomas Mraz
2012-01-13
2
-5
/
+32
*
Fix matching of usernames in the pam_unix remember feature.
Tomas Mraz
2012-01-03
2
-2
/
+5
*
pam_selinux.8.xml: update
Dmitry V. Levin
2011-11-03
1
-39
/
+74
*
pam_selinux.c: add "restore" option
Dmitry V. Levin
2011-11-03
1
-1
/
+8
*
pam_selinux.c: rewrite using pam_get_data/pam_set_data
Dmitry V. Levin
2011-11-03
1
-266
/
+336
*
Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc
Dmitry V. Levin
2011-10-28
45
-51
/
+51
*
Fix usage of LIBADD, LDADD and LDFLAGS
Dmitry V. Levin
2011-10-28
5
-13
/
+11
*
Update .gitignore files
Dmitry V. Levin
2011-10-27
46
-385
/
+2
*
Remove modules/pam_timestamp/hmacfile from distribution
Dmitry V. Levin
2011-10-27
1
-2
/
+4
*
Rename all .cvsignore files to .gitignore
Dmitry V. Levin
2011-10-27
46
-0
/
+0
*
Fix whitespace issues
Dmitry V. Levin
2011-10-26
49
-340
/
+326
*
2011-10-25 Thorsten Kukuk <kukuk@thkukuk.de>
Thorsten Kukuk
2011-10-25
2
-30
/
+27
*
pam_env: abort when encountering an overflowed environment variable expansion
Kees Cook
2011-10-14
1
-0
/
+3
*
pam_env: correctly count leading whitespace when parsing environment file
Kees Cook
2011-10-14
1
-1
/
+4
*
If getdomainname() fails or domainname not set use NULL as domain in innetgr().
Tomas Mraz
2011-10-10
1
-5
/
+3
*
Add hostname resolution cache.
Tomas Mraz
2011-10-10
1
-19
/
+35
*
Correct the FSF address.
Tomas Mraz
2011-08-25
1
-1
/
+2
*
Fix the split on @ in the user field. (Red Hat Bug #732081)
Tomas Mraz
2011-08-25
1
-1
/
+4
*
Fix missing dereference.
Tomas Mraz
2011-08-23
1
-3
/
+3
*
Fix order of libraries
Thorsten Kukuk
2011-06-24
1
-3
/
+3
*
2011-06-21 Thorsten Kukuk <kukuk@thkukuk.de>
Thorsten Kukuk
2011-06-21
2
-5
/
+172
*
Initialize the fake_item from item.
Tomas Mraz
2011-06-15
1
-0
/
+1
*
Avoid memleaks and fd leak in error paths.
Tomas Mraz
2011-06-15
1
-0
/
+3
*
Do not crash when remember, minlen, or rounds options are used with wrong mod...
Tomas Mraz
2011-06-15
1
-11
/
+24
*
Cleanups of pam_pwhistory code. Make opasswd entry parsing more robust.
Tomas Mraz
2011-06-15
2
-25
/
+36
*
Avoid leaking memory and dir handle on realloc failure.
Tomas Mraz
2011-06-15
1
-3
/
+9
*
2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
Thorsten Kukuk
2011-06-14
4
-22
/
+39
*
Test also whether the tty is in the /sys/class/tty/console/active file.
Tomas Mraz
2011-06-13
2
-4
/
+37
*
Detect the shared / mount and enable private mounts based on that.
Tomas Mraz
2011-06-07
2
-2
/
+56
*
Define the MS_PRIVATE and MS_REC flags if they are not in sys/mount.h.
Tomas Mraz
2011-06-06
1
-0
/
+8
[next]