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