defensive-coding-guide/en-US/snippets
Brian (bex) Exelbierd 2e8934be40 Converted to AsciiBinder
This required moving files around in the repository and shifting
from a master.adoc structure to _topic_map.yml, etc.

README and Makefile modified slightly to reflect new build process
2018-02-08 13:08:40 +01:00
..
C-Arithmetic-add.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-Arithmetic-add_unsigned.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-Arithmetic-mult.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-Globals-String_Array.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-Pointers-remaining.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-format.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-snprintf-incremental.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-snprintf.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-strncat-as-strncpy.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-strncat-emulation.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-strncat-merged.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
C-String-Functions-strncpy.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-HSM-GNUTLS-PIN.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-HSM-GNUTLS.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-HSM-NSS-PIN.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-HSM-NSS.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-HSM-OpenSSL.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-GNUTLS-Connect.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-GNUTLS-Credentials.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-GNUTLS-Verify.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-NSS-Close.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-NSS-Connect.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-Connect.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-Context.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-Context_For_Cert.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-Hostname.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-Import.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-MyTrustManager.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenJDK-Use.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenSSL-Connect.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenSSL-Connection-Use.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenSSL-CTX.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-OpenSSL-Init.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-Python-check_host_name.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Client-Python-Connect.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-GNUTLS-Credentials-Close.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-GNUTLS-Disconnect.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-GNUTLS-Init.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-GNUTLS-Use.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Nagle.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-NSS-Close.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-NSS-Includes.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-NSS-Init.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-NSS-Use.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-OpenJDK-Parameters.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-OpenSSL-Connection-Close.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-OpenSSL-Context-Close.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-OpenSSL-Errors.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Python-Close.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Features-TLS-Python-Use.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Go-Error_Handling-IO.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Go-Error_Handling-Regular.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-Finally.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-JNI-Pointers.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-Language-ReadArray.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-SecurityManager-Callback.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-SecurityManager-CurrentDirectory.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-SecurityManager-Privileged.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-SecurityManager-Unprivileged.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Java-TryWithResource.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Shell-Input_Validation.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-Expat-Create.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-Expat-EntityDeclHandler.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK-Errors.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK-Imports.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK-NoEntityResolver.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK-NoResourceResolver.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK_Parse-DOM.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-Qt-NoEntityHandler.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-Qt-NoEntityReader.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00
Tasks-Serialization-XML-Qt-QDomDocument.adoc Converted to AsciiBinder 2018-02-08 13:08:40 +01:00