]> granicus.if.org Git - linux-pam/blob - NEWS
Relevant BUGIDs:
[linux-pam] / NEWS
1 Linux-PAM NEWS -- history of user-visible changes.
2
3 * Add test suite
4 * Fix building of static variants of libpam, libpamc and libpam_misc
5 * pam_listfile: Add support for password and session management
6 * pam_exec: New PAM module to execute arbitary commands
7 * Fix building of a static libpam including all PAM modules
8 * New/updated translations for: nl, pt, pl, fi, km, tr, uk
9 * pam_access: Add network(address) / netmask and IPv6 support
10 * Add manual pages for pam_cracklib, pam_deny and pam_access
11 * pam_pwdb: This deprecated module was removed
12 * Manual pages: Major rewrite/cleanup
13
14 Release 0.99.3.0
15
16 * Fix NULL pointer checks in libpam.so
17 * pam_succeed_if, pam_group, pam_time: Support netgroup matching
18 * New translations for: nb, hu, fi, de, es, fr, it, ja, pt_BR, zh_CN, zh_TW
19 * Audit PAM calls if Linux Audit is available
20 * Compile upperLOWER and unix_chkpwd as PIE binaries
21
22
23 Release 0.99.2.1
24
25 * Fix install of PS, PDF, TXT and HTML files
26 * pam_mail: Update README
27 * Use %m consistent
28 * pam_modutil_getlogin: Fix parsing of PAM_TTY variable
29
30
31 Release 0.99.2.0
32
33 * Fix parsing of full path tty name in various modules
34 * pam_xauth: Look for xauth executable in multiple places
35 * pam_unix: Disable user check in unix_chkpwd only if real uid
36   is 0 (CVE-2005-2977). Log failed password check attempt.
37 * pam_env: Support /etc/environment again, but don't treat it as
38   error if it is missing.
39 * pam_userdb: Fix memory leak.
40
41
42 Release 0.99.1.0
43
44 * Use autoconf/automake/libtool
45 * Add gettext support
46 * Add translations for cs, de, es, fr, hu, it, ja, nb, pa, pt_BR,
47   pt, zh_CN and zh_TW
48 * libpam: Remove pam_authenticate_secondary stub
49 * libpam: Add pam_prompt,pam_vprompt,pam_error,pam_verror,pam_info
50   and pam_vinfo functions for use by modules as extension
51 * libpam: Add pam_syslog function for unified syslog messages from
52   PAM modules
53 * libpam: Moved functions from pammodutil to libpam
54 * pam_umask: New module for setting umask from GECOS field, /etc/login.defs
55   or /etc/default/login
56 * pam_echo: New PAM module for message output
57 * pam_userdb: Fix regression (crash when crypt param not specified)
58 * pam_limits: Fix regression from RLIMIT_NICE support (wrong limit
59   values for other limits are applied)
60 * pam_access: Support for NULL tty - matches ALL and NONE keywords
61 * pam_lastlog: Enable log to wtmp by default.  Add "nowtmp" option
62 * pam_radius: This module was removed