Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins using file Makefile version 1b01dfcde3

2001-03-02
04:29
A fix in modmul: don't segfault or fill the result with rubbish if the unreduced product is shorter than the modulus. check-in: 8f2b0e482b user: simon tags: trunk
03:25
Fix problem with pointer hiding check-in: d2672cfce9 user: simon tags: trunk
03:24
Jacob's fixes for the Event Log check-in: 1a91f8f9d3 user: simon tags: trunk
2001-03-01
11:55
Diffie-Hellman group exchange in SSH2. Currently #ifdeffed out (change the sense of #ifdef DO_DIFFIE_HELLMAN_GEX in ssh.c) because it's _far_ too slow. Will be re-enabled once the bignum routines work a bit faster (or rather a _lot_ faster). check-in: 886d6012e2 user: simon tags: trunk
11:45
Add a key length indication to each SSH2 cipher structure, in preparation for needing to know how much key material each cipher needs in order to select a suitable Diffie-Hellman group. check-in: c3e83708f2 user: simon tags: trunk
11:41
Remove the last lingering knowledge, outside sshbn.c, of the internal structure of the Bignum type. Bignum is now a fully opaque type unless you're inside sshbn.c. check-in: 92ac2a679e user: simon tags: trunk
06:27
Stop accidental subsystem attempts check-in: 9c5e583e06 user: simon tags: trunk
05:49
Fix a potential segfault check-in: 304e70314e user: simon tags: trunk
2001-02-27
11:09
Oops, that broke Telnet negotiation display. Fix tabstops in eventlog. check-in: bb6286cbdb user: simon tags: trunk
11:02
Timestamp every line of the Event Log. The primary reason for this (generating detail in bug reports when SSH2 repeat key exchange failed) is no longer an issue, but it might be useful for other things. It's a _log_ dammit, and logs should be timestamped. check-in: 28b331bc7c user: simon tags: trunk
03:11
Patches to prevent a couple of silly crashes check-in: 373c05b772 user: simon tags: trunk
2001-02-26
10:39
Moderately evil workaround to compensate for a variation in behaviour of FXP_REALPATH. (Specifically, BSD and GNU realpath(3) disagree over whether to return success when computing the realpath for a putative new file to be created in a valid directory. There's no way we can tell from (say) the OpenSSH version string because OpenSSH might have been compiled to use the local realpath _or_ its own nonbroken one.) check-in: 0ec311cd06 user: simon tags: trunk
10:37
Ahem. sftp.obj depends on sftp.c not on psftp.c! check-in: 14ef9c586d user: simon tags: trunk