Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Document reason of deferral of #150 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d62489502fde324bce8fa60f728eca27 |
User & Date: | mjanssen 2019-06-19 10:36:04.593 |
Context
2019-06-22
| ||
09:29 | Don't put a full-stop at the end of titles; they're not sentences. check-in: 72f2c52129 user: dkf tags: trunk | |
2019-06-19
| ||
10:36 | Document reason of deferral of #150 check-in: d62489502f user: mjanssen tags: trunk | |
2019-06-18
| ||
11:37 | TIP #547 now in Voting check-in: def5628334 user: jan.nijtmans tags: trunk | |
Changes
Changes to tip/150.md.
︙ | ︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 | call our method. This means that Windows Scripting code \(vbscript or jscript\) can make use of the send command. Finally, given a suitable DCOM environment it should also be possible to implement the -displayof feature via Distributed COM. However, I don't see much call for this - network sockets are a lot simpler to use than DCOM. # Copyright This document is placed in the public domain. | > > > > > > > > > | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | call our method. This means that Windows Scripting code \(vbscript or jscript\) can make use of the send command. Finally, given a suitable DCOM environment it should also be possible to implement the -displayof feature via Distributed COM. However, I don't see much call for this - network sockets are a lot simpler to use than DCOM. # Security considerations The implementation of this TIP was backed out due to security considerations. Older versions of Windows allowed access to the exposed COM service without authentication. In newer versions of Windows the default is sane and this security concern is not valid anymore. # Copyright This document is placed in the public domain. |