]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ssh.c
New function ltime() returns a struct tm of the current local time.
[PuTTY.git] / ssh.c
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...
2004-08-03 Jacob NevinsWhen using remote forwarding with SSH-1, you'd get...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-06-15 Simon Tatham`Authenticating with key' message when using a local...
2004-06-03 Jacob NevinsSpotted by Dimitry Andric: `ssh-termspeed' implementati...
2004-04-24 Jacob NevinsIn SSH, we now send terminal speeds to the server when...
2004-01-21 Simon TathamTwo small memory leaks, also noticed by Martin Prikryl.
2004-01-21 Simon TathamMartin Prikryl points out that need_pw may be used...
2004-01-18 Simon TathamMemory management fixes. Fixed a segfault in SSH1 compr...
2004-01-01 Simon TathamJoe Yates's memory leak patch was overenthusiastically...
2003-12-19 Simon TathamJoe Yates's memory leak patches.
2003-11-22 Simon TathamTrivial braino in parsing of the port forwarding config...
2003-08-29 Jacob NevinsWork towards wish `keyfile-diagnostic'. Many sshpubk...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-07-12 Jacob NevinsAdd SSH-1 password camouflage bug detection for version...
2003-06-26 Simon TathamFix a segfault (non-security-critical - null dereferenc...
2003-06-14 Ben HarrisFix a couple of memory leaks pointed out by Adam Bernstein.
2003-05-24 Jacob NevinsAdd exceptions for "VShell" to the ssh.com bug compatib...
2003-05-13 Simon TathamRename crc32() to crc32_compute(), to avoid clashing...
2003-05-10 Ben HarrisMake ssh_agent_callback() and ssh_agentf_callback() static.
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-05-04 Simon TathamColin's and my fixes to connection_fatal().
2003-04-28 Simon TathamFirst half of `pageant-async' work. agent_query() is...
2003-04-25 Simon TathamThe new ssh_do_close() function itself causes a segfaul...
2003-04-25 Simon TathamRobustness in the face of sudden connection closures...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-18 Simon TathamOops; we _do_ need to set dport even when doing dynamic...
2003-04-18 Simon TathamFix obvious foulup in X forwarding: my recent `how...
2003-04-09 Simon TathamRemote-to-local port forwarding in SSH2 was apparently...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-03-31 Simon TathamMake sure the socket is closed properly in the various...
2003-03-31 Simon TathamAhem; fix `bombout' so it passes the correct frontend...
2003-03-29 Ben HarrisIn a couple of places, snewn() was being asked for...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-14 Simon TathamWhile I'm adding explanatory comments by the coroutine...
2003-03-03 Simon TathamI've been meaning to get round to this for _ages_:...
2003-02-28 Simon TathamIn merging the username and password input functions...
2003-02-23 Ben HarrisWork around an SC bug that causes it to try to use...
2003-02-18 Jacob NevinsFix `ssh2.0.11-keyderive-nonbug' on the strength of...
2003-02-04 Simon TathamAdd another bug workaround, this one for old OpenSSH...
2003-02-04 Simon TathamFurther fallout from the introduction of the Filename...
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
next