summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2003-09-29GSSAPICleanupCreds -> GSSAPICleanupCredentialsMarkus Friedl
2003-09-29- add list of options to -o and .Xr ssh_config(5)Jason McIntyre
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
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
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
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
2003-09-18protect against double free; #660; zardoz at users.sf.netMarkus Friedl
2003-09-18missing {}; bug #656; jclonguet at free.frMarkus Friedl
2003-09-16more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDUMarkus Friedl
2003-09-16do not expand buffer before attempting to reallocate it; markus okTheo de Raadt
2003-09-02escape punctuation;Jason McIntyre
2003-09-02enter 3.7Markus Friedl
2003-09-01fix leakMarkus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-09-01rm whitespaceMarkus Friedl
2003-09-01rm gssapidelegatecreds alias; never supported beforeMarkus Friedl
2003-09-01gss kex is not supported; sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31whitspace KNFMarkus Friedl
2003-08-31correct string termination in parse_ename(); sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31do write to buf[-1]Markus Friedl
2003-08-31pass file_size + 1 to snprintf: fixes printing of truncatedMarkus Friedl
2003-08-29be less chatty; debug -> debug2, cleanup; ok henning@Markus Friedl
2003-08-29SSH_BUG_K5USER is unused; ok henning@Markus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
2003-08-28don't like libgss/krb5 twice, fixes non-KERBEROS builds; pmbas@samhaim.orgMarkus Friedl
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-08-25fprintf->logit to silence login banner with "ssh -q"; ok markus@Damien Miller
2003-08-25fix div by zero when listing for filename lengths longer than width.Federico G. Schwindt
2003-08-24re-organize Makefiles so that static builds actually workTheo de Raadt
2003-08-2464 bit cleanups; markus okTheo de Raadt
2003-08-22add Simon WilkinsonMarkus Friedl
2003-08-22nuke "kerberos-2@ssh.com"Markus Friedl
2003-08-22remove support for "kerberos-2@ssh.com"Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-08-14exit after primetest, ok djm@Markus Friedl
2003-08-13socks4->socks, since with support both 4 and 5; dtucker@zip.com.auMarkus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-08-13use more portable tcsendbreak(3) and ignore break_length;Markus Friedl