$Id: CHANGELOG,v 1.13 1999/11/10 13:04:40 saw Rel $

0.60 Wed Nov 10 1999 15:46:50, Andrey V. Savochkin <saw@msu.ru>

* PNIAM version of 'chfn' was implemented.

* 'passwd' and 'login' were changed to reflect the modern PNIAM ideology.

* The applications were tought to print greeting and failure messages provided
  by modules.

* Accounting (wtmp update) was moved away from PNIAM applications.  This
  accounting is supposed to be done by modules.

* A number of minor changes.


0.59 Wed 31 Mar 1999 13:26:22, Andrey V. Savochkin <saw@msu.ru>

* Protection against std{in,out} abuse was implemented for setuid-root
  programs (su and passwd).

* A few bugs were fixed.

* When 'su' is invoked in a login mode ('su -') ut_sid field of utmp structure
  is set to the parent (su) pid.  The previous versions write child (shell) pid
  in the utmp file.  I think that parent pid is more close to the ut_sid field
  definition: getsid(2) result for this process group.

* '.-c' include files were converted into normal C files.
  The applications are linked with the corresponding '.o' files.

* Makefiles were cleaned up.  configure.in script for GNU autoconf
  was created.

* Source code was restructurized.  Pluggable library dependent code
  were moved to pamapps and pniamapps directories.  Common code
  was moved into the common directory.

* PNIAM support was started.

