summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wrong modes, forgot -kbdjm2000-06-122-2360/+0
|
* - (djm) Glob manpages in RPM spec files to catch compressed filesdjm2000-06-124-20/+50
| | | | - (djm) Full license in auth-pam.c
* - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>djm2000-06-102-2/+3
|
* - (djm) Minor doc tweaksdjm2000-06-092-3/+9
|
* - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usageV_2_1_1_P1djm2000-06-093-0/+14
| | | | (in favour of utmpx) on Solaris 8
* fix linkrotdjm2000-06-071-1/+1
|
* - (djm) Cleanup of entropy.c. Reorganised code, removed second pass throughdjm2000-06-074-155/+170
| | | | | | list of commands (by default). Removed verbose debugging (by default). - (djm) Increased command entropy estimates and default entropy collection timeout
* - (djm) Remove duplicate headers from loginrec.cdjm2000-06-072-28/+7
|
* Missed some bits of the OpenBSD patch somewhere (?!)djm2000-06-071-18/+17
|
* - (djm) Don't add /usr/local/lib to library search path on Irixdjm2000-06-072-2/+3
|
* New verdjm2000-06-072-2/+2
|
* - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinbergdjm2000-06-073-20/+44
| | | | <zack@wolery.cumb.org>
* - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts IIIdjm2000-06-0719-61/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <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
* - (djm) Added --with-cflags, --with-ldflags and --with-libs options todjm2000-06-042-0/+31
| | | | configure.
* Many changes to new login code based on Damien's feedback:andre2000-06-044-519/+425
| | | | | | | | | | | | | - 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
* Added missed info for 20000603 login code updateandre2000-06-041-0/+6
| | | | Noted 20000604 updates
* - Configure tweaking for new login code on Irix 5.3djm2000-06-043-11/+33
|
* Disable lastlog for AIX, as it's handled by the OS as part of the loginandre2000-06-032-2/+4
| | | | message
* Removed obsolete lastlog symbolsandre2000-06-031-9/+0
|
* Added new login recording codeandre2000-06-0311-587/+2212
| | | | Added test program for login code (make logintest)
* Removed an old entrydjm2000-06-031-2/+0
|
* - Rewrote bsd-login to use proper utmp API if available. Major cleanupPRE_NEW_LOGIN_CODEdamien2000-05-314-78/+72
| | | | of fallback DIY code.
* - Fix EGD read bug by IWAMURO Motonori <iwa@mmp.fujitsu.co.jp>damien2000-05-313-4/+4
| | | | update credits
* - Cleanup of auth.c, login.c and fake-*damien2000-05-318-246/+274
| | | | - Cleanup of auth-pam.c, save and print "account expired" error messages
* docV_2_1_0_P3damien2000-05-301-0/+1
|
* - OpenBSD CVS updates:damien2000-05-3015-207/+256
| | | | | | | | | | | | | | | | | | | - 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
* Up verdamien2000-05-302-2/+2
|
* - Fix buffer overrun in login.c for systems which use syslen in utmpx.damien2000-05-302-1/+6
| | | | patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
* - Define atexit for old Solarisdamien2000-05-303-1/+8
|
* - Doc cleanupV_2_1_0_P2damien2000-05-203-4/+3
|
* - HPUX and Configure fixes from Lutz Jaenickedamien2000-05-205-12/+53
| | | | | | <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>
* cleanup diffsdamien2000-05-203-4/+5
|
* - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>damien2000-05-207-3/+37
|
* - Don't touch utmp if USE_UTMPX defineddamien2000-05-204-2/+15
|
* - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>damien2000-05-203-4/+14
|
* - Include Andre Lucas' fixprogs script. Forgot to "cvs add" it yesterdaydamien2000-05-183-3/+23
| | | | | | | | | | | | - 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)
* Doh - forgot to import fixprogsdamien2000-05-181-0/+72
|
* prepare for p1 releaseV_2_1_0_P1damien2000-05-172-2/+2
|
* - Detect OpenSSL seperatly from RSAdamien2000-05-173-28/+63
| | | | | - Better test for RSA (more compatible with RSAref). Based on work by Ed Eden <ede370@stl.rural.usda.gov>
* - RSAless operation patch from kevin_oconnor@standardandpoors.comdamien2000-05-173-3/+8
|
* - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>damien2000-05-1711-11/+60
| | | | | | | | - 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>
* - OpenBSD CVS update:damien2000-05-1711-74/+102
| | | | | | | | | | | | | | - markus@cvs.openbsd.org [ssh.c] fix usage() [ssh2.h] draft-ietf-secsh-architecture-05.txt [ssh.1] document ssh -T -N (ssh2 only) [channels.c serverloop.c ssh.h sshconnect.c sshd.c aux.c] enable nonblocking IO for sshd w/ proto 1, too; split out common code [aux.c] missing include
* - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>damien2000-05-172-1/+2
|
* - Avoid WCOREDUMP complation errors for systems that lack itdamien2000-05-173-1/+15
| | | | - Avoid SIGCHLD warnings from entropy commands
* - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fixdamien2000-05-178-14/+66
|
* - Fix from Andre Lucas <andre.lucas@dial.pipex.com>damien2000-05-175-26/+83
| | | | | | | | | | | | - Fixes command line printing segfaults (spotter: Bladt Norbert) - Fixes erroneous printing of debug messages to syslog - Fixes utmp for MacOS X (spotter: Aristedes Maniatis) - Gives useful error message if PRNG initialisation fails - Reduced ssh startup delay - Measures cumulative command time rather than the time between reads after select() - 'fixprogs' perl script to eliminate non-working entropy commands, and optionally run 'ent' to measure command entropy
* - Fix for non-recognised DSA keys from Arkadiusz Miskiewiczdamien2000-05-133-3/+8
| | | | <misiek@pld.org.pl>
* - Fix for prng_seed permissions checking from Lutz Jaenickedamien2000-05-112-2/+6
| | | | <Lutz.Jaenicke@aet.TU-Cottbus.DE>
* idohV_2_1_0damien2000-05-091-0/+2
|
* - Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reporteddamien2000-05-093-12/+8
| | | | by Andre Lucas <andre.lucas@dial.pipex.com>