]> granicus.if.org Git - linux-pam/blob - modules/pam_unix/CHANGELOG
Relevant BUGIDs:
[linux-pam] / modules / pam_unix / CHANGELOG
1 $Id$
2
3 * Mon Aug 16 1999 Jan Rêkorajski <baggins@pld.org.pl>
4 - fixed reentrancy problems
5
6 * Sun Jul  4 21:03:42 PDT 1999
7
8 - temporarily removed the crypt16 stuff. I'm really paranoid about
9   crypto stuff and exporting it, and there are a few too many 's-box'
10   references in the code for my liking..
11  
12 * Wed Jun 30 1999 Steve Langasek <vorlon@netexpress.net>
13 - further NIS+ fixes
14
15 * Sun Jun 27 1999 Steve Langasek <vorlon@netexpress.net>
16 - fix to uid-handling code for NIS+
17
18 * Sat Jun 26 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
19 - merged MD5 fix and early failure syslog
20   by Andrey Vladimirovich Savochkin <saw@msu.ru>
21 - minor fixes
22 - added signal handler to unix_chkpwd
23
24 * Fri Jun 25 1999 Stephen Langasek <vorlon@netexpress.net>
25 - reorganized the code to let it build as separate C files
26
27 * Sun Jun 20 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
28 - fixes in pam_unix_auth, it incorrectly saved and restored return
29   value when likeauth option was used
30
31 * Tue Jun 15 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
32 - added NIS+ support
33
34 * Mon Jun 14 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
35 - total rewrite based on pam_pwdb module, now there is ONE pam_unix.so
36   module, it accepts the same options as pam_pwdb - all of them correctly ;)
37   (pam_pwdb dosn't understand what DISALLOW_NULL_AUTHTOK means)
38
39 * Tue Apr 20 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
40 - Arghhh, pam_unix_passwd was not updating /etc/shadow when used with
41   pam_cracklib.
42
43 * Mon Apr 19 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
44 - added "remember=XXX" option that means 'remember XXX old passwords'
45   Old passwords are stored in /etc/security/opasswd, there can be
46   maximum of 400 passwords per user.
47
48 * Sat Mar 27 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
49 - added crypt16 to pam_unix_auth and pam_unix_passwd (check only, this algorithm
50   is too lame to use it in real life)
51
52 * Sun Mar 21 1999 Jan Rêkorajski <baggins@mimuw.edu.pl>
53 - pam_unix_auth now correctly behave when user has NULL AUTHTOK 
54 - pam_unix_auth returns PAM_PERM_DENIED when seteuid fails
55