summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-08-02replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parserMarkus Friedl
2002-08-02diff is u_int (2x); ok deraadt/provosMarkus Friedl
2002-08-02note that .ssh/environment is only read whenMarco S Hyman
2002-08-02Change mm_zalloc() sanity checks to be more in line with whatTodd C. Miller
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...Markus Friedl
2002-07-29print file:lineMarkus Friedl
2002-07-25FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.mouring
2002-07-24print out all known keys for a host if we get a unknown host key,Markus Friedl
2002-07-23utmp_len is unsigned; display error consistent with other options.Kevin Steves
2002-07-22u_int here; ok provos@Kevin Steves
2002-07-22fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;Markus Friedl
2002-07-21remove invalid commentKevin Steves
2002-07-21unneeded includesKevin Steves
2002-07-21extern char *optarg; for portableKevin Steves
2002-07-19display a warning from ssh when XAuthLocation does not exist or xauthKevin Steves
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
2002-07-15little more debugging; ok markus@Kevin Steves
2002-07-12EVP_CIPH_CUSTOM_IV for our own rijndaelMarkus Friedl
2002-07-12print connect failure during debugging mode.Jun-ichiro itojun Hagino
2002-07-10use right sizeof in memcpy; markus okTheo de Raadt
2002-07-10bark if all connection attempt fails.Jun-ichiro itojun Hagino
2002-07-09clarify no preference ordering in protocol list; ok markus@Kevin Steves
2002-07-09ed static function (less warnings)Jun-ichiro itojun Hagino
2002-07-09silently try next address on connect(2). markus okJun-ichiro itojun Hagino
2002-07-09suppress log on reverse lookup failiure, as there's no real value in doing so.Jun-ichiro itojun Hagino
2002-07-06unused variableKevin Steves
2002-07-06KNF, realloc fix, and clean usageTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-04don't allocate, copy, and discard if there is not interested in the data; ok ...Markus Friedl
2002-07-04blah blah minor nothing as i read and re-read and re-read...Theo de Raadt
2002-07-04patch memory leaks; grendel@zeitbombe.orgTheo de Raadt
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
2002-07-03use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)Markus Friedl
2002-07-01for compression=yes, we fallback to no-compression if the server doesMarkus Friedl
2002-07-01%uTheo de Raadt
2002-07-01disable ssh-keysign for now (no sbit); netbsd via itojunMarkus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-30lint asks that we use names that do not overlapTheo de Raadt
2002-06-28gidset[2] -> gidset[1]; markus okTheo de Raadt
2002-06-28range check -u option at invocationTheo de Raadt
2002-06-28use ssize_tTheo de Raadt
2002-06-28tree(3) wants an int return value for its compare functions andTodd C. Miller
2002-06-27use convtime(); ok markus@Kevin Steves
2002-06-27use xfree()Theo de Raadt
2002-06-27improve mm_zalloc check; markus okTheo de Raadt
2002-06-27more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@Markus Friedl
2002-06-26bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.eduMarkus Friedl
2002-06-26more %uTheo de Raadt
2002-06-26fix exit code for -X/-xMarkus Friedl
2002-06-26use ssize_t for recvmsg() and sendmsg() returnTheo de Raadt