summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-19Added some extra timings to help spot lastlog problemsandre
Increased delay before logout Improved message detail
2000-06-19Line up 'configure --help' outputandre
2000-06-19Big loginrec.c updateandre
- MIN_SIZEOF macro to pick smallest buffer for str[ln]cpy() - fixes lastlog clobber spotted by P.S.S.Camp <P.S.S.Camp@ukc.ac.uk> - Added some top-level api documentation - Re-ordered construct_utmp(x)() to build well-formed structures for both login and logout, based on li->type. - change wtmp(x)_logout() to match new construct_*() form - Improved error responses throughout - Add ut_type cross-check for 'lastlog-from-wtmp(x)' where available - utmp_write_direct() has had some testing. Oh yes! - Re-ordered loginrec.h slightly
2000-06-18 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT supportDamien Miller
2000-06-18 - OpenBSD CVS updates:Damien Miller
- deraadt@cvs.openbsd.org 2000/06/17 09:58:46 [channels.c] everyone says "nix it" (remove protocol 2 debugging message) - markus@cvs.openbsd.org 2000/06/17 13:24:34 [sshconnect.c] allow extended server banners - markus@cvs.openbsd.org 2000/06/17 14:30:10 [sshconnect.c] missing atomicio, typo - jakob@cvs.openbsd.org 2000/06/17 16:52:34 [servconf.c servconf.h session.c sshd.8 sshd_config] add support for ssh v2 subsystems. ok markus@. - deraadt@cvs.openbsd.org 2000/06/17 18:57:48 [readconf.c servconf.c] include = in WHITESPACE; markus ok - markus@cvs.openbsd.org 2000/06/17 19:09:10 [auth2.c] implement bug compatibility with ssh-2.0.13 pubkey, server side - markus@cvs.openbsd.org 2000/06/17 21:00:28 [compat.c] initial support for ssh.com's 2.2.0 - markus@cvs.openbsd.org 2000/06/17 21:16:09 [scp.c] typo - markus@cvs.openbsd.org 2000/06/17 22:05:02 [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h] split auth-rsa option parsing into auth-options add options support to authorized_keys2 - markus@cvs.openbsd.org 2000/06/17 22:42:54 [session.c] typo
2000-06-18 - (djm) Add summary of configure options to end of ./configure runDamien Miller
- (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from Michael Stone <mstone@cs.loyola.edu> - (djm) rusage is a privileged operation on some Unices (incl. Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com> - (djm) Avoid PAM failures when running without a TTY. Report from Martin Petrak <petrak@spsknm.schools.sk> - (djm) Include sys/types.h when including netinet/in.h in configure tests. Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
2000-06-13 - (djm) Fix short copy in loginrec.c (based on patch from Phill CampDamien Miller
<P.S.S.Camp@ukc.ac.uk>
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-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