]> granicus.if.org Git - linux-pam/blob - NEWS
Relevant BUGIDs:
[linux-pam] / NEWS
1 Linux-PAM NEWS -- history of user-visible changes.
2
3 * New substack directive in config file syntax.
4 * New module pam_tty_audit.so for enabling and disabling tty
5   auditing.
6 * New PAM items PAM_XDISPLAY and PAM_XAUTHDATA.
7
8 Release 0.99.9.0
9 * misc_conv no longer blocks SIGINT; applications that don't want
10   user-interruptable prompts should block SIGINT themselves
11 * Merge fixes from Debian
12 * Fix parser for pam_group and pam_time
13
14 Release 0.99.8.1
15 * Fix a regression in audit code introduced with last release
16 * Fix compiling with --disable-nls
17
18 Release 0.99.8.0
19
20 * Add translations for ar, ca, da, ru, sv and zu.
21 * Update hungarian translation.
22 * Add support for limits.d directory to pam_limits.
23 * Improve pam_namespace module tobe more useful
24   for MLS, fixed crash with bad config files.
25 * Improve pam_selinux module to be more useful
26   for MLS.
27 * Add minclass option to pam_cracklib
28 * Add new group syntax to pam_access
29
30
31 Release 0.99.7.1
32
33 * Security fix for pam_unix.so (CVE-2007-0003).
34
35
36 Release 0.99.7.0
37
38 * Add manual page for pam_unix.so.
39 * Add pam_faildelay module to set pam_fail_delay() value.
40 * Fix possible seg.fault in libpam/pam_set_data().
41 * Cleanup of configure options.
42 * Update hungarian translation, fix german translation.
43
44
45 Release 0.99.6.3
46
47 * pam_loginuid: New PAM module.
48 * pam_access, pam_succeed_if: Support passwd and session services.
49
50
51 Release 0.99.6.2
52
53 * pam_lastlog: Don't refuse login if lastlog file got lost.
54 * pam_cracklib: Fix a user triggerable crash.
55 * documentation: Regenerate with fixed docbook stylesheet.
56
57
58 Release 0.99.6.1
59
60 * Fix bootstrapping problems.
61 * Bug fixes: pam_keyinit, pam_umask
62
63
64 Release 0.99.6.0
65
66 * pam_namespace: Code cleanup, add init script to tar archive.
67 * pam_succeed_if: Add support for service match.
68 * Add xtests (to run after installation).
69 * Documentation: Convert sgml guides to XML, unify documentation
70   for PAM functions and modules.
71
72
73 Release 0.99.5.0
74
75 * pam_tally: Fix support for large UIDs
76 * Fixed all problems found by Coverity
77 * Add support for Intel C Compiler
78 * Add manual page for pam_mkhomedir, pam_umask, pam_filter,
79   pam_issue, pam_ftp, pam_group, pam_lastlog, pam_listfile,
80   pam_localuser, pam_mail, pam_motd, pam_nologin, pam_permit,
81   pam_rootok, pam_securetty, pam_shells, pam_userdb, pam_warn,
82   pam_time, pam_limits, pam_debug, pam_tally
83 * The libpam memory debug code was removed
84 * pam_keyinit: New module to initialise kernel session keyring.
85 * pam_namespace: New module to configure private namespace for a session.
86 * pam_rhosts: New module which replaces pam_rhosts_auth, now IPv6 capable.
87 * pam_rhosts_auth: This module is now deprecated.
88
89
90 Release 0.99.4.0
91
92 * Add test suite
93 * Fix building of static variants of libpam, libpamc and libpam_misc
94 * pam_listfile: Add support for password and session management
95 * pam_exec: New PAM module to execute arbitary commands
96 * Fix building of a static libpam including all PAM modules
97 * New/updated translations for: nl, pt, pl, fi, km, tr, uk, fr
98 * pam_access: Add network(address) / netmask and IPv6 support
99 * Add manual pages for pam_cracklib, pam_deny and pam_access
100 * pam_pwdb: This deprecated module was removed
101 * Manual pages: Major rewrite/cleanup
102
103
104 Release 0.99.3.0
105
106 * Fix NULL pointer checks in libpam.so
107 * pam_succeed_if, pam_group, pam_time: Support netgroup matching
108 * New translations for: nb, hu, fi, de, es, fr, it, ja, pt_BR, zh_CN, zh_TW
109 * Audit PAM calls if Linux Audit is available
110 * Compile upperLOWER and unix_chkpwd as PIE binaries
111
112
113 Release 0.99.2.1
114
115 * Fix install of PS, PDF, TXT and HTML files
116 * pam_mail: Update README
117 * Use %m consistent
118 * pam_modutil_getlogin: Fix parsing of PAM_TTY variable
119
120
121 Release 0.99.2.0
122
123 * Fix parsing of full path tty name in various modules
124 * pam_xauth: Look for xauth executable in multiple places
125 * pam_unix: Disable user check in unix_chkpwd only if real uid
126   is 0 (CVE-2005-2977). Log failed password check attempt.
127 * pam_env: Support /etc/environment again, but don't treat it as
128   error if it is missing.
129 * pam_userdb: Fix memory leak.
130
131
132 Release 0.99.1.0
133
134 * Use autoconf/automake/libtool
135 * Add gettext support
136 * Add translations for cs, de, es, fr, hu, it, ja, nb, pa, pt_BR,
137   pt, zh_CN and zh_TW
138 * libpam: Remove pam_authenticate_secondary stub
139 * libpam: Add pam_prompt,pam_vprompt,pam_error,pam_verror,pam_info
140   and pam_vinfo functions for use by modules as extension
141 * libpam: Add pam_syslog function for unified syslog messages from
142   PAM modules
143 * libpam: Moved functions from pammodutil to libpam
144 * pam_umask: New module for setting umask from GECOS field, /etc/login.defs
145   or /etc/default/login
146 * pam_echo: New PAM module for message output
147 * pam_userdb: Fix regression (crash when crypt param not specified)
148 * pam_limits: Fix regression from RLIMIT_NICE support (wrong limit
149   values for other limits are applied)
150 * pam_access: Support for NULL tty - matches ALL and NONE keywords
151 * pam_lastlog: Enable log to wtmp by default.  Add "nowtmp" option
152 * pam_radius: This module was removed