summaryrefslogtreecommitdiffstats
path: root/bsd-login.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Prepare for 1.2.1pre20V_1_2_1_PRE20Damien Miller1999-12-251-6/+15
| | | | | | | | | | | | | 19991225 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> - Cleanup of auth-passwd.c for shadow and MD5 passwords - Cleanup and bugfix of PAM authentication code 19991223 - Merged later HPUX patch from Andre Lucas <andre.lucas@dial.pipex.com> - Above patch included better utmpx support from Ben Taylor <bent@clark.net>:
* - Integration of large HPUX patch from Andre LucasDamien Miller1999-12-211-1/+1
| | | | | | | | <andre.lucas@dial.pipex.com>. Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY
* - Renamed BSD helper function files to bsd-*Damien Miller1999-11-191-0/+13
- Added tests for login and daemon and OpenBSD replacements for when they are absent.