~vcs-imports/putty/master

  • Committer: Simon Tatham
  • Date: 2019-04-20 08:56:16 UTC
  • Revision ID: git-v1:65b3c93a8ec0e916cbf57b9bc824dde5b6b535ef
Uppity: free the packet protocol layers on exit.

This bug and the one in the previous commit combined to mean that when
an SSH-1 connection through Uppity is terminated, the pty backend for
its main session channel was never cleaned up. (Firstly because
ssh1_connection_free never got called, and secondly because that in
turn forgot to free its mainchan.)

The effect of that in turn was that a _subsequent_ connection to the
same Uppity (using the new listening-socket mode) would likely reuse
the same fd for its pty, and the insertions into the ptyfds tree in
uxpty.c would silently fail because an existing Pty was already
occupying them, leading to a segfault when that Pty in turn responded
to events on a pty it didn't really own and tried to call back to a
seat that didn't exist any more.
Filename Latest Rev Last Changed Committer Comment Size
..
charset 1332 21 years ago Simon Tatham First draft of Unicode support in pterm. It's pret Diff
contrib 940 22 years ago Jacob Nevins Grotty script to sanity-check the accelerator keys Diff
doc 403 23 years ago Simon Tatham Initial checkin of an outline for the PuTTY user m Diff
icons 2893 17 years ago Simon Tatham Shiny new script which constructs the various icon Diff
test 5117 5 years ago Simon Tatham Rename the 'testdata' subdirectory to 'test'. I'm Diff
unix 1055 21 years ago Simon Tatham Begin destabilisation in the wake of 0.53! This ch Diff
windows 2219 19 years ago Simon Tatham Now that we have Subversion's file renaming abilit Diff
.gitignore 5261 5 years ago Simon Tatham New utility object, StripCtrlChars. This is for s 1.8 KB Diff Download File
agentf.c 5234 5 years ago Simon Tatham Make lots of 'int' length fields into size_t. Thi 7.1 KB Diff Download File
aqsync.c 4727 6 years ago Simon Tatham Build outgoing SSH agent requests in a strbuf. Th 535 bytes Diff Download File
be_all.c 4922 5 years ago Simon Tatham Name vtable structure types more consistently. No 807 bytes Diff Download File
be_all_s.c 4922 5 years ago Simon Tatham Name vtable structure types more consistently. No 853 bytes Diff Download File
be_misc.c 5288 5 years ago Simon Tatham log_proxy_stderr: limit the length of Event Log li 4.5 KB Diff Download File
be_none.c 4922 5 years ago Simon Tatham Name vtable structure types more consistently. No 200 bytes Diff Download File
be_nos_s.c 5193 5 years ago Simon Tatham Label random-noise sources with an enum of ids. T 566 bytes Diff Download File
be_nossh.c 5193 5 years ago Simon Tatham Label random-noise sources with an enum of ids. T 545 bytes Diff Download File
be_ssh.c 4922 5 years ago Simon Tatham Name vtable structure types more consistently. No 426 bytes Diff Download File
Buildscr 5354 5 years ago Jacob Nevins Remove all trace of the Inno Setup installer. (Ho 17.9 KB Diff Download File
Buildscr.cv 4254 8 years ago Jacob Nevins Rename Makefile.cyg to Makefile.mgw. It's really 1.2 KB Diff Download File
callback.c 5025 5 years ago Simon Tatham Convert a lot of 'int' variables to 'bool'. My no 3.1 KB Diff Download File
cgtest.c 4216 8 years ago Simon Tatham cmdgen: rescue test suite from bit rot. cmdgen.c 109 bytes Diff Download File
CHECKLST.txt 5354 5 years ago Jacob Nevins Remove all trace of the Inno Setup installer. (Ho 8.9 KB Diff Download File
cmdgen.c 5382 5 years ago Simon Tatham cgtest: update OpenSSH fingerprinting mechanism. 44.5 KB Diff Download File
cmdline.c 5327 5 years ago Simon Tatham Switch to using poll(2) in place of select(2). I' 28.5 KB Diff Download File
conf.c 5025 5 years ago Simon Tatham Convert a lot of 'int' variables to 'bool'. My no 14.3 KB Diff Download File
config.c 5438 5 years ago Jacob Nevins Cosmetic rearrangement of Terminal/Features panel. 94.9 KB Diff Download File
configure.ac 5392 5 years ago Simon Tatham Counterbodge a bodgy warning from 'aclocal'. For 7.9 KB Diff Download File
cproxy.c 5182 5 years ago Simon Tatham Centralised HMAC implementation. This replaces al 5 KB Diff Download File
defs.h 5397 5 years ago Simon Tatham Start of an SSH-server-specific config structure. 5.9 KB Diff Download File
dialog.c 5285 5 years ago Simon Tatham New array-growing macros: sgrowarray and sgrowarra 13.6 KB Diff Download File
dialog.h 5285 5 years ago Simon Tatham New array-growing macros: sgrowarray and sgrowarra 23.9 KB Diff Download File
ecc.c 5245 5 years ago Simon Tatham ecc.[ch]: add elliptic-curve point_copy_into funct 35.2 KB Diff Download File
ecc.h 5245 5 years ago Simon Tatham ecc.[ch]: add elliptic-curve point_copy_into funct 9.4 KB Diff Download File
errsock.c 4977 5 years ago Simon Tatham Improve sk_peer_info. Previously, it returned a h 1.4 KB Diff Download File
fuzzterm.c 5339 5 years ago Simon Tatham Add a TermWin method to draw a 'trust sigil'. Thi 7.3 KB Diff Download File
import.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 66.1 KB Diff Download File
LATEST.VER 5345 5 years ago Simon Tatham Update version number for 0.71 release. 5 bytes Diff Download File
ldisc.c 5285 5 years ago Simon Tatham New array-growing macros: sgrowarray and sgrowarra 10.2 KB Diff Download File
ldisc.h 5285 5 years ago Simon Tatham New array-growing macros: sgrowarray and sgrowarra 593 bytes Diff Download File
ldiscucs.c 5297 5 years ago Simon Tatham Factor out encode_utf8 from luni_send into utils.c 1.8 KB Diff Download File
LICENCE 5087 5 years ago Jacob Nevins It's a new year. 1.4 KB Diff Download File
licence.pl 4130 8 years ago Simon Tatham Autogenerate licence text in doc subdir from LICEN 2.7 KB Diff Download File
logging.c 5279 5 years ago Simon Tatham Replace more ad-hoc growing char buffers with strb 13.2 KB Diff Download File
mainchan.c 5451 5 years ago Simon Tatham mainchan.c: rewrite handling of open-failure abort 16.3 KB Diff Download File
marshal.c 5259 5 years ago Simon Tatham Add BinarySink wrappers on existing forms of outpu 5.5 KB Diff Download File
marshal.h 5259 5 years ago Simon Tatham Add BinarySink wrappers on existing forms of outpu 13.3 KB Diff Download File
memory.c 5290 5 years ago Simon Tatham Extra-secure versions of sgrowarray and strbuf. T 2.5 KB Diff Download File
minibidi.c 5340 5 years ago Simon Tatham Add a per-line 'trusted' status in Terminal. This 57.8 KB Diff Download File
misc.c 5368 5 years ago Simon Tatham Translate more _MSC_VER values in build info. Tha 11.8 KB Diff Download File
misc.h 5424 5 years ago Simon Tatham Add casts to silence VS warnings in GET_32BIT et a 14.1 KB Diff Download File
miscucs.c 3909 8 years ago Simon Tatham New centralised helper function dup_mb_to_wc(). P 745 bytes Diff Download File
File mkauto.sh 3701 10 years ago Simon Tatham Move the Unix configure script up to the top level 371 bytes Diff Download File
File mkfiles.pl 5261 5 years ago Simon Tatham New utility object, StripCtrlChars. This is for s 81.4 KB Diff Download File
File mksrcarc.sh 5354 5 years ago Jacob Nevins Remove all trace of the Inno Setup installer. (Ho 1 KB Diff Download File
File mkunxarc.sh 3742 9 years ago Simon Tatham Turn mkunxarc.sh back into an ordinary sh script. 1.1 KB Diff Download File
mpint.c 5270 5 years ago Simon Tatham New mpint function mp_get_integer(). If you have 78.8 KB Diff Download File
mpint.h 5270 5 years ago Simon Tatham New mpint function mp_get_integer(). If you have 15.7 KB Diff Download File
mpint_i.h 5249 5 years ago Simon Tatham Stop falling back to 16-bit BignumInt on VS Arm bu 12.8 KB Diff Download File
network.h 5423 5 years ago Simon Tatham Remove spurious 'return' in void method wrappers. 11.2 KB Diff Download File
nocmdline.c 5098 5 years ago Simon Tatham Replace assert(false) with an unreachable() macro. 1.3 KB Diff Download File
nocproxy.c 4924 5 years ago Simon Tatham Get rid of #ifdef DEFINE_PLUG_METHOD_MACROS. I do 838 bytes Diff Download File
nogss.c 3310 12 years ago Simon Tatham Rewrite gprefs() in settings.c so that its input m 324 bytes Diff Download File
noprint.c 5235 5 years ago Simon Tatham Make bufchain_prefix return a ptrlen. Now that al 625 bytes Diff Download File
noshare.c 4920 5 years ago Simon Tatham Get rid of lots of implicit pointer types. All th 584 bytes Diff Download File
noterm.c 3631 10 years ago Simon Tatham Make calling term_nopaste() a cross-platform featu 176 bytes Diff Download File
notiming.c 3488 11 years ago Ben Harris Two related changes to timing code: First, make a 593 bytes Diff Download File
nullplug.c 5234 5 years ago Simon Tatham Make lots of 'int' length fields into size_t. Thi 1 KB Diff Download File
pageant.c 5282 5 years ago Simon Tatham Remove duplicate coroutine macros. pageant.c and 42 KB Diff Download File
pageant.h 5127 5 years ago Simon Tatham Remove a lot of pointless 'struct' keywords. This 5.5 KB Diff Download File
pgssapi.c 4647 6 years ago Simon Tatham Fix a missing } in a GSSAPI-related comment. 4.5 KB Diff Download File
pgssapi.h 5021 5 years ago Simon Tatham Adopt C99 <stdint.h> integer types. The annoying 13.1 KB Diff Download File
pinger.c 5025 5 years ago Simon Tatham Convert a lot of 'int' variables to 'bool'. My no 1.6 KB Diff Download File
portfwd.c 5383 5 years ago Simon Tatham portfwdmgr_config: null out pointers we're destroy 35 KB Diff Download File
pproxy.c 4920 5 years ago Simon Tatham Get rid of lots of implicit pointer types. All th 487 bytes Diff Download File
proxy.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 43.8 KB Diff Download File
proxy.h 5232 5 years ago Simon Tatham Remove ProxySocket's sent_bufsize field. I just s 2.9 KB Diff Download File
pscp.c 5370 5 years ago Jacob Nevins Fix double space in '-unsafe' message. 60.8 KB Diff Download File
psftp.c 5341 5 years ago Simon Tatham Seat method to set the current trust status. In t 74.8 KB Diff Download File
psftp.h 5076 5 years ago Simon Tatham pscp: replace crash with diagnostic on opendir fai 7 KB Diff Download File
putty.h 5435 5 years ago Jacob Nevins Remove outdated comment. 85.3 KB Diff Download File
puttymem.h 5290 5 years ago Simon Tatham Extra-secure versions of sgrowarray and strbuf. T 5.2 KB Diff Download File
puttyps.h 4181 8 years ago Simon Tatham Delete the old 'macosx' directory completely. The 194 bytes Diff Download File
raw.c 5341 5 years ago Simon Tatham Seat method to set the current trust status. In t 7.4 KB Diff Download File
README 4504 6 years ago Simon Tatham Remove Makefile.bor. After a conversation this we 6.4 KB Diff Download File
Recipe 5406 5 years ago Simon Tatham Uppity: add a --listen mode, protected by /proc/ne 16.4 KB Diff Download File
File release.pl 5354 5 years ago Jacob Nevins Remove all trace of the Inno Setup installer. (Ho 9 KB Diff Download File
resource.h 1 25 years ago Simon Tatham Initial checkin: beta 0.43 [originally from svn r 396 bytes Diff Download File
rlogin.c 5348 5 years ago Jacob Nevins Set trust status appropriately for rlogin. Previo 10.7 KB Diff Download File
scpserver.c 5450 5 years ago Simon Tatham Add further missing delete_callbacks_for_context. 45.5 KB Diff Download File
sercfg.c 5032 5 years ago Simon Tatham Move all extern declarations into header files. T 5.8 KB Diff Download File
sesschan.c 5416 5 years ago Simon Tatham Uppity: configurable cwd for session. All my inst 20.9 KB Diff Download File
sessprep.c 5369 5 years ago Simon Tatham sessprep: fix detection of unbracketed IPv6 litera 2.6 KB Diff Download File
settings.c 5429 5 years ago Simon Tatham Revert "settings.c: allow load_open_settings(NULL) 55.8 KB Diff Download File
sftp.c 5222 5 years ago Simon Tatham Stop using unqualified {GET,PUT}_32BIT. Those wer 27.6 KB Diff Download File
sftp.h 5285 5 years ago Simon Tatham New array-growing macros: sgrowarray and sgrowarra 20.3 KB Diff Download File
sftpcommon.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 3.3 KB Diff Download File
sftpserver.c 5022 5 years ago Simon Tatham Adopt C99 <stdbool.h>'s true/false. This commit i 7.5 KB Diff Download File
File sign.sh 5360 5 years ago Simon Tatham sign.sh: add Windows on Arm builds to the signing 1.4 KB Diff Download File
ssh.c 5451 5 years ago Simon Tatham mainchan.c: rewrite handling of open-failure abort 33.5 KB Diff Download File
ssh.h 5451 5 years ago Simon Tatham mainchan.c: rewrite handling of open-failure abort 63.6 KB Diff Download File
ssh1bpp.c 5257 5 years ago Simon Tatham Call ssh_check_frozen when BPP consumes input. In 12.1 KB Diff Download File
ssh1censor.c 5236 5 years ago Simon Tatham Add and use BinarySource_*INIT_PL. A great many B 2.5 KB Diff Download File
ssh1connection-client.c 5453 5 years ago Simon Tatham SSH-1: disable trust sigils after session starts. 16.4 KB Diff Download File
ssh1connection-server.c 5453 5 years ago Simon Tatham SSH-1: disable trust sigils after session starts. 11.9 KB Diff Download File
ssh1connection.c 5454 5 years ago Simon Tatham SSH-1: free mainchan_chan on destruction. We went 26.4 KB Diff Download File
ssh1connection.h 5453 5 years ago Simon Tatham SSH-1: disable trust sigils after session starts. 4 KB Diff Download File
ssh1login-server.c 5420 5 years ago Simon Tatham Uppity: configurable list of SSH-1 ciphers to allo 14.2 KB Diff Download File
ssh1login.c 5419 5 years ago Simon Tatham Rename SSH-1 cipher constants to start "SSH1_". T 45.4 KB Diff Download File
ssh2bpp-bare.c 5257 5 years ago Simon Tatham Call ssh_check_frozen when BPP consumes input. In 5.9 KB Diff Download File
ssh2bpp.c 5313 5 years ago Simon Tatham ssh2bpp: try to report DISCONNECT before connectio 32.9 KB Diff Download File
ssh2censor.c 5236 5 years ago Simon Tatham Add and use BinarySource_*INIT_PL. A great many B 3.9 KB Diff Download File
ssh2connection-client.c 5342 5 years ago Simon Tatham Add an interactive anti-spoofing prompt in Plink. 14.6 KB Diff Download File
ssh2connection-server.c 5400 5 years ago Simon Tatham Pass SshServerConfig through to sesschan.c. This 9.1 KB Diff Download File
ssh2connection.c 5452 5 years ago Simon Tatham ssh2connection: missing free of antispoof_prompt. 60.5 KB Diff Download File
ssh2connection.h 5397 5 years ago Simon Tatham Start of an SSH-server-specific config structure. 8 KB Diff Download File
ssh2kex-client.c 5411 5 years ago Simon Tatham Uppity: option to use a pregenerated key for RSA k 35.7 KB Diff Download File
ssh2kex-server.c 5411 5 years ago Simon Tatham Uppity: option to use a pregenerated key for RSA k 11.3 KB Diff Download File
ssh2transhk.c 5280 5 years ago Simon Tatham Fix a few memory leaks. Mostly noticed in passing 3.9 KB Diff Download File
ssh2transport.c 5411 5 years ago Simon Tatham Uppity: option to use a pregenerated key for RSA k 70 KB Diff Download File
ssh2transport.h 5411 5 years ago Simon Tatham Uppity: option to use a pregenerated key for RSA k 7.6 KB Diff Download File
ssh2userauth-server.c 5398 5 years ago Simon Tatham Uppity: configurable SSH-2 authentication banner. 12.1 KB Diff Download File
ssh2userauth.c 5395 5 years ago Simon Tatham Reinstate functionality of CONF_ssh_show_banner. 75.4 KB Diff Download File
sshaes.c 5433 5 years ago Simon Tatham Make NEON AES build in 32-bit VS. I had another l 75.7 KB Diff Download File
ssharcf.c 5174 5 years ago Simon Tatham Merge the ssh1_cipher type into ssh2_cipher. The 3.1 KB Diff Download File
sshauxcrypt.c 5178 5 years ago Simon Tatham Access all hashes and MACs through the standard AP 4.4 KB Diff Download File
sshbcrypt.c 5178 5 years ago Simon Tatham Access all hashes and MACs through the standard AP 4 KB Diff Download File
sshblowf.c 5174 5 years ago Simon Tatham Merge the ssh1_cipher type into ssh2_cipher. The 24.9 KB Diff Download File
sshblowf.h 4836 5 years ago Simon Tatham Turn SSH-2 ciphers into a classoid. This is more 552 bytes Diff Download File
sshbpp.h 5273 5 years ago Simon Tatham Replace method-dispatch #defines with inline funct 6.7 KB Diff Download File
sshccp.c 5180 5 years ago Simon Tatham Turn ssh2_mac's text_name field into a method. Th 32.7 KB Diff Download File
sshchan.h 5423 5 years ago Simon Tatham Remove spurious 'return' in void method wrappers. 13.9 KB Diff Download File
sshcommon.c 5305 5 years ago Simon Tatham Extra inline helpers seat_{stdout,stderr}_pl. The 28.8 KB Diff Download File
sshcr.h 4889 5 years ago Simon Tatham Tweak crWaitUntil macros for greater robustness. 3.1 KB Diff Download File
sshcrc.c 5165 5 years ago Simon Tatham Rewrite CRC implementation to be constant-time. I 4.1 KB Diff Download File
sshcrcda.c 5166 5 years ago Simon Tatham Add tests of the CRC compensation detector. I rem 4.6 KB Diff Download File
sshdes.c 5207 5 years ago Simon Tatham Put DES diagnostics behind an ifdef of their own. 36.3 KB Diff Download File
sshdh.c 5128 5 years ago Simon Tatham Replace all 'sizeof(x)/sizeof(*x)' with lenof. I 7.1 KB Diff Download File
sshdss.c 5254 5 years ago Simon Tatham Add missing sanity checks in ssh_dss_verify. The 13 KB Diff Download File
sshdssg.c 5271 5 years ago Simon Tatham Rewrite invent_firstbits(). Instead of repeatedly 3.7 KB Diff Download File
sshecc.c 5372 5 years ago Simon Tatham Reduce Curve25519 public values mod 2^255. I just 46.1 KB Diff Download File
sshecdsag.c 5084 5 years ago Simon Tatham Complete rewrite of PuTTY's bignum library. The o 991 bytes Diff Download File
sshgss.h 4893 5 years ago Simon Tatham Move most of ssh.c out into separate source files. 6.5 KB Diff Download File
sshgssc.c 4649 6 years ago Simon Tatham Support GSS key exchange, for Kerberos 5 only. Th 8.9 KB Diff Download File
sshgssc.h 4649 6 years ago Simon Tatham Support GSS key exchange, for Kerberos 5 only. Th 416 bytes Diff Download File
sshhmac.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 7.1 KB Diff Download File
sshmac.c 5097 5 years ago Simon Tatham sshmac.c: remove excessive return statement 1 KB Diff Download File
sshmd5.c 5197 5 years ago Simon Tatham Identify hash function implementations in the Even 7.8 KB Diff Download File
sshnogss.c 3319 12 years ago Simon Tatham Post-release destabilisation! Completely remove th 370 bytes Diff Download File
sshppl.h 5397 5 years ago Simon Tatham Start of an SSH-server-specific config structure. 6.9 KB Diff Download File
sshprime.c 5434 5 years ago Simon Tatham Fix RSA key gen at awkward sizes mod BIGNUM_INT_BI 15 KB Diff Download File
sshprng.c 5253 5 years ago Simon Tatham Windows PuTTYgen: bound entropy input by PRNG stat 9.1 KB Diff Download File
sshpubk.c 5419 5 years ago Simon Tatham Rename SSH-1 cipher constants to start "SSH1_". T 43.3 KB Diff Download File
sshrand.c 5381 5 years ago Simon Tatham cgtest: destroy the global PRNG after every cmdgen 3.1 KB Diff Download File
sshrsa.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 27.5 KB Diff Download File
sshrsag.c 5434 5 years ago Simon Tatham Fix RSA key gen at awkward sizes mod BIGNUM_INT_BI 4.3 KB Diff Download File
sshserver.c 5455 5 years ago Simon Tatham Uppity: free the packet protocol layers on exit. 15.2 KB Diff Download File
sshserver.h 5421 5 years ago Simon Tatham Uppity: option to disallow SSH-1 compression. Wit 5.1 KB Diff Download File
sshsh256.c 5221 5 years ago Jacob Nevins Allow x86 SHA intrinsics on GCC 4.9 too. Pavel sa 27.9 KB Diff Download File
sshsh512.c 5197 5 years ago Simon Tatham Identify hash function implementations in the Even 10.9 KB Diff Download File
sshsha.c 5427 5 years ago Simon Tatham sshsha.c: remove rogue 'got up to here' comment. 26.5 KB Diff Download File
sshshare.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 76.2 KB Diff Download File
sshsignals.h 4969 5 years ago Simon Tatham New system for handling SSH signals. This is in m 1.5 KB Diff Download File
sshttymodes.h 4968 5 years ago Simon Tatham New system for handling SSH terminal modes. I've 5.4 KB Diff Download File
sshverstring.c 5279 5 years ago Simon Tatham Replace more ad-hoc growing char buffers with strb 20.7 KB Diff Download File
sshzlib.c 5291 5 years ago Simon Tatham Change sensitive strbufs/sgrowarrays to the new _n 33.7 KB Diff Download File
storage.h 5030 5 years ago Simon Tatham Rework mungestr() and unmungestr(). For a start, 4.1 KB Diff Download File
stripctrl.c 5335 5 years ago Simon Tatham Add line-length limit feature in StripCtrlChars. 13.9 KB Diff Download File
telnet.c 5341 5 years ago Simon Tatham Seat method to set the current trust status. In t 30.3 KB Diff Download File
terminal.c 5450 5 years ago Simon Tatham Add further missing delete_callbacks_for_context. 207 KB Diff Download File
terminal.h 5394 5 years ago Simon Tatham Rename term->bidi and term->arabicshaping. Those 11.6 KB Diff Download File
testback.c 5341 5 years ago Simon Tatham Seat method to set the current trust status. In t 5 KB Diff Download File
testcrypt.c 5285 5 years ago Simon Tatham New array-growing macros: sgrowarray and sgrowarra 33.2 KB Diff Download File
testcrypt.h 5247 5 years ago Simon Tatham Give a sensible error when using a too-short RSA k 11.8 KB Diff Download File
testsc.c 5250 5 years ago Simon Tatham New test system to detect side channels in crypto 45.2 KB Diff Download File
testzlib.c 5099 5 years ago Simon Tatham Move standalone parts of misc.c into utils.c. mis 2.8 KB Diff Download File
time.c 2438 19 years ago Jacob Nevins Comment explaining location in top-level directory 366 bytes Diff Download File
timing.c 5025 5 years ago Simon Tatham Convert a lot of 'int' variables to 'bool'. My no 5.5 KB Diff Download File
tree234.c 5064 5 years ago Simon Tatham Remove some redundant variables and assignments. 43.5 KB Diff Download File
tree234.h 4848 5 years ago Simon Tatham tree234.c: new search234() system. This is a thin 7 KB Diff Download File
utils.c 5396 5 years ago Simon Tatham New utility function to read a whole disk file. I 26.6 KB Diff Download File
version.c 4332 7 years ago Simon Tatham Show the git commit hash in local dev builds too. 579 bytes Diff Download File
version.h 4987 5 years ago Simon Tatham Server prep: pass "implementation name" to ssh_ver 1.4 KB Diff Download File
wcwidth.c 5025 5 years ago Simon Tatham Convert a lot of 'int' variables to 'bool'. My no 16.6 KB Diff Download File
wildcard.c 5025 5 years ago Simon Tatham Convert a lot of 'int' variables to 'bool'. My no 14.1 KB Diff Download File
x11fwd.c 5234 5 years ago Simon Tatham Make lots of 'int' length fields into size_t. Thi 36.7 KB Diff Download File