summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-08 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.cDamien Miller
Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
2000-07-08*** empty log message ***Damien Miller
2000-07-08 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix fromDamien Miller
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-07-08 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch fromDamien Miller
Aaron Hopkins <aaron@die.net>
2000-07-02Forgot to commentDamien Miller
2000-07-02 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch fromDamien Miller
Chris, the Young One <cky@pobox.com>
2000-07-02 - (djm) Stop shadow expiry checking from preventing logins with NIS. BasedDamien Miller
on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2000-07-02 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>Damien Miller
2000-07-01Release 2.1.1p2Damien Miller
2000-07-01 - (djm) Added check for broken snprintf() functions which do not correctlyDamien Miller
terminate output string and attempt to use replacement.
2000-07-01 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna VinschenDamien Miller
<vinschen@cygnus.com> - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2000-07-01 - (djm) Replace "/bin/sh" with _PATH_BSHELLDamien Miller
- (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2000-07-01 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>Damien Miller
2000-07-01 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>Damien Miller
2000-06-28 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIADamien Miller
support. Enable using "USE_SIA=1 ./configure [options]"
2000-06-28 - (djm) Added 'distprep' make target to simplify packagingDamien Miller
2000-06-28 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support forDamien Miller
Irix 6.x array sessions, project id's, and system audit trail id.
2000-06-28 - (djm) Fixes to lastlog code for IrixDamien Miller
- (djm) Use atomicio in loginrec
2000-06-27 - (djm) FormattingDamien Miller
2000-06-27 - (djm) Fixes to login code - not setting li->uid, cleanupsDamien Miller
2000-06-26Fix fixed egd codeDamien Miller
2000-06-26error -> fatalDamien Miller
2000-06-26 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OKDamien Miller
based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-06-26 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>Damien Miller
- (djm) Added password expiry checking (no password change support)
2000-06-26 - OpenBSD CVS updateDamien Miller
- provos@cvs.openbsd.org 2000/06/25 14:17:58 [channels.c] correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2000-06-26 - Better fix to aclocal tests from Garrick James <garrick@james.net>Damien Miller
2000-06-23 - OpenBSD CVS Updates:Damien Miller
- markus@cvs.openbsd.org 2000/06/22 10:32:27 [sshd.c] missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL - djm@cvs.openbsd.org 2000/06/22 17:55:00 [auth-krb4.c key.c radix.c uuencode.c] Missing CVS idents; ok markus
2000-06-23 - (djm) Use sa_family_t in prototype for rresvport_af. Patch fromDamien Miller
Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing
2000-06-22Add explanation of PAM_TTY kludgeDamien Miller
2000-06-22Update RPM spec version numbersDamien Miller
2000-06-22 - OpenBSD CVS Updates:Damien Miller
- markus@cvs.openbsd.org 2000/06/18 18:50:11 [auth2.c compat.c compat.h sshconnect2.c] make userauth+pubkey interop with ssh.com-2.2.0 - markus@cvs.openbsd.org 2000/06/18 20:56:17 [dsa.c] mem leak + be more paranoid in dsa_verify. - markus@cvs.openbsd.org 2000/06/18 21:29:50 [key.c] cleanup fingerprinting, less hardcoded sizes - markus@cvs.openbsd.org 2000/06/19 19:39:45 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c] [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h] [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h] [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h] [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c] [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c] [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c] [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c] [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h] OpenBSD tag - markus@cvs.openbsd.org 2000/06/21 10:46:10 sshconnect2.c missing free; nuke old comment
2000-06-22 - (djm) Automatically generate host key during "make install". SuggestedDamien Miller
by Gary E. Miller <gem@rellim.com> - (djm) Paranoia before kill() system call
2000-06-20typoDamien Miller
2000-06-20 - (djm) Typo in loginrec.cDamien Miller
2000-06-20 - (djm) Replace use of '-o' and '-a' logical operators in configure testsDamien Miller
with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx> to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
2000-06-19*** empty log message ***andre
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>)