summaryrefslogtreecommitdiff
path: root/bsd-login.c
Commit message (Collapse)AuthorAgeFilesLines
* 19991226Damien Miller1999-12-261-8/+8
| | | | | | | | | | | | - Enabled utmpx support by default for Solaris - Cleanup sshd.c PAM a little more 19991225 - Merged fixes from Ben Taylor <bent@clark.net> - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> - Disabled logging of PAM password authentication failures when password is empty. (e.g start of authentication loop). Reported by Naz <96na@eng.cam.ac.uk>)
* - Prepare for 1.2.1pre20V_1_2_1_PRE20Damien Miller1999-12-251-18/+28
| | | | | | | | | | | | | 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>:
* Made utmpx optionalPRE_HPUX_INTEGRATIONDamien Miller1999-12-211-3/+3
|
* - Fix compilation on systems with AFS. Reported byDamien Miller1999-12-131-2/+3
| | | | | | | | | | | | | aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell <gordonr@gormand.com.au> - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> - Compile fix from David Agraz <dagraz@jahoopa.com> - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble <jmknoble@pobox.com>
* - Import of patch from Ben Taylor <bent@clark.net>:Damien Miller1999-12-091-12/+24
| | | | | | | - Improved PAM support - "uninstall" rule for Makefile - utmpx support - Should fix PAM problems on Solaris
* - Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>Damien Miller1999-11-251-0/+8
|
* - Added OpenBSD bsd-strlcat.c, created bsd-strlcat.hDamien Miller1999-11-221-1/+1
| | | | | - Added timersum() macro - Tidy RCSIDs of bsd-*.c
* - Merged more Solaris support from Marc G. FournierDamien Miller1999-11-201-1/+3
| | | | | | <marc.fournier@acadiau.ca> - Wrote autoconf tests for integer bit-types - Fixed enabling kerberos support
* - Renamed BSD helper function files to bsd-*Damien Miller1999-11-191-0/+83
- Added tests for login and daemon and OpenBSD replacements for when they are absent.