summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-13Changed to OpenBSD indent and function declaration styleandre
Added display of time when logging out, to try to catch lastlog bugs
2000-06-13Backed out previous changes - 'tolerance' setting may just hide a bug inandre
the lastlog-from-utmp code for HPUX
2000-06-12Allow a small tolerance for slow systems when testing lastlogandre
recording
2000-06-12Stop lastlog detection setting DISABLE_LASTLOG - this flag meansandre
'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-12Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)andre
Fixed errant comma (Tom Bertelson <tbert@abac.com>)
2000-06-12Fixed getlast_entry() so that it doesn't try to use utmp(x) ifandre
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-12Latest versionsDamien Miller
2000-06-12wrong modes, forgot -kbDamien Miller
2000-06-12 - (djm) Glob manpages in RPM spec files to catch compressed filesDamien 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 tweaksDamien Miller
2000-06-09 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usageDamien Miller
(in favour of utmpx) on Solaris 8
2000-06-08fix linkrotDamien Miller
2000-06-07 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass throughDamien 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.cDamien Miller
2000-06-07Missed some bits of the OpenBSD patch somewhere (?!)Damien Miller
2000-06-07 - (djm) Don't add /usr/local/lib to library search path on IrixDamien Miller
2000-06-07New verDamien Miller
2000-06-07 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack WeinbergDamien Miller
<zack@wolery.cumb.org>
2000-06-07 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts IIIDamien 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 toDamien Miller
configure.
2000-06-04Many 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-04Added missed info for 20000603 login code updateandre
Noted 20000604 updates
2000-06-04 - Configure tweaking for new login code on Irix 5.3Damien Miller
2000-06-03Disable lastlog for AIX, as it's handled by the OS as part of the loginandre
message
2000-06-03Removed obsolete lastlog symbolsandre
2000-06-03Added new login recording codeandre
Added test program for login code (make logintest)
2000-06-03Removed an old entryDamien Miller
2000-05-31 - Rewrote bsd-login to use proper utmp API if available. Major cleanupDamien 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-30docDamien 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-30Up verDamien 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 SolarisDamien Miller
2000-05-20 - Doc cleanupDamien Miller
2000-05-20 - HPUX and Configure fixes from Lutz JaenickeDamien 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-20cleanup diffsDamien 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 definedDamien 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 yesterdayDamien 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-18Doh - forgot to import fixprogsDamien Miller
2000-05-17prepare for p1 releaseDamien Miller
2000-05-17 - Detect OpenSSL seperatly from RSADamien 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.comDamien Miller
2000-05-17 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>Damien Miller
- INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>