Tcl Library Source Code

Timeline
Login

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

9 check-ins that include changes to files matching 'examples/transfer/*'

2015-03-12
03:16
Pulled in latest trunk work. check-in: f5f0f8bfa2 user: aku tags: update-to-critcl3
2014-11-14
17:56
Adding nettool to odie, bringing odie branch up to the latest trunk check-in: 232976d8c3 user: hypnotoad tags: odie
2014-11-07
22:50
Triggered by tklib ticket [bf1affbea9], updated the hashbangs in all Tcl example apps to a modern form without tricks. check-in: 3d6888386b user: andreask tags: trunk
2013-01-21
22:47
Merge latest certs from trunk into the RC work. check-in: 107f16ba9c user: andreask tags: tcllib-1-15-rc
21:56
Regenerated the certificates here again, 10 years at 1024 bit. The issue with [7b80198969] seems to have been that I extended the Root cert validity to 100 years, and that screwed something up. With the root certs now back to 10 years (+10 days) validity, things are fine. I suspect that I may have run into the Y2038 problem in either Tcl and/or openssl. check-in: 8252e19883 user: andreask tags: trunk
21:30
[Bug 3433470] Regenerated the certificates, on this branch with regular SimpleCA, i.e. 1 year at 1024 bit. This works. check-in: 7cb2a248e9 user: andreask tags: tcllib-1-15-rc
19:37
[Bug 3433470] Regenerated the certificates, again. Expiry is Jan 2023 (10 years). While SimpleCA doesn't seem to allow me to specify a longer period in the GUI it was possible to get, update and run the Tcl code, unwrapped. Further changed to 4096-bit certs. --- Broken --- Investigation points to me setting the root cert validity period to 100 years as the cause, possibly invoking y2038 troubles in Tcl and/or openssl. check-in: 7b80198969 user: andreask
2009-04-10
06:55
* transmitter.tcl: Tweaked the result of the convenience * receiver.tcl: stream commands. * ../../examples/transfer/stransmit.tcl: New files, example of * ../../examples/transfer/sreceive.tcl: ssl-secured transfers. * ../../examples/transfer/certs: * connect.man: General face-lift, using a common structure for * copyops.man: the documentation of classes and objects. Moved * ddest.man: common text blocks into include files. Examples * dsource.man: added showing use of TLS. Added feedback sections * receiver.man: where missing, standardized on feedback.inc of * tqueue.man: doctools2base. * transmitter.man: * include/complete.inc: New files, shared blocks of text. * include/connect_options.inc: * include/connect_result.inc: * include/connect_result_ref.inc: * include/ddest_options.inc: * include/dsource_options.inc: * include/secure.inc: check-in: a779c54c90 user: andreas_kupries tags: trunk
2009-04-08
06:49
* ../../examples/transfer: New directory, and files, demonstrating the stream type methods. * copyops.tcl: Made transfer properly chunked for channels. * copyops.man: Bumped to version 0.2. * pkgIndex.tcl: * ddest.tcl: Cleanup of older snit constructs. Added -progress * ddest.man: option. Bumped to version 0.2 * pkgIndex.tcl: * receiver.tcl: Cleanup of older snit constructs. Added two * receiver.man: type methods for quick setup of fire-and-forget * pkgIndex.tcl: transfers. Bumped to version 0.2. * transmitter.tcl: Cleanup of older snit constructs. Added two * transmitter.man: type methods for quick setup of fire-and-forget * pkgIndex.tcl: transfers. Bumped to version 0.2. * connect.tcl: Cleaned up use of older snit constructs, replaced * pkgIndex.tcl: with modern usage. Added option -socketcmd to * connect.man: allow replacement of ::socket with anything compatible. The envisioned main use is the specfication of tls::socket. I.e. this option allows the creation of secure transfer channels, without making the package explicitly dependent on TLS. Bumped to version 0.2. check-in: c7a18901bb user: andreas_kupries tags: trunk