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-10-31
check DH_compute_key() for -1 even if it should not happen because of
Markus Friedl
2006-10-28
correct/expand example of usage of -w; ok jmc@ stevesk@
Otto Moerbeek
2006-10-22
cancel progress meter when upload write fails; ok deraadt@
Damien Miller
2006-10-11
exit instead of doing a blocking tcp send if we detect a client/server timeout,
Markus Friedl
2006-10-10
sleep before retrying (not after) since sleep changes errno; fixes
Markus Friedl
2006-10-09
xmalloc -> xcalloc that was missed previously, from portable
Damien Miller
2006-10-06
sys/resource.h needs sys/time.h; prompted by brad@
Damien Miller
2006-09-30
Clear errno before calling the strtol functions.
Ray Lai
2006-09-25
Change "a SSH" to "an SSH". Hurray, I'm not the only one who
Ray Lai
2006-09-19
client NULL deref on protocol error; Tavis Ormandy, Google Security Team
Markus Friedl
2006-09-19
Use S_IS* macros insted of masking with S_IF* flags. The latter may
Otto Moerbeek
2006-09-16
limit maximum work performed by the CRC compensation attack detector,
Damien Miller
2006-08-30
crank to 4.4
Damien Miller
2006-08-30
Fix regression where SSH2 banner is printed at loglevels ERROR and FATAL
Darren Tucker
2006-08-29
Work around a problem in Heimdal that occurs when KRB5CCNAME file is
Darren Tucker
2006-08-29
normalise some inconsistent (but harmless) NULL pointer checks
Damien Miller
2006-08-21
Add more detail about what permissions are and aren't accepted for
Darren Tucker
2006-08-21
Document HostbasedUsesNameFromPacketOnly. Corrections from jmc@, ok jmc@ djm@
Darren Tucker
2006-08-18
GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk
Damien Miller
2006-08-18
constify host argument to match the rest of the GSSAPI functions and
Damien Miller
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
[next]