Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-23 | - (djm) Update RPM spec file versions | Damien Miller | |
2002-04-23 | - (djm) Trim ChangeLog to include only post-3.1 changes | Damien Miller | |
2002-04-23 | - markus@cvs.openbsd.org 2002/04/22 21:04:52 | Damien Miller | |
[channels.c clientloop.c clientloop.h ssh.c] request reply (success/failure) for -R style fwd in protocol v2, depends on ordered replies. fixes http://bugzilla.mindrot.org/show_bug.cgi?id=215; ok provos@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/22 16:16:53 | Damien Miller | |
[servconf.c sshd.8 sshd_config] do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/22 06:15:47 | Damien Miller | |
[radix.c] fix check for overflow | |||
2002-04-23 | - stevesk@cvs.openbsd.org 2002/04/21 16:25:06 | Damien Miller | |
[sshconnect1.c] spelling in error message; ok markus@ | |||
2002-04-23 | - stevesk@cvs.openbsd.org 2002/04/21 16:19:27 | Damien Miller | |
[sshd.8 sshd_config] document default AFSTokenPassing no; ok deraadt@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/20 09:17:19 | Damien Miller | |
[radix.c] rewrite using the buffer_* API, fixes overflow; ok deraadt@ | |||
2002-04-23 | - markus@cvs.openbsd.org 2002/04/20 09:14:58 | Damien Miller | |
[bufaux.c bufaux.h] add buffer_{get,put}_short | |||
2002-04-23 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- deraadt@cvs.openbsd.org 2002/04/20 09:02:03 [servconf.c] No, afs requires explicit enabling | |||
2002-04-23 | - (djm) Make privsep work with PAM (still experimental) | Damien Miller | |
2002-04-23 | - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by | Damien Miller | |
Robert Urban <urban@spielwiese.de> | |||
2002-04-21 | [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0). | Tim Rice | |
entropy.c needs seteuid(getuid()) for the setuid(original_uid) to succeed. Patch by gert@greenie.muc.de. This fixes one part of Bug 208 | |||
2002-04-18 | - (djm) Avoid SIGCHLD breakage when run from rsync. Fix from | Damien Miller | |
Sturle Sunde <sturle.sunde@usit.uio.no> | |||
2002-04-17 | [configure.ac] Issue warning on --with-default-path=/some_path | Tim Rice | |
if LOGIN_CAP is enabled. Report & testing by Tuc <tuc@ttsg.com> | |||
2002-04-17 | - (djm) Fix .Nm in mdoc2man.pl from pspencer@fields.utoronto.ca | Damien Miller | |
2002-04-17 | - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL | Damien Miller | |
2002-04-15 | [configure.ac] add tests for recvmsg and sendmsg. | Tim Rice | |
[monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg. | |||
2002-04-15 | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen | Kevin Steves | |
2002-04-15 | - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au> | Damien Miller | |
2002-04-14 | - (djm) Random number collection doc fixes from Ben | Damien Miller | |
2002-04-14 | - (djm) ssh-rand-helper improvements | Damien Miller | |
- Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage | |||
2002-04-13 | - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk> | Damien Miller | |
2002-04-12 | - (bal) disable privsep if no MAP_ANON. We can re-enable it | Ben Lindstrom | |
after the release when we can do more testing. | |||
2002-04-12 | - (bal) Mistaken in Cygwin scripts for ssh starting. Patch by | Ben Lindstrom | |
Corinna Vinschen <vinschen@redhat.com> | |||
2002-04-12 | [configure.ac] add <sys/types.h> to msghdr tests. | Tim Rice | |
Change -L to -h on testing for /bin being symbolic link | |||
2002-04-12 | - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams | Kevin Steves | |
2002-04-11 | [acconfig.h defines.h includes.h] put includes in includes.h and | Tim Rice | |
defines in defines.h [rijndael.c openbsd-compat/fake-socket.h openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h" ok stevesk@ | |||
2002-04-11 | - (stevesk) [auth-sia.c] cleanup | Kevin Steves | |
2002-04-10 | oops. time for beer i think. | Kevin Steves | |
2002-04-10 | - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIR | Kevin Steves | |
2002-04-10 | - markus@cvs.openbsd.org 2002/04/10 08:56:01 | Ben Lindstrom | |
[version.h] OpenSSH_3.2 - Added p1 to idenify Portable release version. | |||
2002-04-10 | - markus@cvs.openbsd.org 2002/04/10 08:21:47 | Ben Lindstrom | |
[auth1.c compat.c compat.h] strip '@' from username only for KerbV and known broken clients, bug #204 Don't mind me.. I just commited a changelog with no patch. <sigh> | |||
2002-04-10 | - markus@cvs.openbsd.org 2002/04/10 08:21:47 | Ben Lindstrom | |
[auth1.c compat.c compat.h] strip '@' from username only for KerbV and known broken clients, bug #204 | |||
2002-04-10 | - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net> | Kevin Steves | |
2002-04-08 | - (bal) Minor OpenSC updates. Fix up header locations and update | Ben Lindstrom | |
README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi> | |||
2002-04-07 | - (stevesk) wrap munmap() with HAVE_MMAP also. | Kevin Steves | |
2002-04-07 | oops, user should be a string constant | Kevin Steves | |
2002-04-07 | - (stevesk) --with-privsep-user; default sshd | Kevin Steves | |
2002-04-07 | - (stevesk) remove configure support for poll.h; it was removed | Kevin Steves | |
from sshd.c a long time ago. | |||
2002-04-07 | - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in | Kevin Steves | |
monitor_mm.c | |||
2002-04-07 | - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yes | Kevin Steves | |
and no fd passing support. | |||
2002-04-07 | - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now. | Kevin Steves | |
Future: we may want to test if fd passing works correctly. | |||
2002-04-06 | - (bal) We no longer use atexit()/xatexit()/on_exit() | Ben Lindstrom | |
2002-04-06 | - (bal) Quiet down configure.ac if /bin/test does not exist. | Ben Lindstrom | |
2002-04-06 | - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is | Ben Lindstrom | |
incomplete. | |||
2002-04-06 | - mouring@cvs.openbsd.org 2002/04/06 18:24:09 | Ben Lindstrom | |
[scp.c] Fixes potental double // within path. http://bugzilla.mindrot.org/show_bug.cgi?id=76 | |||
2002-04-06 | - (bal) Slight update to OpenSC support. Better version checking. patch | Ben Lindstrom | |
by Juha Yrjölä <jyrjola@cc.hut.fi> | |||
2002-04-06 | - djm@cvs.openbsd.org 2002/04/06 00:30:08 | Ben Lindstrom | |
[sftp-client.c] Fix occasional corruption on upload due to bad reuse of request id, spotted by chombier@mac.com; ok markus@ | |||
2002-04-06 | - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile. | Ben Lindstrom | |