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-08-18
bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
Damien Miller
2006-08-18
reorder so prototypes are sorted by the files they refer to; no
Damien Miller
2006-08-18
delay authentication related cleanups until we're authenticated and
Markus Friedl
2006-08-18
make signal handler termination path shorter; risky code pointed out by
Theo de Raadt
2006-08-16
factor inetd connection, TCP listen and main TCP accept loop out of main()
Damien Miller
2006-08-14
Add ability to match groups to Match keyword in sshd_config. Feedback djm@,
Darren Tucker
2006-08-12
Revert previous include file ordering change, for ssh to compile under gcc2
Miod Vallat
2006-08-06
"zlib.h" can be <zlib.h>; ok djm@ markus@
Kevin Steves
2006-08-05
Typo in comment
Darren Tucker
2006-08-05
Zap unused variables in -DSKEY code. ok djm@
Darren Tucker
2006-08-05
Add headers required to build with -DSKEY. ok djm@
Darren Tucker
2006-08-05
Add headers required to build with KERBEROS5=no. ok djm@
Darren Tucker
2006-08-04
spaces
Kevin Steves
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
clean extra spaces
Kevin Steves
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-08-01
Allow fallback to known_hosts entries without port qualifiers for
Darren Tucker
2006-07-30
order includes to KNF
Kevin Steves
2006-07-27
avoid confusing wording in HashKnownHosts:
Jason McIntyre
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-25
move #include <sys/time.h> out of includes.h
Kevin Steves
2006-07-25
need #include <string.h>
Kevin Steves
2006-07-24
disable tunnel forwarding when no strict host key checking
Kevin Steves
2006-07-23
#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-22
move #include <time.h> out of includes.h
Kevin Steves
2006-07-21
ARGSUSED for signal handler
Kevin Steves
2006-07-21
more ARGSUSED (lint) for dispatch table-driven functions; ok djm@
Kevin Steves
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
[prev]
[next]