CHANGELOG 2.0 KB

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