Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixed doc typo. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c3973cc954c42af61a782a8836fffed8 |
User & Date: | andreask 2013-12-06 22:44:46.230 |
Context
2013-12-10
| ||
00:50 | Initial work on a critcl json parser based on json-c. Issues: many-json2dict has no C equivalent, nor the *2dict commands. Boolean is 0/1 vs true/false in C vs. Tcl, this should be fixable in the testsuite. Basics are working. check-in: c51875a02a user: andreask tags: ak-bug-6efa4f571af052-jsonc | |
2013-12-06
| ||
22:59 | Regenerated online documentation. check-in: 4f43ea48be user: aku tags: trunk | |
22:44 | Fixed doc typo. check-in: c3973cc954 user: andreask tags: trunk | |
22:42 | Ticket [444358b66e]. Documented option --. check-in: 0c20ebf4b6 user: andreask tags: trunk | |
Changes
Changes to modules/sasl/sasl.man.
︙ | ︙ | |||
232 233 234 235 236 237 238 | This is a proprietary protocol developed by Microsoft [lb]5[rb] and is in common use for authenticating users in a Windows network environment. NTLM uses DES encryption and MD4 digests of the users password to authenticate a connection. Certain weaknesses have been found in NTLM and thus there are a number of versions of the protocol. As this mechanism has additional dependencies it is made available as a separate sub-package. To enable this mechanism your application must | | | 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 | This is a proprietary protocol developed by Microsoft [lb]5[rb] and is in common use for authenticating users in a Windows network environment. NTLM uses DES encryption and MD4 digests of the users password to authenticate a connection. Certain weaknesses have been found in NTLM and thus there are a number of versions of the protocol. As this mechanism has additional dependencies it is made available as a separate sub-package. To enable this mechanism your application must load the [package SASL::NTLM] package. [def "X-GOOGLE-TOKEN"] This is a proprietary protocol developed by Google and used for authenticating users for the Google Talk service. This mechanism makes a pair of HTTP requests over an SSL channel and so this mechanism depends upon the availability of the tls and http packages. To enable |
︙ | ︙ |