Timeline

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

10 check-ins using file unix/pty.c version e62e5d4c67

2002-10-25
17:00
Oops; remembering to call term_provide_resize_fn in the Unix front end would probably help. Thanks Colin. check-in: 40732d161f user: simon tags: trunk
08:26
The Zlib module now uses dynamically allocated contexts. I think that completes the static-removal in the crypto library. Ooh. check-in: d666740d70 user: simon tags: trunk
08:08
Diffie-Hellman key exchange now uses a dynamically allocated context. check-in: 28d1810cc5 user: simon tags: trunk
08:00
Fix some compiler warnings. check-in: faa5c4fe6e user: simon tags: trunk
07:59
Tidy up and fix a compiler warning. check-in: 409a2fa882 user: simon tags: trunk
07:58
SSH CRC attack detector now uses a dynamically allocated context. check-in: 45540e784d user: simon tags: trunk
07:51
SSH2 MACs now use dynamically allocated contexts. check-in: fb0d4d686d user: simon tags: trunk
07:35
SSH ciphers now use dynamically allocated contexts. check-in: f12024de9a user: simon tags: trunk
06:58
Fix the nasty flashing-light-grey-on-resize problem, after MCV helpfully alerted me to the existence of gdk_window_set_background(). check-in: 5fa48e3449 user: simon tags: trunk
06:50
pty backend now supports the changed function interface, so pterm now compiles and runs again after the major destabilisation. Unfortunately it wasn't feasible to actually encapsulate all of the pty backend's data, since the utmp helper and the need to fork and drop privileges before doing anything else at all rather confuses matters. So the data handle passed around to the pty backend is a null pointer, and the pty backend is just as global-ridden as it always has been. Shame, but such is life. check-in: feb8faf680 user: simon tags: trunk