summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2007-01-10do not use a list for SYNOPSIS;Jason McIntyre
2007-01-03spacesKevin Steves
2007-01-03ARGSUSED for lintKevin Steves
2007-01-03spacesKevin Steves
2007-01-03remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scanKevin Steves
2007-01-02do not use lists for SYNOPSIS;Jason McIntyre
2006-12-14Make "PermitOpen all" first-match within a block to match the way otherDarren Tucker
2006-12-13Make PermitOpen work with multiple values like the man pages says. bz #1267Darren Tucker
2006-12-12bz #1019: some ssh.com versions apparently can't cope with the remote portDamien Miller
2006-12-11add rfc 4716 (public key format); ok jmcMarkus Friedl
2006-11-23Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-11-14use argc and argv not some made up short formTheo de Raadt
2006-11-07BN_hex2bn returns int; from dtucker@Markus Friedl
2006-11-07correctly check for bad signatures in the monitor, otherwise the monitor andMarkus Friedl
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-10-31check DH_compute_key() for -1 even if it should not happen because ofMarkus Friedl
2006-10-28correct/expand example of usage of -w; ok jmc@ stevesk@Otto Moerbeek
2006-10-22cancel progress meter when upload write fails; ok deraadt@Damien Miller
2006-10-11exit instead of doing a blocking tcp send if we detect a client/server timeout,Markus Friedl
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl
2006-10-09xmalloc -> xcalloc that was missed previously, from portableDamien Miller
2006-10-06sys/resource.h needs sys/time.h; prompted by brad@Damien Miller
2006-09-30Clear errno before calling the strtol functions.Ray Lai
2006-09-25Change "a SSH" to "an SSH". Hurray, I'm not the only one whoRay Lai
2006-09-19client NULL deref on protocol error; Tavis Ormandy, Google Security TeamMarkus Friedl
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-09-16limit maximum work performed by the CRC compensation attack detector,Damien Miller
2006-08-30crank to 4.4Damien Miller
2006-08-30Fix regression where SSH2 banner is printed at loglevels ERROR and FATALDarren Tucker
2006-08-29Work around a problem in Heimdal that occurs when KRB5CCNAME file isDarren Tucker
2006-08-29normalise some inconsistent (but harmless) NULL pointer checksDamien Miller
2006-08-21Add more detail about what permissions are and aren't accepted forDarren Tucker
2006-08-21Document HostbasedUsesNameFromPacketOnly. Corrections from jmc@, ok jmc@ djm@Darren Tucker
2006-08-18GSSAPI error code should be 0 and not -1; from simon@sxw.org.ukDamien Miller
2006-08-18constify host argument to match the rest of the GSSAPI functions andDamien Miller
2006-08-18bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.ukDamien Miller
2006-08-18reorder so prototypes are sorted by the files they refer to; noDamien Miller
2006-08-18delay authentication related cleanups until we're authenticated andMarkus Friedl
2006-08-18make signal handler termination path shorter; risky code pointed out byTheo de Raadt
2006-08-16factor inetd connection, TCP listen and main TCP accept loop out of main()Damien Miller
2006-08-14Add ability to match groups to Match keyword in sshd_config. Feedback djm@,Darren Tucker
2006-08-12Revert previous include file ordering change, for ssh to compile under gcc2Miod Vallat
2006-08-06"zlib.h" can be <zlib.h>; ok djm@ markus@Kevin Steves
2006-08-05Typo in commentDarren Tucker
2006-08-05Zap unused variables in -DSKEY code. ok djm@Darren Tucker
2006-08-05Add headers required to build with -DSKEY. ok djm@Darren Tucker
2006-08-05Add headers required to build with KERBEROS5=no. ok djm@Darren Tucker
2006-08-04spacesKevin Steves
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01clean extra spacesKevin Steves