New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / ssh.c
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-11-24 simonRe-architected the top level of the SSH protocol handlers.
2004-11-24 simonNow that Packet structures are dynamically allocated...
2004-11-24 simonMinor refactoring: the fields `pktin' and `pktout'...
2004-11-20 jacobXXX comment in the logic which sends failed password...
2004-11-20 jacobAs a result of the policy allowing changes of username...
2004-11-19 jacobRemove FLAG_INTERACTIVE test from "login as:" prompt...
2004-11-01 jacobArgh, I messed up SSH1 remote tunnels too (same mistake).
2004-11-01 jacobAhem, let's not try initialising a static with a non...
2004-11-01 jacobArgh. Failure to make a variable static to get round...
2004-10-28 jacobMalcolm Rowe spotted that we broke display of SSH2_MSG_...
2004-10-22 simonBetter bounds checking in the exit-signal handler.
2004-10-22 simonWe ought to be using the ssh_pkt_* routines for the...
2004-10-18 jacobAdd support for logging "exit-signal", why not.
2004-10-17 jacobSupport the SSH-2 mechanism for sending signals to...
2004-10-17 jacobWe shouldn't offer the Break special when we don't...
2004-10-16 simonMoved the environment variables config block out of...
2004-10-13 simonImplement part of `ssh2-generality': introduce the...
2004-10-02 jacob`ssh-log-pw-blank': known password fields are now omitt...
2004-09-29 jacobMention the negotiated SSH-2 MAC algorithm(s) in the...
2004-09-29 simonReport details in Event Log when receiving SSH2_MSG_CHA...
2004-09-21 jacobAdd `OSU_1.5alpha4' to BUG_CHOKES_ON_SSH1_IGNORE; this...
2004-09-03 jacobImproved diagnostics in port-forwarding: we now log...
2004-09-03 jacobIn SSH-2, list each compression algorithm only once...
2004-08-28 simonMore sensible error handling when we receive an SSH1...
2004-08-17 jacobSomeone complained that their keyboard-interactive...
2004-08-14 simonssh_free() should not call log_free(); it's for the...
2004-08-13 jacobExtra logging in SSH-2 port-forwarding. Most obviously...
2004-08-03 jacobWhen using remote forwarding with SSH-1, you'd get...
2004-08-01 simonMerged SSH1 robustness changes from 0.55 release branch...
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-06-15 simon`Authenticating with key' message when using a local...
2004-06-03 jacobSpotted by Dimitry Andric: `ssh-termspeed' implementati...
2004-04-24 jacobIn SSH, we now send terminal speeds to the server when...
2004-01-21 simonTwo small memory leaks, also noticed by Martin Prikryl.
2004-01-21 simonMartin Prikryl points out that need_pw may be used...
2004-01-18 simonMemory management fixes. Fixed a segfault in SSH1 compr...
2004-01-01 simonJoe Yates's memory leak patch was overenthusiastically...
2003-12-19 simonJoe Yates's memory leak patches.
2003-11-22 simonTrivial braino in parsing of the port forwarding config...
2003-08-29 jacobWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-08-07 jacobControl of 'addr' is now handed over to {platform_...
2003-07-12 jacobAdd SSH-1 password camouflage bug detection for version...
2003-06-26 simonFix a segfault (non-security-critical - null dereferenc...
2003-06-14 benFix a couple of memory leaks pointed out by Adam Bernstein.
2003-05-24 jacobAdd exceptions for "VShell" to the ssh.com bug compatib...
2003-05-13 simonRename crc32() to crc32_compute(), to avoid clashing...
2003-05-10 benMake ssh_agent_callback() and ssh_agentf_callback(...
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 simonColin's and my fixes to connection_fatal().
2003-04-28 simonFirst half of `pageant-async' work. agent_query() is...
2003-04-25 simonThe new ssh_do_close() function itself causes a segfaul...
2003-04-25 simonRobustness in the face of sudden connection closures...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-18 simonOops; we _do_ need to set dport even when doing dynamic...
2003-04-18 simonFix obvious foulup in X forwarding: my recent `how...
2003-04-09 simonRemote-to-local port forwarding in SSH2 was apparently...
2003-04-05 simonDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-03-31 simonMake sure the socket is closed properly in the various...
2003-03-31 simonAhem; fix `bombout' so it passes the correct frontend...
2003-03-29 benIn a couple of places, snewn() was being asked for...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-14 simonWhile I'm adding explanatory comments by the coroutine...
2003-03-03 simonI've been meaning to get round to this for _ages_:...
2003-02-28 simonIn merging the username and password input functions...
2003-02-23 benWork around an SC bug that causes it to try to use...
2003-02-18 jacobFix `ssh2.0.11-keyderive-nonbug' on the strength of...
2003-02-04 simonAdd another bug workaround, this one for old OpenSSH...
2003-02-04 simonFurther fallout from the introduction of the Filename...
2003-02-01 simonOops, Ben is quite right about the rather appalling...
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-18 benRemove stray debugging code that got in with the last...
2003-01-18 benClear kex_ctx in a new session so we can safely free...
2003-01-15 benAdd the ability to close sessions. This adds *_free...
2003-01-12 simonproxy.c now no longer refers to `cfg'. Instead, each...
2003-01-12 simonThere's no real need for portfwd.c to reference `cfg...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-12 simonSupport for XDM-AUTHORIZATION-1 at the SSH server end...
2003-01-11 simonYet _another_ `received data for nonexistent channel...
2003-01-10 simonIntroduce framework for authenticating with the local...
2003-01-09 simonYikes! Forgot to zero the password after SSH2 PW authen...
2003-01-07 benUse '\012' as the end of the SSH banner line, not ...
2003-01-07 benInitialise the "protocol" field of a new ssh_tag to...
2003-01-05 benMake ssh1_pkt_type(), ssh2_pkt_type, logeventf(), setup...
2003-01-05 benMove x11fwd and portfwd prototypes from ssh.c into...
2003-01-05 benDeal with "possible unintended assignment" warnings.
2003-01-05 benAttack char * vs unsigned char * conversions. In most...
2003-01-02 simonPropagate the screen number from a local X display...
2002-12-19 simonMove the stderr output of event log messages in verbose...
2002-12-19 simonlogeventf() shouldn't throw stuff at stderr, since...
2002-12-18 simonSupport for doing DNS at the proxy end. I've invented...
2002-12-18 simonImplement `portfwd-loopback-choice'. Works on local...
2002-12-18 simonBUG_SSH2_DERIVEKEY is apparently only present in SSH...
2002-12-18 simonlogeventf()'s first argument is ssh, not ssh->frontend...
2002-12-08 jacobModify bug-compatibility checks to use wildcards. Shoul...
2002-11-20 simonInterchange two parameters in a printf, to prevent...
2002-11-07 simonRobustness fixes for KEXINIT handling and others. In...
2002-11-01 simonvalgrind has caught two more uninitialised elements...
next