]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
First crack at `terminal-modes' in SSH. PuTTY now sends ERASE by default,
[PuTTY.git] / ssh.c
2005-04-21 Jacob NevinsFirst crack at `terminal-modes' in SSH. PuTTY now sends...
2005-04-19 Jacob NevinsRemove "none" from the MACs we offer to support in...
2005-04-18 Jacob NevinsAdd ability to construct SSH-1 packets incrementally...
2005-04-14 Ben HarrisImplement my experimental arcfour modes. The 256-bit...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-03-30 Simon Tatham<1112163342.018492.101240@f14g2000cwb.googlegroups.com> on
2005-03-29 Simon TathamAfter we receive EOF on stdin, we should clear ssh...
2005-03-17 Simon TathamThe structural reorganisation of ssh.c (r4909) caused
2005-03-11 Jacob NevinsMake it clearer which protocol version various bugs...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2005-03-06 Jacob NevinsAdd notification when using the various auth methods...
2005-03-05 Simon TathamOver-enthusiastic assertions in the port forwarding...
2005-03-05 Simon TathamMake sure we do notify_remote_exit(ssh->frontend) _before_
2005-03-04 Jacob Nevinsrm some magic numbers in ssh_setup_portfwd()
2005-02-20 Jacob NevinsAnother failure to crStop(0) on user abort, this time...
2005-02-19 Simon TathamOops; missed out a crStop in the new host key verificat...
2005-02-18 Simon TathamA few more fixes in the new asynchronous-alert-box...
2005-02-17 Simon TathamAdjust the semantics of cfg.remote_cmd_ptr: it is now...
2005-02-17 Simon TathamAhem. Actually _checking_ that asynchronous askalg...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
2005-02-17 Jacob Nevinsssh_do_close() should close any listening sockets assoc...
2005-02-17 Jacob Nevinsssh_do_close() was only closing about half the channels...
2005-02-16 Jacob NevinsFix a minor valgrind issue in dynamic port-forwarding.
2005-02-15 Jacob NevinsThe terminal window can now indicate that PuTTY is...
2005-02-10 Jacob Nevinsssh_setup_portfwd() should usually be looking at the...
2005-02-10 Jacob NevinsSlightly gratuitous logeventf() crusade and purge of...
2005-01-26 Owen DunnMake a few things static
2005-01-22 Ben HarrisDon't abuse a remote channel number of (unsigned)(...
2005-01-22 Ben HarrisProbable support for first_kex_packet_follows in KEXINI...
2005-01-19 Ben HarrisWhile we're here, pad USERAUTH_INFO_RESPONSEs to 256...
2005-01-19 Ben HarrisMake the outgoing SSH2 sequence number unsigned, so...
2005-01-18 Owen DunnYes we do mean assignment. Bah.
2005-01-18 Owen Dunnssh_pkt_getstring wants a boring int rather than an...
2005-01-17 Owen DunnChange some function arguments to void * to placate...
2005-01-17 Ben HarrisIn SSH2, rather than sending an SSH_MSG_IGNORE after...
2005-01-16 Ben HarrisBe a little less enthusiastic about sending SSH_MSG_CHA...
2005-01-16 Simon TathamSupport for falling back through the list of addresses...
2005-01-16 Ben HarrisMake our SSH2 maximum packet size into a constant,...
2005-01-11 Simon TathamFix `disconnect': arrange that we keep track of when...
2005-01-11 Ben HarrisVersions of OpenSSH before 2.5.4 kill the connection...
2005-01-11 Simon TathamBah, I left a rogue event log entry lying around.
2005-01-11 Ben HarrisSun_SSH_1.0.1 also has BUG_SSH2_REKEY.
2005-01-11 Simon TathamServers announcing themselves as `Sun_SSH_1.0' apparent...
2005-01-08 Simon TathamClear the kex-specific context in ssh->pkt_ctx for...
2005-01-07 Jacob NevinsSimon points out that r5068 broke keyboard-interactive...
2005-01-07 Simon TathamUse sk_set_frozen() to ensure that no data will be...
2005-01-06 Jacob NevinsAdd an explicit message about lack of support for PASSW...
2005-01-06 Jacob Nevins`kbdint-failure': we now offer keyboard-interactive...
2004-12-31 Simon TathamAllow reconfiguration of compression and cipher settings in
2004-12-30 Simon TathamReinstate the textual service name in port forwarding...
2004-12-30 Simon TathamJacob points out that when we reconfigure port forwardi...
2004-12-30 Simon TathamIntegrate unfix.org's IPv6 patches up to level 10,...
2004-12-30 Simon TathamStray // comments.
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-28 Simon TathamThe latest unfix.org IPv6 patch contains these apparently
2004-12-28 Simon TathamForgot to initialise ssh->portfwds to NULL. Unusually...
2004-12-28 Simon TathamSupport reconfiguration of key exchange in mid-session...
2004-12-28 Simon TathamSSH port forwarding is now configurable in mid-session...
2004-12-28 Simon TathamAbstracted out the rather large port-forwarding setup...
2004-12-24 Jacob NevinsBasic configurability for client-initiated rekeys.
2004-12-24 Jacob NevinsDon't offer repeat key exchange as a special command...
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-12-22 Simon TathamSupport diffie-hellman-group14-sha1 group exchange...
2004-12-16 Simon TathamFix obviously stupid segfault. Ahem.
2004-12-02 Jacob NevinsNULL a couple of members after freeing them in ssh_free...
2004-12-01 Simon TathamBah. Ben points out that SSH_1_ version strings should...
2004-12-01 Simon TathamAnd now I look at it, the latest draft also says versio...
2004-12-01 Simon TathamKimmo Parviainen points out that SSH software version...
2004-11-29 Jacob Nevinstypo in comment
2004-11-27 Simon TathamLoose end from timing shakeup: sshrand.c is now a client of
2004-11-27 Simon TathamAlmost _all_ of the final connection-layer loop, in...
2004-11-27 Simon TathamImplement client-initiated rekeys after an hour, or...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-11-24 Simon TathamRe-architected the top level of the SSH protocol handlers.
2004-11-24 Simon TathamNow that Packet structures are dynamically allocated...
2004-11-24 Simon TathamMinor refactoring: the fields `pktin' and `pktout'...
2004-11-20 Jacob NevinsXXX comment in the logic which sends failed password...
2004-11-20 Jacob NevinsAs a result of the policy allowing changes of username...
2004-11-19 Jacob NevinsRemove FLAG_INTERACTIVE test from "login as:" prompt...
2004-11-01 Jacob NevinsArgh, I messed up SSH1 remote tunnels too (same mistake).
2004-11-01 Jacob NevinsAhem, let's not try initialising a static with a non...
2004-11-01 Jacob NevinsArgh. Failure to make a variable static to get round...
2004-10-28 Jacob NevinsMalcolm Rowe spotted that we broke display of SSH2_MSG_...
2004-10-22 Simon TathamBetter bounds checking in the exit-signal handler.
2004-10-22 Simon TathamWe ought to be using the ssh_pkt_* routines for the...
2004-10-18 Jacob NevinsAdd support for logging "exit-signal", why not.
2004-10-17 Jacob NevinsSupport the SSH-2 mechanism for sending signals to...
2004-10-17 Jacob NevinsWe shouldn't offer the Break special when we don't...
2004-10-16 Simon TathamMoved the environment variables config block out of...
2004-10-13 Simon TathamImplement part of `ssh2-generality': introduce the...
2004-10-02 Jacob Nevins`ssh-log-pw-blank': known password fields are now omitt...
2004-09-29 Jacob NevinsMention the negotiated SSH-2 MAC algorithm(s) in the...
2004-09-29 Simon TathamReport details in Event Log when receiving SSH2_MSG_CHA...
2004-09-21 Jacob NevinsAdd `OSU_1.5alpha4' to BUG_CHOKES_ON_SSH1_IGNORE; this...
2004-09-03 Jacob NevinsImproved diagnostics in port-forwarding: we now log...
2004-09-03 Jacob NevinsIn SSH-2, list each compression algorithm only once...
2004-08-28 Simon TathamMore sensible error handling when we receive an SSH1...
2004-08-17 Jacob NevinsSomeone complained that their keyboard-interactive...
2004-08-14 Simon Tathamssh_free() should not call log_free(); it's for the...
2004-08-13 Jacob NevinsExtra logging in SSH-2 port-forwarding. Most obviously...
next