Age | Commit message (Expand) | Author |
2003-09-29 | GSSAPICleanupCreds -> GSSAPICleanupCredentials | Markus Friedl |
2003-09-29 | - add list of options to -o and .Xr ssh_config(5) | Jason McIntyre |
2003-09-26 | no need to set the listen sockets to non-block; ok deraadt@ | Markus Friedl |
2003-09-23 | move client only agent code to clientloop.c | Markus Friedl |
2003-09-23 | don't print trailing \0; bug #709; Robert.Dahlem@siemens.com | Markus Friedl |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-19 | remove fatal callbacks from client code; ok deraadt | Markus Friedl |
2003-09-19 | error handling for remote-remote copy; #638; report Harald Koenig; | Markus Friedl |
2003-09-19 | do not call packet_close on fatal; ok deraadt | Markus Friedl |
2003-09-19 | do not call channel_free_all on fatal; ok deraadt | Markus Friedl |
2003-09-19 | avoid fatal_cleanup, just call exit(); ok deraadt | Markus Friedl |
2003-09-19 | provide a ssh-agent specific fatal() function; ok deraadt | Markus Friedl |
2003-09-19 | sign fix in buffer_dump; Jedi/Sector One; pr 3473 | Markus Friedl |
2003-09-19 | buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 | Markus Friedl |
2003-09-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-09-18 | missing buffer_free(&encrypted); #662; zardoz at users.sf.net | Markus Friedl |
2003-09-18 | protect against double free; #660; zardoz at users.sf.net | Markus Friedl |
2003-09-18 | missing {}; bug #656; jclonguet at free.fr | Markus Friedl |
2003-09-16 | more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU | Markus Friedl |
2003-09-16 | do not expand buffer before attempting to reallocate it; markus ok | Theo de Raadt |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-09-02 | enter 3.7 | Markus Friedl |
2003-09-01 | fix leak | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-09-01 | rm whitespace | Markus Friedl |
2003-09-01 | rm gssapidelegatecreds alias; never supported before | Markus Friedl |
2003-09-01 | gss kex is not supported; sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-31 | whitspace KNF | Markus Friedl |
2003-08-31 | correct string termination in parse_ename(); sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-31 | call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-31 | do write to buf[-1] | Markus Friedl |
2003-08-31 | pass file_size + 1 to snprintf: fixes printing of truncated | Markus Friedl |
2003-08-29 | be less chatty; debug -> debug2, cleanup; ok henning@ | Markus Friedl |
2003-08-29 | SSH_BUG_K5USER is unused; ok henning@ | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-28 | don't like libgss/krb5 twice, fixes non-KERBEROS builds; pmbas@samhaim.org | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-08-25 | fprintf->logit to silence login banner with "ssh -q"; ok markus@ | Damien Miller |
2003-08-25 | fix div by zero when listing for filename lengths longer than width. | Federico G. Schwindt |
2003-08-24 | re-organize Makefiles so that static builds actually work | Theo de Raadt |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt |
2003-08-22 | add Simon Wilkinson | Markus Friedl |
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | remove support for "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-14 | exit after primetest, ok djm@ | Markus Friedl |
2003-08-13 | socks4->socks, since with support both 4 and 5; dtucker@zip.com.au | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-08-13 | use more portable tcsendbreak(3) and ignore break_length; | Markus Friedl |