summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2003-11-17replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.Markus Friedl
2003-11-17return error on msg send/receive failure (rather than fatal); ok markus@Damien Miller
2003-11-14cleanup and minor fixes for the client code; from Simon WilkinsonMarkus Friedl
2003-11-12make verb agree with subject, and kill some whitespace;Jason McIntyre
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-11-12When called with -q, pass -q to ssh; suppresses SSH2 banner. ok markus@Darren Tucker
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-11-08remove unused variable (pw). ok djm@Jakob Schlyter
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
check authctxt->valid rather then pw != NULL; ok markus@
2003-11-03do not free static type pointer in warn_changed_key()Jakob Schlyter
2003-11-03move changed key warning into warn_changed_key(). ok markus@Jakob Schlyter
2003-11-03make this a little more idiot-proof; ok markus@Damien Miller
2003-11-02remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.ukMarkus Friedl
2003-10-28error->debug for getsockopt+TCP_NODELAY; several requestsMarkus Friedl
2003-10-26rename 'supported' static var in userauth_gssapi() to 'gss_supported'Anil Madhavapeddy
to avoid shadowing the global version. markus@ ok
2003-10-21make sure the doid is larger than 2Markus Friedl
2003-10-15check pmonitor != NULLMarkus Friedl
2003-10-1410X for mkdtemp; djm@Markus Friedl
2003-10-14updateJakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-10-13don't refer to options related to forwarding; ok jmc@Markus Friedl
2003-10-12note that EnableSSHKeySign should be in the non-hostspecific section;Jason McIntyre
remove unnecessary .Pp; ok markus@
2003-10-11return NULL for missing banner; ok djm@Markus Friedl
2003-10-11search keys in reverse order; fixes #684Markus Friedl
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl
untrusted cookies; ForwardX11Trusted=yes restores old behaviour. ok deraadt; feedback and ok djm/fries
2003-10-08default GSS API to no in client, too; ok jakob, deraadt@Markus Friedl
2003-10-08scp and sftp: add options list and sort options. options list requestedJason McIntyre
by deraadt@ sshd: use same format as ssh ssh: remove wrong option from list sftp-server: Subsystem is documented in ssh_config(5), not sshd(8) ok deraadt@ markus@
2003-10-07set ptr to NULL after freeTheo de Raadt
2003-10-07sftp quoting fix from admorten AT umich.edu; ok markus@Damien Miller
2003-10-07Don't use logit for banner, since it truncates to MSGBUFSIZ; bz #668 & #707.Darren Tucker
ok markus@
2003-10-02print openssl version, too, several requests; ok henning/djm.Markus Friedl
2003-10-02missing $OpenBSD:; dtuckerMarkus Friedl
2003-09-29GSSAPICleanupCreds -> GSSAPICleanupCredentialsMarkus Friedl
2003-09-29- add list of options to -o and .Xr ssh_config(5)Jason McIntyre
- some other cleanup requested by deraadt@; ok deraadt@ markus@
2003-09-26no need to set the listen sockets to non-block; ok deraadt@Markus Friedl
2003-09-23move client only agent code to clientloop.cMarkus Friedl
2003-09-23don't print trailing \0; bug #709; Robert.Dahlem@siemens.comMarkus Friedl
ok millert/deraadt@
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
2003-09-19remove fatal callbacks from client code; ok deraadtMarkus Friedl
2003-09-19error handling for remote-remote copy; #638; report Harald Koenig;Markus Friedl
ok millert, fgs, henning, deraadt
2003-09-19do not call packet_close on fatal; ok deraadtMarkus Friedl
2003-09-19do not call channel_free_all on fatal; ok deraadtMarkus Friedl
2003-09-19avoid fatal_cleanup, just call exit(); ok deraadtMarkus Friedl
2003-09-19provide a ssh-agent specific fatal() function; ok deraadtMarkus Friedl
2003-09-19sign fix in buffer_dump; Jedi/Sector One; pr 3473Markus Friedl
2003-09-19buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471Markus Friedl
2003-09-18A few signedness fixes for harmless situations; markus@ okMiod Vallat
2003-09-18more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@Markus Friedl
2003-09-18missing buffer_free(&encrypted); #662; zardoz at users.sf.netMarkus Friedl