Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-13 | - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>: | Damien Miller | |
- Platform define for SCO 3.x which breaks on /dev/ptmx - Detect and try to fix missing MAXPATHLEN | |||
2000-06-13 | Changed to OpenBSD indent and function declaration style | andre | |
Added display of time when logging out, to try to catch lastlog bugs | |||
2000-06-13 | Backed out previous changes - 'tolerance' setting may just hide a bug in | andre | |
the lastlog-from-utmp code for HPUX | |||
2000-06-12 | Allow a small tolerance for slow systems when testing lastlog | andre | |
recording | |||
2000-06-12 | Stop lastlog detection setting DISABLE_LASTLOG - this flag means | andre | |
'never even try to get the last login time', whereas we want to try to use wtmp/wtmpx unless told otherwise. See loginrec.c:getlast_entry(). | |||
2000-06-12 | - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>: | andre | |
- Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is def'd - Set AIX to use preformatted manpages | |||
2000-06-12 | Added catman defines for AIX (Tom Bertelson <tbert@abac.com>) | andre | |
Fixed errant comma (Tom Bertelson <tbert@abac.com>) | |||
2000-06-12 | Fixed getlast_entry() so that it doesn't try to use utmp(x) if | andre | |
DISABLE_LASTLOG is defined. Bug reported by Tom Bertelson <tbert@abac.com> for AIX. | |||
2000-06-12 | - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> | Damien Miller | |
2000-06-12 | Latest versions | Damien Miller | |
2000-06-12 | wrong modes, forgot -kb | Damien Miller | |
2000-06-12 | - (djm) Glob manpages in RPM spec files to catch compressed files | Damien Miller | |
- (djm) Full license in auth-pam.c | |||
2000-06-10 | - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx> | Damien Miller | |
2000-06-10 | - (djm) Minor doc tweaks | Damien Miller | |
2000-06-09 | - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage | Damien Miller | |
(in favour of utmpx) on Solaris 8 | |||
2000-06-08 | fix linkrot | Damien Miller | |
2000-06-07 | - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through | Damien Miller | |
list of commands (by default). Removed verbose debugging (by default). - (djm) Increased command entropy estimates and default entropy collection timeout | |||
2000-06-07 | - (djm) Remove duplicate headers from loginrec.c | Damien Miller | |
2000-06-07 | Missed some bits of the OpenBSD patch somewhere (?!) | Damien Miller | |
2000-06-07 | - (djm) Don't add /usr/local/lib to library search path on Irix | Damien Miller | |
2000-06-07 | New ver | Damien Miller | |
2000-06-07 | - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg | Damien Miller | |
<zack@wolery.cumb.org> | |||
2000-06-07 | - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III | Damien Miller | |
<tibbs@math.uh.edu> - (djm) OpenBSD CVS updates: - todd@cvs.openbsd.org [sshconnect2.c] teach protocol v2 to count login failures properly and also enable an explanation of why the password prompt comes up again like v1; this is NOT crypto - markus@cvs.openbsd.org [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8] xauth_location support; pr 1234 [readconf.c sshconnect2.c] typo, unused [session.c] allow use_login only for login sessions, otherwise remote commands are execed with uid==0 [sshd.8] document UseLogin better [version.h] OpenSSH 2.1.1 [auth-rsa.c] fix match_hostname() logic for auth-rsa: deny access if we have a negative match or no match at all [channels.c hostfile.c match.c] don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org | |||
2000-06-05 | - (djm) Added --with-cflags, --with-ldflags and --with-libs options to | Damien Miller | |
configure. | |||
2000-06-04 | Many changes to new login code based on Damien's feedback: | andre | |
- Removed many redundant accessor/mutator methods as they're not necesary in OpenSSH - Added proper credits for OpenBSD code in loginrec.c - Changed function definitions to the OpenBSD style - Removed spurious 'L' prefix in line filename abbreviation for ut_line - Added some documentation in loginrec.c - Changed lastlog access function names - Removed #include lines in mid-file loginrec.c - loginrec.h, login.c and logintest.c changed to reflect new interface - Added TODO note for ttyslot() replacement | |||
2000-06-04 | Added missed info for 20000603 login code update | andre | |
Noted 20000604 updates | |||
2000-06-04 | - Configure tweaking for new login code on Irix 5.3 | Damien Miller | |
2000-06-03 | Disable lastlog for AIX, as it's handled by the OS as part of the login | andre | |
message | |||
2000-06-03 | Removed obsolete lastlog symbols | andre | |
2000-06-03 | Added new login recording code | andre | |
Added test program for login code (make logintest) | |||
2000-06-03 | Removed an old entry | Damien Miller | |
2000-05-31 | - Rewrote bsd-login to use proper utmp API if available. Major cleanup | Damien Miller | |
of fallback DIY code. | |||
2000-05-31 | - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp> | Damien Miller | |
update credits | |||
2000-05-31 | - Cleanup of auth.c, login.c and fake-* | Damien Miller | |
- Cleanup of auth-pam.c, save and print "account expired" error messages | |||
2000-05-30 | doc | Damien Miller | |
2000-05-30 | - OpenBSD CVS updates: | Damien Miller | |
- markus@cvs.openbsd.org [session.c] make x11-fwd work w/ localhost (xauth add host/unix:11) [cipher.c compat.c readconf.c servconf.c] check strtok() != NULL; ok niels@ [key.c] fix key_read() for uuencoded keys w/o '=' [serverloop.c] group ssh1 vs. ssh2 in serverloop [kex.c kex.h myproposal.h sshconnect2.c sshd.c] split kexinit/kexdh, factor out common code [readconf.c ssh.1 ssh.c] forwardagent defaults to no, add ssh -A - theo@cvs.openbsd.org [session.c] just some line shortening | |||
2000-05-30 | Up ver | Damien Miller | |
2000-05-30 | - Fix buffer overrun in login.c for systems which use syslen in utmpx. | Damien Miller | |
patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp> | |||
2000-05-30 | - Define atexit for old Solaris | Damien Miller | |
2000-05-20 | - Doc cleanup | Damien Miller | |
2000-05-20 | - HPUX and Configure fixes from Lutz Jaenicke | Damien Miller | |
<Lutz.Jaenicke@aet.TU-Cottbus.DE> - Use mkinstalldirs script to make directories instead of non-portable "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2000-05-20 | cleanup diffs | Damien Miller | |
2000-05-20 | - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com> | Damien Miller | |
2000-05-20 | - Don't touch utmp if USE_UTMPX defined | Damien Miller | |
2000-05-20 | - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> | Damien Miller | |
2000-05-19 | - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterday | Damien Miller | |
- OpenBSD CVS updates: - markus@cvs.openbsd.org [sshconnect.c] copy only ai_addrlen bytes; misiek@pld.org.pl [auth.c] accept an empty shell in authentication; bug reported by chris@tinker.ucr.edu [serverloop.c] we don't have stderr for interactive terminal sessions (fcntl errors) | |||
2000-05-18 | Doh - forgot to import fixprogs | Damien Miller | |
2000-05-17 | prepare for p1 release | Damien Miller | |
2000-05-17 | - Detect OpenSSL seperatly from RSA | Damien Miller | |
- Better test for RSA (more compatible with RSAref). Based on work by Ed Eden <ede370@stl.rural.usda.gov> | |||
2000-05-17 | - RSAless operation patch from kevin_oconnor@standardandpoors.com | Damien Miller | |