index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
misc.h
Age
Commit message (
Expand
)
Author
2008-06-12
Make keepalive timeouts apply while waiting for a packet, particularly during
Darren Tucker
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
2006-08-18
reorder so prototypes are sorted by the files they refer to; no
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-10
Add port identifier to known_hosts for non-default ports, based originally
Darren Tucker
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-03-30
replace {GET,PUT}_XXBIT macros with functionally similar functions,
Damien Miller
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-01-31
fix local arbitrary command execution vulnerability on local/local and
Damien Miller
2005-12-08
two changes to the new ssh tunnel support. this breaks compatibility
Reyk Floeter
2005-12-06
Add support for tun(4) forwarding over OpenSSH, based on an idea and
Reyk Floeter
2005-09-13
ensure that stdio fds are attached; ok deraadt@
Damien Miller
2005-07-14
use __sentinel__ attribute; ok deraadt@ djm@ markus@
Darren Tucker
2005-07-04
implement support for X11 and agent forwarding over multiplex slave
Damien Miller
2005-06-06
introduce a generic %foo expansion function. replace existing % expansion and
Damien Miller
2005-04-09
replace tilde_expand_filename with a simpler implementation, ahead of more
Damien Miller
2005-03-01
bz#413: allow optional specification of bind address for port forwardings.
Damien Miller
2004-12-11
Fix debug call in error path of authorized_keys processing and fix related
Darren Tucker
2004-12-06
Discard over-length authorized_keys entries rather than complaining when
Darren Tucker
2004-10-29
factor out common permission-asking code to separate function; ok markus@
Damien Miller
2004-08-11
some signed/unsigned int comparison cleanups; markus@ ok
Anil Madhavapeddy
2004-06-17
Add option for confirmation (ControlMaster=ask) via ssh-askpass before opening
Damien Miller
2004-06-14
set_nonblock() instead of fnctl(...,O_NONBLOCK); "looks sane" deraadt@
Damien Miller
2004-05-08
kill a tiny header; ok deraadt@
Damien Miller
2004-05-08
make two tiny header files go away; djm ok
Theo de Raadt
2002-03-19
KNF whitespace
Markus Friedl
2002-01-24
add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning).
Kevin Steves
2001-06-26
remove comments from .h, since they are cut&paste from the .c files
Markus Friedl
2001-06-26
prototype pedant. not very creative...
Jun-ichiro itojun Hagino
2001-05-19
sshd command-line arguments and configuration file options that
Kevin Steves
2001-05-11
add unset_nonblock for stdout/err flushing in client_loop().
Markus Friedl
2001-05-08
Use addargs() in sftp plus some clean up of addargs(). OK Markus
mouring
2001-05-03
Move colon() and cleanhost() to misc.c where I should I have put it in
mouring
2001-04-12
robust port validation; ok markus@ jakob@
Kevin Steves
2001-02-22
use pwcopy in ssh.c, too
Markus Friedl
2001-01-29
$OpenBSD$
Niklas Hallqvist
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl