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