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
Age
Commit message (
Expand
)
Author
2006-07-11
add ExitOnForwardFailure: terminate the connection if ssh(1)
Markus Friedl
2006-07-11
Only copy the part of environment variable that we actually use. Prevents
Darren Tucker
2006-07-10
move #include <stdarg.h> out of includes.h; ok markus@
Kevin Steves
2006-07-10
s/and and/and/
Jason McIntyre
2006-07-10
buffer.h only needed in sftp-common.h and remove some unneeded
Kevin Steves
2006-07-10
Add port identifier to known_hosts for non-default ports, based originally
Darren Tucker
2006-07-10
fix misparsing of SOCKS 5 packets that could result in a crash;
Damien Miller
2006-07-10
duplicate argv at the start of main() because it gets modified later;
Damien Miller
2006-07-10
don't log variables that aren't yet set
Damien Miller
2006-07-10
remove optind - it isn't used here
Damien Miller
2006-07-09
use O_RDONLY vs. 0 in open(); no binary change
Kevin Steves
2006-07-09
move #include <fcntl.h> out of includes.h
Kevin Steves
2006-07-08
move user includes after /usr/include files
Kevin Steves
2006-07-08
missed these from last commit:
Kevin Steves
2006-07-08
move #include <sys/socket.h> out of includes.h
Kevin Steves
2006-07-06
typo in comment
Kevin Steves
2006-07-06
move #include "dns.h" up
Kevin Steves
2006-07-06
move #include <pwd.h> out of includes.h; ok markus@
Kevin Steves
2006-07-06
add commandline options to enable logging of transactions; ok markus@
Damien Miller
2006-07-06
support arguments to Subsystem commands; ok markus@
Damien Miller
2006-07-05
move #include <netinet/in.h> out of includes.h; ok deraadt@
Kevin Steves
2006-07-03
move #include <arpa/inet.h> out of includes.h; old ok djm@
Kevin Steves
2006-07-03
move #include "version.h" out of includes.h; ok markus@
Kevin Steves
2006-07-02
use -KR[bind_address:]port here; ok djm@
Kevin Steves
2006-07-02
move #include <grp.h> out of includes.h
Kevin Steves
2006-07-02
no "servconf.h" needed here
Kevin Steves
2006-07-02
more details and clarity for tun(4) device forwarding; ok and help
Kevin Steves
2006-06-26
mention optional bind_address in runtime port forwarding setup
Damien Miller
2006-06-14
limit the number of pre-banner characters we will accept; ok markus@
Damien Miller
2006-06-13
revert; i am on drugs. spotted by alexander AT beard.se
Damien Miller
2006-06-13
always use a format string, even when printing a constant
Damien Miller
2006-06-08
do not set the gid, noted by solar; ok djm
Markus Friedl
2006-06-06
replace remaining setuid() calls with permanently_set_uid() and
Markus Friedl
2006-06-01
call get_remote_ipaddr() early; fixes logging after client disconnects;
Markus Friedl
2006-05-30
Sync usage() with man page and reality.
Michael Knudsen
2006-05-29
add GSSAPI to the list of authentication methods supported;
Jason McIntyre
2006-05-29
oops - previous was too long; split the list of auths up
Jason McIntyre
2006-05-29
Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample
Darren Tucker
2006-05-29
Add gssapi-with-mic to PreferredAuthentications default list; ok jmc
Darren Tucker
2006-05-28
build a lint library for us to use above
Theo de Raadt
2006-05-18
paramter -> parameter
Miod Vallat
2006-05-17
fix leak; coverity via Kylene Jo Hall
Markus Friedl
2006-05-16
missing free; from Kylene Hall
Markus Friedl
2006-05-08
uint32_t -> u_int32_t (which we use everywhere else)
Damien Miller
2006-05-06
Add $OpenBSD$ in comment here too
Darren Tucker
2006-05-04
tighter DH exponent checks here too; feedback and ok markus@
Damien Miller
2006-04-30
these files should not exist. the developers have been given ample time
Theo de Raadt
2006-04-25
Prevent ssh from trying to open private keys with bad permissions more than
Darren Tucker
2006-04-22
remove extra spaces
Kevin Steves
2006-04-22
use setres[ug]id() to permanently revoke privileges; ok deraadt@
Damien Miller
[next]