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-21
Make PermitOpen take a list of permitted ports and act more like most other
Darren Tucker
2006-07-20
missed some needed #include <unistd.h> when KERBEROS5=no; issue from
Kevin Steves
2006-07-19
Add ForceCommand keyword to sshd_config, equivalent to the "command="
Darren Tucker
2006-07-19
Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost to
Darren Tucker
2006-07-18
remove unneeded includes; ok djm@
Kevin Steves
2006-07-18
Clarify description of Match, with minor correction from jmc@
Darren Tucker
2006-07-18
mark up angle brackets;
Jason McIntyre
2006-07-18
replace DIAGNOSTICS with .Ex;
Jason McIntyre
2006-07-18
tweak; ok dtucker
Jason McIntyre
2006-07-17
Add PermitOpen directive to sshd_config which is equivalent to the
Darren Tucker
2006-07-17
Use '\0' rather than 0 to terminates strings; ok djm@
Darren Tucker
2006-07-17
move #include <unistd.h> out of includes.h
Kevin Steves
2006-07-14
don't need incompletely-typed 'struct passwd' now with
Kevin Steves
2006-07-12
move #include <stddef.h> out of includes.h
Kevin Steves
2006-07-12
move #include <netdb.h> out of includes.h; ok djm@
Kevin Steves
2006-07-12
- new sentence, new line
Jason McIntyre
2006-07-12
Add support for conditional directives to sshd_config via a "Match" keyword,
Darren Tucker
2006-07-11
need <errno.h> here also (it's also included in <openssl/err.h>)
Kevin Steves
2006-07-11
cast asterisk field precision argument to int to remove warning;
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
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
[next]