Overview
Comment: | Added password callback support and version command. Fixed memory leak. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
509dd7a9b6a16556114c4f770836ba50 |
User & Date: | razzell on 2003-05-15 21:02:10 |
Other Links: | manifest | tags |
Context
2003-05-16
| ||
17:33 | Add missing config directory. check-in: 300cfce31a user: razzell tags: trunk | |
2003-05-15
| ||
21:02 | Added password callback support and version command. Fixed memory leak. check-in: 509dd7a9b6 user: razzell tags: trunk | |
20:44 | *** empty log message *** check-in: 3631274d64 user: razzell tags: trunk | |
Changes
Modified ChangeLog
from [cccb98d8c7]
to [6a52a80fcb].
| 1 2 3 4 5 6 7 8 | - + |
|
︙ |
Modified README.txt
from [5ce6323187]
to [70db8f4bf4].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | Copyright (C) 1997-2000 Matt Newman <matt@novadigm.com> TLS 1.4.1 Copyright (C) 2000 Ajuba Solutions |
︙ | |||
41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 | - + | me that people need to be able to switch-to-encrypted mode part way through a conversation. Also I would like to acknowledge the kind support of Novadigm Inc, my current employer, which made this possible. |
Modified tls.c
from [32f77b5e42]
to [85e46e8624].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + - + | /* * Copyright (C) 1997-1999 Matt Newman <matt@novadigm.com> * some modifications: * Copyright (C) 2000 Ajuba Solutions * Copyright (C) 2002 ActiveState Corporation |
︙ |
Modified tls.htm
from [a3ee30595b]
to [98ee02664f].
| 1 2 3 4 5 6 7 8 | - + |
|
︙ |
Modified tls.tcl
from [3de2fbdab5]
to [029ba515f3].
1 | 1 2 3 4 5 6 7 8 9 10 11 | - + - + | # |
︙ |
Modified tlsInt.h
from [3f35632d0e]
to [fbfc578a79].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | /* * Copyright (C) 1997-2000 Matt Newman <matt@novadigm.com> * |
︙ | |||
91 92 93 94 95 96 97 | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - + | int flags; /* currently only CHANNEL_ASYNC */ int watchMask; /* current WatchProc mask */ int mode; /* current mode of parent channel */ Tcl_Interp *interp; /* interpreter in which this resides */ Tcl_Obj *callback; /* script called for tracing, verifying and errors */ |
︙ |