summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-06 - djm@cvs.openbsd.org 2006/01/05 23:43:53Damien Miller
[misc.c] check that stdio file descriptors are actually closed before clobbering them in sanitise_stdfd(). problems occurred when a lower numbered fd was closed, but higher ones weren't. spotted by, and patch tested by Frédéric Olivié
2006-01-06 - jmc@cvs.openbsd.org 2006/01/04 19:50:09Damien Miller
[ssh.1] -.Xr gzip 1 ,
2006-01-06 - jmc@cvs.openbsd.org 2006/01/04 19:40:24Damien Miller
[ssh.1] +.Xr ssh-keyscan 1 ,
2006-01-06 - jmc@cvs.openbsd.org 2006/01/04 18:45:01Damien Miller
[ssh.1] remove .Xr's to rsh(1) and telnet(1): they are hardly needed;
2006-01-06 - jmc@cvs.openbsd.org 2006/01/04 18:42:46Damien Miller
[ssh.1] chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILES entries; ok markus
2006-01-06 - jmc@cvs.openbsd.org 2006/01/03 16:55:18Damien Miller
[ssh.1] tweak the description of ~/.ssh/environment
2006-01-06 - jmc@cvs.openbsd.org 2006/01/03 16:52:36Damien Miller
[ssh.1] put FILES in some sort of order: sort by pathname
2006-01-06 - jmc@cvs.openbsd.org 2006/01/03 16:35:30Damien Miller
[ssh.1] use a larger width for the ENVIRONMENT list;
2006-01-06 - jmc@cvs.openbsd.org 2006/01/03 16:31:10Damien Miller
[ssh.1] move FILES to a -compact list, and make each files an item in that list. this avoids nastly line wrap when we have long pathnames, and treats each file as a separate item; remove the .Pa too, since it is useless.
2006-01-04 - (djm) [channels.c] clean up harmless merge error, from reyk@Damien Miller
2006-01-03 - (djm) OpenBSD CVS SyncDamien Miller
- jmc@cvs.openbsd.org 2006/01/02 17:09:49 [ssh_config.5 sshd_config.5] some corrections from michael knudsen;
2006-01-02 - jmc@cvs.openbsd.org 2006/01/02 12:31:06Damien Miller
[ssh.1] start to cut some duplicate info from FILES; help/ok djm
2006-01-02 - reyk@cvs.openbsd.org 2006/01/02 07:53:44Damien Miller
[misc.c] clarify tun(4) opening - set the mode and bring the interface up. also (re)sets the tun(4) layer 2 LINK0 flag for existing tunnel interfaces. suggested and ok by djm@
2006-01-02 - djm@cvs.openbsd.org 2006/01/02 01:20:31Damien Miller
[sftp-client.c sftp-common.h sftp-server.c] use a common max. packet length, no binary change
2006-01-02 - stevesk@cvs.openbsd.org 2006/01/01 10:08:48Damien Miller
[misc.c] no trailing "\n" for debug()
2006-01-02 - stevesk@cvs.openbsd.org 2006/01/01 08:59:27Damien Miller
[includes.h misc.c] move <net/if.h>; ok djm@
2006-01-02 - jmc@cvs.openbsd.org 2005/12/31 13:45:19Damien Miller
[ssh.1] .Nm does not require an argument;
2006-01-02 - jmc@cvs.openbsd.org 2005/12/31 13:44:04Damien Miller
[ssh.1] clean up ENVIRONMENT a little;
2006-01-02 - (djm) OpenBSD CVS SyncDamien Miller
- jmc@cvs.openbsd.org 2005/12/31 10:46:17 [ssh.1] merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVER AUTHENTICATION" sections into "AUTHENTICATION"; some rewording done to make the text read better, plus some improvements from djm; ok djm
2006-01-02 - (djm) [README.tun] Add README.tun, missed during sync of tun(4) supportDamien Miller
2006-01-01 - (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h tooDamien Miller
2006-01-01 - (djm) [configure.ac] Fix linux/if_tun.h testDamien Miller
2006-01-01 - (djm) [Makefile.in configure.ac includes.h misc.c]Damien Miller
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is limited to IPv4 tunnels only, and most versions don't support the tap(4) device at all.
2005-12-31 - (djm) [configure.ac] oops, make that linux/if_tun.hDamien Miller
2005-12-31 - (djm) [configure.ac] Disable Linux tun(4) compat code if linux/tun.h doesDamien Miller
not exist
2005-12-31 - (djm) [openbsd-compat/port-tun.c openbsd-compat/port-tun.h configure.ac]Damien Miller
[serverloop.c ssh.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h] Implement tun(4) forwarding compatability support for Linux, diff from reyk@
2005-12-31 - stevesk@cvs.openbsd.org 2005/12/31 01:38:45Damien Miller
[ssh.1] document -MM; ok djm@
2005-12-31 - jmc@cvs.openbsd.org 2005/12/30 16:59:00Damien Miller
[sftp.1] do not suggest that interactive authentication will work with the -b flag; based on a diff from john l. scarfone; ok djm
2005-12-31 - reyk@cvs.openbsd.org 2005/12/30 15:56:37Damien Miller
[channels.c channels.h clientloop.c] add channel output filter interface. ok djm@, suggested by markus@
2005-12-31 - (djm) OpenBSD CVS SyncDamien Miller
- stevesk@cvs.openbsd.org 2005/12/28 22:46:06 [canohost.c channels.c clientloop.c] use 'break-in' for consistency; ok deraadt@ ok and input jmc@
2005-12-28 (tim) [buildpkg.sh.in] grep for $SSHDUID instead of $SSHDGID on /etc/passwdTim Rice
2005-12-24 - djm@cvs.openbsd.org 2005/12/24 02:27:41Damien Miller
[session.c sshd.c] eliminate some code duplicated in privsep and non-privsep paths, and explicitly clear SIGALRM handler; "groovy" deraadt@
2005-12-24 - jmc@cvs.openbsd.org 2005/12/23 23:46:23Damien Miller
[ssh.1] less mark up for -c;
2005-12-24 - jmc@cvs.openbsd.org 2005/12/23 14:55:53Damien Miller
[ssh.1] - sync the description of -e w/ synopsis - simplify the description of -I - note that -I is only available if support compiled in, and that it isn't by default feedback/ok djm@
2005-12-24 - jmc@cvs.openbsd.org 2005/12/22 11:23:42Damien Miller
[ssh.1] expand the description of -w somewhat; help/ok reyk
2005-12-24 - jmc@cvs.openbsd.org 2005/12/22 10:31:40Damien Miller
[ssh_config.5] put the description of "UsePrivilegedPort" in the correct place;
2005-12-24 - stevesk@cvs.openbsd.org 2005/12/21 22:44:26Damien Miller
[sshd.8] clarify precedence of -p, Port, ListenAddress; ok and help jmc@
2005-12-24 - jmc@cvs.openbsd.org 2005/12/21 12:53:31Damien Miller
[ssh.1] -Y does X11 forwarding too; ok markus
2005-12-24 - jmc@cvs.openbsd.org 2005/12/21 11:57:25Damien Miller
[ssh.1] options now described `above', rather than `later';
2005-12-24 - jmc@cvs.openbsd.org 2005/12/21 11:48:16Damien Miller
[ssh.1] -L and -R descriptions are now above, not below, ~C description;
2005-12-24 - jmc@cvs.openbsd.org 2005/12/20 22:09:41Damien Miller
[ssh.1] move info on ssh return values and config files up into the main description;
2005-12-24 - jmc@cvs.openbsd.org 2005/12/20 22:02:50Damien Miller
[ssh.1] .Ss -> .Sh: subsections have not made this page more readable
2005-12-24 - jmc@cvs.openbsd.org 2005/12/20 21:59:43Damien Miller
[ssh.1] merge the sections on protocols 1 and 2 into one section on authentication; feedback djm dtucker ok deraadt markus dtucker
2005-12-20 - dtucker@cvs.openbsd.org 2005/12/20 04:41:07Darren Tucker
[ssh.c] exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@
2005-12-20 - stevesk@cvs.openbsd.org 2005/12/17 21:36:42Darren Tucker
[ssh_config.5] spelling: intented -> intended
2005-12-20 - stevesk@cvs.openbsd.org 2005/12/17 21:13:05Darren Tucker
[ssh_config.5 session.c] spelling: fowarding, fowarded
2005-12-20missed changelog entryDarren Tucker
2005-12-20 - jmc@cvs.openbsd.org 2005/12/16 18:14:40Darren Tucker
[ssh.1] signpost the protocol sections;
2005-12-20 - jmc@cvs.openbsd.org 2005/12/16 18:12:22Darren Tucker
[ssh.1] make the description of -c a little nicer;
2005-12-20 - jmc@cvs.openbsd.org 2005/12/16 18:08:53Darren Tucker
[ssh.1] simplify a sentence;