patch-doc_socat_html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. $OpenBSD: patch-doc_socat_html,v 1.2 2015/04/13 14:43:28 jasper Exp $
  2. --- doc/socat.html.orig Sat Jan 24 17:31:04 2015
  3. +++ doc/socat.html Mon Apr 13 14:58:09 2015
  4. @@ -2781,10 +2781,6 @@ These options apply to the <a href="socat.html#ADDRESS
  5. Specifies the directory with the trusted (root) certificates. The directory
  6. must contain certificates in PEM format and their hashes (see OpenSSL
  7. documentation)
  8. -<a name="OPTION_OPENSSL_EGD"></a><p><dt><strong><strong><code>egd=&lt;filename&gt;</code></strong></strong><dd>
  9. - On some systems, openssl requires an explicit source of random data. Specify
  10. - the socket name where an entropy gathering daemon like egd provides random
  11. - data, e.g. /dev/egd-pool.
  12. <a name="OPTION_OPENSSL_PSEUDO"></a><p><dt><strong><strong><code>pseudo</code></strong></strong><dd>
  13. On systems where openssl cannot find an entropy source and where no entropy
  14. gathering daemon can be utilized, this option activates a mechanism for
  15. @@ -3309,10 +3305,10 @@ connection, invokes a shell. This shell has its stdin
  16. connected to the TCP socket (<a href="socat.html#OPTION_NOFORK">nofork</a>). The shell starts filan and lets it print the socket addresses to
  17. stderr (your terminal window).
  18. <p>
  19. -<p><dt><strong><strong><code>echo -e "\0\14\0\0\c" |socat -u - file:/usr/bin/squid.exe,seek=0x00074420</code></strong></strong><dd>
  20. +<p><dt><strong><strong><code>echo -e "\0\14\0\0\c" |socat -u - file:${LOCALBASE}/bin/squid.exe,seek=0x00074420</code></strong></strong><dd>
  21. <p>
  22. functions as primitive binary editor: it writes the 4 bytes 000 014 000 000 to
  23. -the executable /usr/bin/squid at offset 0x00074420 (this is a real world patch
  24. +the executable ${LOCALBASE}/bin/squid at offset 0x00074420 (this is a real world patch
  25. to make the squid executable from Cygwin run under Windows, actual per May 2004).
  26. <p>
  27. <p><dt><strong><strong><code>socat - tcp:www.blackhat.org:31337,readbytes=1000</code></strong></strong><dd>
  28. @@ -3430,9 +3426,9 @@ error.
  29. <a name="FILES"></a>
  30. <h2>FILES</h2>
  31. <p>
  32. -/usr/bin/socat <br>
  33. -/usr/bin/filan <br>
  34. -/usr/bin/procan
  35. +${LOCALBASE}/bin/socat <br>
  36. +${LOCALBASE}/bin/filan <br>
  37. +${LOCALBASE}/bin/procan
  38. <p>
  39. <a name="ENVIRONMENT_VARIABLES"></a>
  40. <h2>ENVIRONMENT VARIABLES</h2>