10.99
2
3	Set PAM_RHOST to value of TCPREMOTEIP, which is set by
4	tcpserver.  Thanks to dean gaudet.
5
6	Use service name in syslog instead of hard-coded
7	'checkpassword-pam' value.  Thanks to dean gaudet.
8
9	New command-line option -H/--no-chdir-home: do not chdir to
10	user home directory.  Useful in a specific case when home
11	directories are automounted, but mail is being delivered to a
12	central location.  Thanks to Christian Hudon.
13
14	Updated to Autoconf 2.59 and Automake 1.7.9.
15
160.98
17
18        Move chdir() after setuid()/setgid(), so that it works on NFS
19        /home.  Thanks to Robert Holzwarth.
20
21        Debian packaging upgraded and actually works.
22
230.97
24
25        Brown paper bug with -e handling (one too many negations)
26        (noted by Sigurbj�rn Birkir L�russon)
27
280.96
29
30        Remove --stdin option, because manual testing could be done
31        with a shell redirection.
32
33        Provide RedHat-style checkpassword-pam.spec (courtesy
34        sysadmin(at)sunet.com.au)
35
36        Add PAM session patch from http://www.pjwstk.edu.pl/~bartek/
37
38        Set $USER, $HOME, and $SHELL environment variables, to conform
39        to checkpassword interface more strictly.  Patch from Stefan
40        Aeschbacher.
41
42        Fix Solaris compilation wrt to LOG_AUTHPRIV.
43
44        Added --noenv (or -e) option, which disables setting up
45        process environment, i.e. uid, gid, groups, home directory,
46        and environment variables.  (Idea and original patch from
47        Frank Benkstein.)
48
49	Updated to Autoconf 2.57 and Automake 1.7.5
50
510.95
52        Initial version.
53