Log In
linuxmodder
/
defensive-coding-guide
Forked from
defensive-coding-guide
8 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
9dc8a00
Removed non-Defensive Coding Guide bits and promoted source to root
Authored and Committed by
sparks
8 years ago
raw
patch
tree
parent
534 files changed.
4867 lines added
.
6916 lines removed
.
Makefile
defensive-coding/Makefile
file renamed
+0
-0
README
defensive-coding/README
file renamed
+0
-0
Securing_TLS/en-US/Author_Group.xml
file removed
-17
Securing_TLS/en-US/Book_Info.xml
file removed
-28
Securing_TLS/en-US/Chapter.xml
file removed
-33
Securing_TLS/en-US/GnuTLS.xml
file removed
-33
Securing_TLS/en-US/NSS.xml
file removed
-33
Securing_TLS/en-US/OpenSSL.xml
file removed
-215
Securing_TLS/en-US/Preface.xml
file removed
-13
Securing_TLS/en-US/Revision_History.xml
file removed
-27
Securing_TLS/en-US/Securing_TLS.ent
file removed
-4
Securing_TLS/en-US/Securing_TLS.xml
file removed
-14
Securing_TLS/en-US/dovecot.xml
file removed
-33
Securing_TLS/en-US/freeradius.xml
file removed
-33
Securing_TLS/en-US/images/icon.svg
file removed
-19
Securing_TLS/en-US/mod_nss.xml
file removed
-33
Securing_TLS/en-US/mod_ssl.xml
file removed
-161
Securing_TLS/en-US/tomcat.xml
file removed
-33
Securing_TLS/publican.cfg
file removed
-8
defensive-coding/.gitignore
file removed
-1
defensive-coding/.tx/config
file removed
-543
defensive-coding/.tx/defensive-coding-guide.Author_Group/el-GR_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/en_US_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/es-ES_translation
file removed
-36
defensive-coding/.tx/defensive-coding-guide.Author_Group/fi-FI_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/fr-FR_translation
file removed
-36
defensive-coding/.tx/defensive-coding-guide.Author_Group/gl-ES_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/id-ID_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/it-IT_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/ko-KR_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/ru-RU_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/sl-SI_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Book_Info/el-GR_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/en_US_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/fi-FI_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/fr-FR_translation
file removed
-39
defensive-coding/.tx/defensive-coding-guide.Book_Info/gl-ES_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/id-ID_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/it-IT_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/ko-KR_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/ru-RU_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/sl-SI_translation
file removed
-38
defensive-coding/pot/Java/snippets/SecurityManager-Callback.pot
file removed
-54
defensive-coding/pot/Python.pot
file removed
-104
defensive-coding/pot/Python/Language.pot
file removed
-104
defensive-coding/pot/Revision_History.pot
file removed
-64
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-Imports.pot
file removed
-41
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-NoResourceResolver.pot
file removed
-31
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-DOM.pot
file removed
-33
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file removed
-37
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file removed
-40
defensive-coding/pot/Tasks/snippets/Serialization-XML-Qt-NoEntityHandler.pot
file removed
-56
defensive-coding/pot/Tasks/snippets/Serialization-XML-Qt-NoEntityReader.pot
file removed
-39
defensive-coding/pot/Tasks/snippets/Serialization-XML-Qt-QDomDocument.pot
file removed
-30
defensive-coding/pot/schemas.pot
file removed
-14
defensive-coding/pot/snippets/C-Arithmetic-add.pot
file removed
-35
defensive-coding/pot/snippets/C-Arithmetic-mult.pot
file removed
-28
defensive-coding/pot/snippets/C-Globals-String_Array.pot
file removed
-26
defensive-coding/pot/snippets/C-Pointers-remaining.pot
file removed
-63
defensive-coding/pot/snippets/C-String-Functions-format.pot
file removed
-32
defensive-coding/pot/snippets/C-String-Functions-snprintf-incremental.pot
file removed
-28
defensive-coding/pot/snippets/C-String-Functions-snprintf.pot
file removed
-22
defensive-coding/pot/snippets/C-String-Functions-strncat-as-strncpy.pot
file removed
-22
defensive-coding/pot/snippets/C-String-Functions-strncat-emulation.pot
file removed
-23
defensive-coding/pot/snippets/C-String-Functions-strncat-merged.pot
file removed
-21
defensive-coding/pot/snippets/C-String-Functions-strncpy.pot
file removed
-23
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Connect.pot
file removed
-70
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Credentials.pot
file removed
-46
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Match.pot
file removed
-47
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Verify.pot
file removed
-60
defensive-coding/pot/snippets/Features-TLS-Client-NSS-Close.pot
file removed
-30
defensive-coding/pot/snippets/Features-TLS-Client-NSS-Connect.pot
file removed
-103
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Connect.pot
file removed
-40
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Context.pot
file removed
-40
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.pot
file removed
-36
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Hostname.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Import.pot
file removed
-32
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.pot
file removed
-52
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Use.pot
file removed
-27
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-CTX.pot
file removed
-85
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-Connect.pot
file removed
-71
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-Connection-Use.pot
file removed
-31
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-Init.pot
file removed
-27
defensive-coding/pot/snippets/Features-TLS-Client-Python-Connect.pot
file removed
-28
defensive-coding/pot/snippets/Features-TLS-Client-Python-check_host_name.pot
file removed
-43
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Credentials-Close.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Disconnect.pot
file removed
-29
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Init.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Use.pot
file removed
-37
defensive-coding/pot/snippets/Features-TLS-NSS-Close.pot
file removed
-22
defensive-coding/pot/snippets/Features-TLS-NSS-Includes.pot
file removed
-34
defensive-coding/pot/snippets/Features-TLS-NSS-Init.pot
file removed
-82
defensive-coding/pot/snippets/Features-TLS-NSS-Use.pot
file removed
-41
defensive-coding/pot/snippets/Features-TLS-Nagle.pot
file removed
-26
defensive-coding/pot/snippets/Features-TLS-OpenJDK-Parameters.pot
file removed
-41
defensive-coding/pot/snippets/Features-TLS-OpenSSL-Connection-Close.pot
file removed
-45
defensive-coding/pot/snippets/Features-TLS-OpenSSL-Context-Close.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-OpenSSL-Errors.pot
file removed
-50
defensive-coding/pot/snippets/Features-TLS-Python-Close.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-Python-Use.pot
file removed
-25
defensive-coding/pot/snippets/Java-Finally.pot
file removed
-26
defensive-coding/pot/snippets/Java-JNI-Pointers.pot
file removed
-50
defensive-coding/pot/snippets/Java-Language-ReadArray.pot
file removed
-53
defensive-coding/pot/snippets/Java-SecurityManager-Callback.pot
file removed
-54
defensive-coding/pot/snippets/Java-SecurityManager-CurrentDirectory.pot
file removed
-22
defensive-coding/pot/snippets/Java-SecurityManager-Privileged.pot
file removed
-33
defensive-coding/pot/snippets/Java-SecurityManager-Unprivileged.pot
file removed
-42
defensive-coding/pot/snippets/Java-TryWithResource.pot
file removed
-23
defensive-coding/pot/snippets/Tasks-Serialization-XML-Expat-Create.pot
file removed
-32
defensive-coding/pot/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.pot
file removed
-30
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-Errors.pot
file removed
-36
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-Imports.pot
file removed
-41
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.pot
file removed
-29
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.pot
file removed
-31
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.pot
file removed
-33
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file removed
-37
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file removed
-40
defensive-coding/pot/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.pot
file removed
-56
defensive-coding/pot/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.pot
file removed
-39
defensive-coding/pot/snippets/Tasks-Serialization-XML-Qt-QDomDocument.pot
file removed
-30
defensive-coding/publican.cfg
file removed
-10
defensive-coding/schemas.xml
file removed
-6
defensive-coding/scripts/split-snippets.py
file removed
-107
defensive-coding/src/.gitignore
file removed
-9
defensive-coding/src/C-Arithmetic-add.c
file removed
-31
defensive-coding/src/C-Arithmetic-mult.c
file removed
-12
defensive-coding/src/C-Globals.c
file removed
-17
defensive-coding/src/C-Pointers-remaining.c
file removed
-51
defensive-coding/src/C-String-Functions.c
file removed
-91
defensive-coding/src/Go-Error_Handling.go
file removed
-48
defensive-coding/src/Java-JNI-Pointers.c
file removed
-41
defensive-coding/src/JavaFinally.java
file removed
-31
defensive-coding/src/JavaReadArray.java
file removed
-55
defensive-coding/src/JavaSecurityManagerPrivileged.java
file removed
-80
defensive-coding/src/JavaSecurityManagerUnprivileged.java
file removed
-80
defensive-coding/src/Shell-Input_Validation.sh
file removed
-41
defensive-coding/src/TLS-Client-Python.py
file removed
-56
defensive-coding/src/XML-Parser-Expat.c
file removed
-135
defensive-coding/src/XML-Parser-Qt.cpp
file removed
-120
defensive-coding/src/check-function.py
file removed
-18
defensive-coding/src/data/XML-Parser-DTD_Public.xml
file removed
-4
defensive-coding/src/data/XML-Parser-DTD_Public_URL.xml
file removed
-4
defensive-coding/src/data/XML-Parser-DTD_System.xml
file removed
-4
defensive-coding/src/data/XML-Parser-DTD_System_URL.xml
file removed
-4
defensive-coding/src/data/XML-Parser-External_Entity_Public.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Entity_Public_URL.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Entity_System.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Entity_System_URL.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Regexp_3.dtd
file removed
-11
defensive-coding/src/data/XML-Parser-External_Regexp_3.xml
file removed
-10
defensive-coding/src/data/XML-Parser-Internal_Entity_Exponential.xml
file removed
-37
defensive-coding/src/data/XML-Parser-Internal_Entity_Exponential_Attribute.xml
file removed
-38
defensive-coding/src/data/XML-Parser-Internal_Entity_Polynomial.xml
file removed
-13
defensive-coding/src/data/XML-Parser-Internal_Entity_Polynomial_Attribute.xml
file removed
-15
defensive-coding/src/data/XML-Parser-Internal_Regexp_1.xml
file removed
-41
defensive-coding/src/data/XML-Parser-Internal_Regexp_2.xml
file removed
-43
defensive-coding/src/data/XML-Parser-Internal_Regexp_3.xml
file removed
-22
defensive-coding/src/data/XML-Parser-Notation_Public.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Notation_Public_URL.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Notation_System.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Notation_System_URL.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.dtd
file removed
-28
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.xml
file removed
-5
defensive-coding/src/data/XML-Parser-Validate-Regexp_4.xsd
file removed
-38
defensive-coding/src/data/XML-Parser-XInclude-File.xml
file removed
-5
defensive-coding/src/data/XML-Parser-XInclude-URL.xml
file removed
-5
defensive-coding/src/data/XML-Parser-XSD-File.xml
file removed
-4
defensive-coding/src/data/XML-Parser-XSD-Include_File.xml
file removed
-19
defensive-coding/src/data/XML-Parser-XSD-Include_URL.xml
file removed
-19
defensive-coding/src/data/XML-Parser-XSD-URL.xml
file removed
-4
defensive-coding/src/data/java/grant-all.policy
file removed
-5
defensive-coding/src/src.mk
file removed
-79
defensive-coding/src/tcp_connect.c
file removed
-52
defensive-coding/src/tcp_connect.h
file removed
-6
docbook-schema/README
defensive-coding/docbook-schema/README
file renamed
+0
-0
docbook-schema/calstblx.rnc
defensive-coding/docbook-schema/calstblx.rnc
file renamed
+0
-0
docbook-schema/dbhierx.rnc
defensive-coding/docbook-schema/dbhierx.rnc
file renamed
+0
-0
docbook-schema/dbnotnx.rnc
defensive-coding/docbook-schema/dbnotnx.rnc
file renamed
+0
-0
docbook-schema/dbpoolx.rnc
defensive-coding/docbook-schema/dbpoolx.rnc
file renamed
+0
-0
docbook-schema/docbook.rnc
defensive-coding/docbook-schema/docbook.rnc
file renamed
+0
-0
docbook-schema/htmltblx.rnc
defensive-coding/docbook-schema/htmltblx.rnc
file renamed
+0
-0
en-US/Author_Group.xml
defensive-coding/en-US/Author_Group.xml
file renamed
+0
-0
en-US/Book_Info.xml
defensive-coding/en-US/Book_Info.xml
file renamed
+0
-0
en-US/C-Allocators.xml
defensive-coding/en-US/C-Allocators.xml
file renamed
+0
-0
en-US/C-Language.xml
defensive-coding/en-US/C-Language.xml
file renamed
+0
-0
en-US/C-Libc.xml
defensive-coding/en-US/C-Libc.xml
file renamed
+0
-0
en-US/C-Other.xml
defensive-coding/en-US/C-Other.xml
file renamed
+0
-0
en-US/C.xml
defensive-coding/en-US/C.xml
file renamed
+0
-0
en-US/CXX-Language.xml
defensive-coding/en-US/CXX-Language.xml
file renamed
+0
-0
en-US/CXX-Std.xml
defensive-coding/en-US/CXX-Std.xml
file renamed
+0
-0
en-US/CXX.xml
defensive-coding/en-US/CXX.xml
file renamed
+0
-0
en-US/Defensive_Coding.ent
defensive-coding/en-US/Defensive_Coding.ent
file renamed
+0
-0
en-US/Defensive_Coding.xml
defensive-coding/en-US/Defensive_Coding.xml
file renamed
+0
-0
en-US/Features-Authentication.xml
defensive-coding/en-US/Features-Authentication.xml
file renamed
+0
-0
en-US/Features-TLS.xml
defensive-coding/en-US/Features-TLS.xml
file renamed
+0
-0
en-US/Go.xml
defensive-coding/en-US/Go.xml
file renamed
+0
-0
en-US/Java-Language.xml
defensive-coding/en-US/Java-Language.xml
file renamed
+0
-0
en-US/Java-LowLevel.xml
defensive-coding/en-US/Java-LowLevel.xml
file renamed
+0
-0
en-US/Java-SecurityManager.xml
defensive-coding/en-US/Java-SecurityManager.xml
file renamed
+0
-0
en-US/Java.xml
defensive-coding/en-US/Java.xml
file renamed
+0
-0
en-US/Python.xml
defensive-coding/en-US/Python.xml
file renamed
+0
-0
en-US/Revision_History.xml
defensive-coding/en-US/Revision_History.xml
file renamed
+0
-0
en-US/Shell.xml
defensive-coding/en-US/Shell.xml
file renamed
+0
-0
en-US/Tasks-Cryptography.xml
defensive-coding/en-US/Tasks-Cryptography.xml
file renamed
+0
-0
en-US/Tasks-Descriptors.xml
defensive-coding/en-US/Tasks-Descriptors.xml
file renamed
+0
-0
en-US/Tasks-File_System.xml
defensive-coding/en-US/Tasks-File_System.xml
file renamed
+0
-0
en-US/Tasks-Library_Design.xml
defensive-coding/en-US/Tasks-Library_Design.xml
file renamed
+0
-0
en-US/Tasks-Locking.xml
defensive-coding/en-US/Tasks-Locking.xml
file renamed
+0
-0
en-US/Tasks-Packaging.xml
defensive-coding/en-US/Tasks-Packaging.xml
file renamed
+0
-0
en-US/Tasks-Processes.xml
defensive-coding/en-US/Tasks-Processes.xml
file renamed
+0
-0
en-US/Tasks-Serialization.xml
defensive-coding/en-US/Tasks-Serialization.xml
file renamed
+0
-0
en-US/Tasks-Temporary_Files.xml
defensive-coding/en-US/Tasks-Temporary_Files.xml
file renamed
+0
-0
en-US/Vala.xml
defensive-coding/en-US/Vala.xml
file renamed
+0
-0
en-US/Web_Applications.xml.txt
defensive-coding/en-US/Web_Applications.xml.txt
file renamed
+0
-0
en-US/images/icon.svg
defensive-coding/en-US/images/icon.svg
file renamed
+0
-0
en-US/schemas.xml
defensive-coding/en-US/schemas.xml
file renamed
+0
-0
en-US/snippets/C-Arithmetic-add.xml
defensive-coding/en-US/snippets/C-Arithmetic-add.xml
file renamed
+0
-0
en-US/snippets/C-Arithmetic-add_unsigned.xml
defensive-coding/en-US/snippets/C-Arithmetic-add_unsigned.xml
file renamed
+0
-0
en-US/snippets/C-Arithmetic-mult.xml
defensive-coding/en-US/snippets/C-Arithmetic-mult.xml
file renamed
+0
-0
en-US/snippets/C-Globals-String_Array.xml
defensive-coding/en-US/snippets/C-Globals-String_Array.xml
file renamed
+0
-0
en-US/snippets/C-Pointers-remaining.xml
defensive-coding/en-US/snippets/C-Pointers-remaining.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-format.xml
defensive-coding/en-US/snippets/C-String-Functions-format.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-snprintf-incremental.xml
defensive-coding/en-US/snippets/C-String-Functions-snprintf-incremental.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-snprintf.xml
defensive-coding/en-US/snippets/C-String-Functions-snprintf.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-strncat-as-strncpy.xml
defensive-coding/en-US/snippets/C-String-Functions-strncat-as-strncpy.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-strncat-emulation.xml
defensive-coding/en-US/snippets/C-String-Functions-strncat-emulation.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-strncat-merged.xml
defensive-coding/en-US/snippets/C-String-Functions-strncat-merged.xml
file renamed
+0
-0
en-US/snippets/C-String-Functions-strncpy.xml
defensive-coding/en-US/snippets/C-String-Functions-strncpy.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-GNUTLS-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Connect.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-GNUTLS-Credentials.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Credentials.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-GNUTLS-Match.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Match.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-GNUTLS-Verify.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Verify.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-NSS-Close.xml
defensive-coding/en-US/snippets/Features-TLS-Client-NSS-Close.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-NSS-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-NSS-Connect.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Connect.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-Context.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Context.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-Hostname.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Hostname.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-Import.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Import.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenJDK-Use.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Use.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenSSL-CTX.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-CTX.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenSSL-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-Connect.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenSSL-Connection-Use.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-Connection-Use.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-OpenSSL-Init.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-Init.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-Python-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-Python-Connect.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Client-Python-check_host_name.xml
defensive-coding/en-US/snippets/Features-TLS-Client-Python-check_host_name.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-GNUTLS-Credentials-Close.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Credentials-Close.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-GNUTLS-Disconnect.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Disconnect.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-GNUTLS-Init.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Init.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-GNUTLS-Use.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Use.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-NSS-Close.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Close.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-NSS-Includes.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Includes.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-NSS-Init.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Init.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-NSS-Use.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Use.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Nagle.xml
defensive-coding/en-US/snippets/Features-TLS-Nagle.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-OpenJDK-Parameters.xml
defensive-coding/en-US/snippets/Features-TLS-OpenJDK-Parameters.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-OpenSSL-Connection-Close.xml
defensive-coding/en-US/snippets/Features-TLS-OpenSSL-Connection-Close.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-OpenSSL-Context-Close.xml
defensive-coding/en-US/snippets/Features-TLS-OpenSSL-Context-Close.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-OpenSSL-Errors.xml
defensive-coding/en-US/snippets/Features-TLS-OpenSSL-Errors.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Python-Close.xml
defensive-coding/en-US/snippets/Features-TLS-Python-Close.xml
file renamed
+0
-0
en-US/snippets/Features-TLS-Python-Use.xml
defensive-coding/en-US/snippets/Features-TLS-Python-Use.xml
file renamed
+0
-0
en-US/snippets/Go-Error_Handling-IO.xml
defensive-coding/en-US/snippets/Go-Error_Handling-IO.xml
file renamed
+0
-0
en-US/snippets/Go-Error_Handling-Regular.xml
defensive-coding/en-US/snippets/Go-Error_Handling-Regular.xml
file renamed
+0
-0
en-US/snippets/Java-Finally.xml
defensive-coding/en-US/snippets/Java-Finally.xml
file renamed
+0
-0
en-US/snippets/Java-JNI-Pointers.xml
defensive-coding/en-US/snippets/Java-JNI-Pointers.xml
file renamed
+0
-0
en-US/snippets/Java-Language-ReadArray.xml
defensive-coding/en-US/snippets/Java-Language-ReadArray.xml
file renamed
+0
-0
en-US/snippets/Java-SecurityManager-Callback.xml
defensive-coding/en-US/snippets/Java-SecurityManager-Callback.xml
file renamed
+0
-0
en-US/snippets/Java-SecurityManager-CurrentDirectory.xml
defensive-coding/en-US/snippets/Java-SecurityManager-CurrentDirectory.xml
file renamed
+0
-0
en-US/snippets/Java-SecurityManager-Privileged.xml
defensive-coding/en-US/snippets/Java-SecurityManager-Privileged.xml
file renamed
+0
-0
en-US/snippets/Java-SecurityManager-Unprivileged.xml
defensive-coding/en-US/snippets/Java-SecurityManager-Unprivileged.xml
file renamed
+0
-0
en-US/snippets/Java-TryWithResource.xml
defensive-coding/en-US/snippets/Java-TryWithResource.xml
file renamed
+0
-0
en-US/snippets/Shell-Input_Validation.xml
defensive-coding/en-US/snippets/Shell-Input_Validation.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-Expat-Create.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Expat-Create.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK-Errors.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-Errors.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK-Imports.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-Imports.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.xml
file renamed
+0
-0
en-US/snippets/Tasks-Serialization-XML-Qt-QDomDocument.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Qt-QDomDocument.xml
file renamed
+0
-0
pot/Author_Group.pot
defensive-coding/pot/Author_Group.pot
file renamed
+0
-0
pot/Book_Info.pot
defensive-coding/pot/Book_Info.pot
file renamed
+0
-0
pot/C-Allocators.pot
defensive-coding/pot/C-Allocators.pot
file renamed
+0
-0
pot/C-Language.pot
defensive-coding/pot/C-Language.pot
file renamed
+0
-0
pot/C-Libc.pot
defensive-coding/pot/C-Libc.pot
file renamed
+0
-0
pot/C-Other.pot
defensive-coding/pot/C-Other.pot
file renamed
+0
-0
pot/C.pot
defensive-coding/pot/C.pot
file renamed
+0
-0
pot/C/Allocators.pot
defensive-coding/pot/C/Allocators.pot
file renamed
+0
-0
pot/C/C.pot
defensive-coding/pot/C/C.pot
file renamed
+0
-0
pot/C/Language.pot
defensive-coding/pot/C/Language.pot
file renamed
+0
-0
pot/C/Libc.pot
defensive-coding/pot/C/Libc.pot
file renamed
+0
-0
pot/C/Other.pot
defensive-coding/pot/C/Other.pot
file renamed
+0
-0
pot/C/schemas.pot
defensive-coding/pot/C/schemas.pot
file renamed
+0
-0
pot/C/snippets/Arithmetic-add.pot
defensive-coding/pot/C/snippets/Arithmetic-add.pot
file renamed
+0
-0
pot/C/snippets/Arithmetic-mult.pot
defensive-coding/pot/C/snippets/Arithmetic-mult.pot
file renamed
+0
-0
pot/C/snippets/Pointers-remaining.pot
defensive-coding/pot/C/snippets/Pointers-remaining.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-format.pot
defensive-coding/pot/C/snippets/String-Functions-format.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-snprintf-incremental.pot
defensive-coding/pot/C/snippets/String-Functions-snprintf-incremental.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-snprintf.pot
defensive-coding/pot/C/snippets/String-Functions-snprintf.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-strncat-as-strncpy.pot
defensive-coding/pot/C/snippets/String-Functions-strncat-as-strncpy.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-strncat-emulation.pot
defensive-coding/pot/C/snippets/String-Functions-strncat-emulation.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-strncat-merged.pot
defensive-coding/pot/C/snippets/String-Functions-strncat-merged.pot
file renamed
+0
-0
pot/C/snippets/String-Functions-strncpy.pot
defensive-coding/pot/C/snippets/String-Functions-strncpy.pot
file renamed
+0
-0
pot/CXX-Language.pot
defensive-coding/pot/CXX-Language.pot
file renamed
+0
-0
pot/CXX-Std.pot
defensive-coding/pot/CXX-Std.pot
file renamed
+0
-0
pot/CXX.pot
defensive-coding/pot/CXX.pot
file renamed
+0
-0
pot/CXX/CXX.pot
defensive-coding/pot/CXX/CXX.pot
file renamed
+0
-0
pot/CXX/Language.pot
defensive-coding/pot/CXX/Language.pot
file renamed
+0
-0
pot/CXX/Std.pot
defensive-coding/pot/CXX/Std.pot
file renamed
+0
-0
pot/CXX/schemas.pot
defensive-coding/pot/CXX/schemas.pot
file renamed
+0
-0
pot/Defensive_Coding.pot
defensive-coding/pot/Defensive_Coding.pot
file renamed
+0
-0
pot/Features-Authentication.pot
defensive-coding/pot/Features-Authentication.pot
file renamed
+0
-0
pot/Features-TLS.pot
defensive-coding/pot/Features-TLS.pot
file renamed
+0
-0
pot/Features/Authentication.pot
defensive-coding/pot/Features/Authentication.pot
file renamed
+0
-0
pot/Features/TLS.pot
defensive-coding/pot/Features/TLS.pot
file renamed
+0
-0
pot/Features/schemas.pot
defensive-coding/pot/Features/schemas.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-GNUTLS-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Connect.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-GNUTLS-Credentials.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Credentials.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-GNUTLS-Match.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Match.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-GNUTLS-Verify.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Verify.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-NSS-Close.pot
defensive-coding/pot/Features/snippets/TLS-Client-NSS-Close.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-NSS-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-NSS-Connect.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Connect.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-Context.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Context.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-Context_For_Cert.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Context_For_Cert.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-Hostname.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Hostname.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-Import.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Import.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-MyTrustManager.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-MyTrustManager.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenJDK-Use.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Use.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenSSL-CTX.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-CTX.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenSSL-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-Connect.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenSSL-Connection-Use.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-Connection-Use.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-OpenSSL-Init.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-Init.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-Python-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-Python-Connect.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Client-Python-check_host_name.pot
defensive-coding/pot/Features/snippets/TLS-Client-Python-check_host_name.pot
file renamed
+0
-0
pot/Features/snippets/TLS-GNUTLS-Credentials-Close.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Credentials-Close.pot
file renamed
+0
-0
pot/Features/snippets/TLS-GNUTLS-Disconnect.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Disconnect.pot
file renamed
+0
-0
pot/Features/snippets/TLS-GNUTLS-Init.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Init.pot
file renamed
+0
-0
pot/Features/snippets/TLS-GNUTLS-Use.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Use.pot
file renamed
+0
-0
pot/Features/snippets/TLS-NSS-Close.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Close.pot
file renamed
+0
-0
pot/Features/snippets/TLS-NSS-Includes.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Includes.pot
file renamed
+0
-0
pot/Features/snippets/TLS-NSS-Init.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Init.pot
file renamed
+0
-0
pot/Features/snippets/TLS-NSS-Use.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Use.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Nagle.pot
defensive-coding/pot/Features/snippets/TLS-Nagle.pot
file renamed
+0
-0
pot/Features/snippets/TLS-OpenJDK-Parameters.pot
defensive-coding/pot/Features/snippets/TLS-OpenJDK-Parameters.pot
file renamed
+0
-0
pot/Features/snippets/TLS-OpenSSL-Connection-Close.pot
defensive-coding/pot/Features/snippets/TLS-OpenSSL-Connection-Close.pot
file renamed
+0
-0
pot/Features/snippets/TLS-OpenSSL-Context-Close.pot
defensive-coding/pot/Features/snippets/TLS-OpenSSL-Context-Close.pot
file renamed
+0
-0
pot/Features/snippets/TLS-OpenSSL-Errors.pot
defensive-coding/pot/Features/snippets/TLS-OpenSSL-Errors.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Python-Close.pot
defensive-coding/pot/Features/snippets/TLS-Python-Close.pot
file renamed
+0
-0
pot/Features/snippets/TLS-Python-Use.pot
defensive-coding/pot/Features/snippets/TLS-Python-Use.pot
file renamed
+0
-0
pot/Java-Language.pot
defensive-coding/pot/Java-Language.pot
file renamed
+0
-0
pot/Java-LowLevel.pot
defensive-coding/pot/Java-LowLevel.pot
file renamed
+0
-0
pot/Java-SecurityManager.pot
defensive-coding/pot/Java-SecurityManager.pot
file renamed
+0
-0
pot/Java.pot
defensive-coding/pot/Java.pot
file renamed
+0
-0
pot/Java/Java.pot
defensive-coding/pot/Java/Java.pot
file renamed
+0
-0
pot/Java/Language.pot
defensive-coding/pot/Java/Language.pot
file renamed
+0
-0
pot/Java/LowLevel.pot
defensive-coding/pot/Java/LowLevel.pot
file renamed
+0
-0
pot/Java/SecurityManager.pot
defensive-coding/pot/Java/SecurityManager.pot
file renamed
+0
-0
pot/Java/schemas.pot
defensive-coding/pot/Java/schemas.pot
file renamed
+0
-0
pot/Java/snippets/Finally.pot
defensive-coding/pot/Java/snippets/Finally.pot
file renamed
+0
-0
pot/Java/snippets/JNI-Pointers.pot
file added
+50
pot/Java/snippets/Language-ReadArray.pot
file added
+53
pot/Java/snippets/SecurityManager-Callback.pot
file added
+54
pot/Java/snippets/SecurityManager-CurrentDirectory.pot
defensive-coding/pot/Java/snippets/SecurityManager-CurrentDirectory.pot
file renamed
+0
-0
pot/Java/snippets/SecurityManager-Privileged.pot
defensive-coding/pot/Java/snippets/SecurityManager-Privileged.pot
file renamed
+0
-0
pot/Java/snippets/SecurityManager-Unprivileged.pot
file added
+42
pot/Java/snippets/TryWithResource.pot
defensive-coding/pot/Java/snippets/TryWithResource.pot
file renamed
+0
-0
pot/Python.pot
file added
+104
pot/Python/Language.pot
file added
+104
pot/Python/schemas.pot
defensive-coding/pot/Python/schemas.pot
file renamed
+0
-0
pot/Revision_History.pot
file added
+64
pot/Tasks-Cryptography.pot
defensive-coding/pot/Tasks-Cryptography.pot
file renamed
+0
-0
pot/Tasks-Descriptors.pot
defensive-coding/pot/Tasks-Descriptors.pot
file renamed
+0
-0
pot/Tasks-File_System.pot
defensive-coding/pot/Tasks-File_System.pot
file renamed
+0
-0
pot/Tasks-Library_Design.pot
defensive-coding/pot/Tasks-Library_Design.pot
file renamed
+0
-0
pot/Tasks-Locking.pot
defensive-coding/pot/Tasks-Locking.pot
file renamed
+0
-0
pot/Tasks-Processes.pot
defensive-coding/pot/Tasks-Processes.pot
file renamed
+0
-0
pot/Tasks-Serialization.pot
defensive-coding/pot/Tasks-Serialization.pot
file renamed
+0
-0
pot/Tasks-Temporary_Files.pot
defensive-coding/pot/Tasks-Temporary_Files.pot
file renamed
+0
-0
pot/Tasks/Cryptography.pot
defensive-coding/pot/Tasks/Cryptography.pot
file renamed
+0
-0
pot/Tasks/Descriptors.pot
defensive-coding/pot/Tasks/Descriptors.pot
file renamed
+0
-0
pot/Tasks/File_System.pot
defensive-coding/pot/Tasks/File_System.pot
file renamed
+0
-0
pot/Tasks/Library_Design.pot
defensive-coding/pot/Tasks/Library_Design.pot
file renamed
+0
-0
pot/Tasks/Locking.pot
defensive-coding/pot/Tasks/Locking.pot
file renamed
+0
-0
pot/Tasks/Processes.pot
defensive-coding/pot/Tasks/Processes.pot
file renamed
+0
-0
pot/Tasks/Serialization.pot
defensive-coding/pot/Tasks/Serialization.pot
file renamed
+0
-0
pot/Tasks/Temporary_Files.pot
defensive-coding/pot/Tasks/Temporary_Files.pot
file renamed
+0
-0
pot/Tasks/schemas.pot
defensive-coding/pot/Tasks/schemas.pot
file renamed
+0
-0
pot/Tasks/snippets/Serialization-XML-Expat-Create.pot
file added
+32
pot/Tasks/snippets/Serialization-XML-Expat-EntityDeclHandler.pot
defensive-coding/pot/Java/snippets/SecurityManager-Unprivileged.pot
file renamed
+9
-21
pot/Tasks/snippets/Serialization-XML-OpenJDK-Errors.pot
file added
+36
pot/Tasks/snippets/Serialization-XML-OpenJDK-Imports.pot
file added
+41
pot/Tasks/snippets/Serialization-XML-OpenJDK-NoEntityResolver.pot
defensive-coding/pot/Java/snippets/Language-ReadArray.pot
file renamed
+7
-31
pot/Tasks/snippets/Serialization-XML-OpenJDK-NoResourceResolver.pot
file added
+31
pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-DOM.pot
file added
+33
pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file added
+37
pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file added
+40
pot/Tasks/snippets/Serialization-XML-Qt-NoEntityHandler.pot
file added
+56
pot/Tasks/snippets/Serialization-XML-Qt-NoEntityReader.pot
file added
+39
pot/Tasks/snippets/Serialization-XML-Qt-QDomDocument.pot
file added
+30
pot/schemas.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-NoEntityResolver.pot
file renamed
+2
-17
pot/snippets/C-Arithmetic-add.pot
file added
+35
pot/snippets/C-Arithmetic-mult.pot
defensive-coding/pot/Java/snippets/JNI-Pointers.pot
file renamed
+7
-29
pot/snippets/C-Globals-String_Array.pot
file added
+26
pot/snippets/C-Pointers-remaining.pot
file added
+63
pot/snippets/C-String-Functions-format.pot
file added
+32
pot/snippets/C-String-Functions-snprintf-incremental.pot
file added
+28
pot/snippets/C-String-Functions-snprintf.pot
file added
+22
pot/snippets/C-String-Functions-strncat-as-strncpy.pot
file added
+22
pot/snippets/C-String-Functions-strncat-emulation.pot
file added
+23
pot/snippets/C-String-Functions-strncat-merged.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-Expat-EntityDeclHandler.pot
file renamed
+3
-12
pot/snippets/C-String-Functions-strncpy.pot
file added
+23
pot/snippets/Features-TLS-Client-GNUTLS-Connect.pot
file added
+70
pot/snippets/Features-TLS-Client-GNUTLS-Credentials.pot
file added
+46
pot/snippets/Features-TLS-Client-GNUTLS-Match.pot
file added
+47
pot/snippets/Features-TLS-Client-GNUTLS-Verify.pot
file added
+60
pot/snippets/Features-TLS-Client-NSS-Close.pot
file added
+30
pot/snippets/Features-TLS-Client-NSS-Connect.pot
file added
+103
pot/snippets/Features-TLS-Client-OpenJDK-Connect.pot
file added
+40
pot/snippets/Features-TLS-Client-OpenJDK-Context.pot
file added
+40
pot/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.pot
file added
+36
pot/snippets/Features-TLS-Client-OpenJDK-Hostname.pot
file added
+21
pot/snippets/Features-TLS-Client-OpenJDK-Import.pot
file added
+32
pot/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.pot
file added
+52
pot/snippets/Features-TLS-Client-OpenJDK-Use.pot
file added
+27
pot/snippets/Features-TLS-Client-OpenSSL-CTX.pot
file added
+85
pot/snippets/Features-TLS-Client-OpenSSL-Connect.pot
file added
+71
pot/snippets/Features-TLS-Client-OpenSSL-Connection-Use.pot
file added
+31
pot/snippets/Features-TLS-Client-OpenSSL-Init.pot
file added
+27
pot/snippets/Features-TLS-Client-Python-Connect.pot
file added
+28
pot/snippets/Features-TLS-Client-Python-check_host_name.pot
file added
+43
pot/snippets/Features-TLS-GNUTLS-Credentials-Close.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-Errors.pot
file renamed
+3
-18
pot/snippets/Features-TLS-GNUTLS-Disconnect.pot
file added
+29
pot/snippets/Features-TLS-GNUTLS-Init.pot
file added
+21
pot/snippets/Features-TLS-GNUTLS-Use.pot
file added
+37
pot/snippets/Features-TLS-NSS-Close.pot
file added
+22
pot/snippets/Features-TLS-NSS-Includes.pot
file added
+34
pot/snippets/Features-TLS-NSS-Init.pot
file added
+82
pot/snippets/Features-TLS-NSS-Use.pot
file added
+41
pot/snippets/Features-TLS-Nagle.pot
file added
+26
pot/snippets/Features-TLS-OpenJDK-Parameters.pot
file added
+41
pot/snippets/Features-TLS-OpenSSL-Connection-Close.pot
file added
+45
pot/snippets/Features-TLS-OpenSSL-Context-Close.pot
file added
+21
pot/snippets/Features-TLS-OpenSSL-Errors.pot
file added
+50
pot/snippets/Features-TLS-Python-Close.pot
file added
+21
pot/snippets/Features-TLS-Python-Use.pot
file added
+25
pot/snippets/Java-Finally.pot
file added
+26
pot/snippets/Java-JNI-Pointers.pot
file added
+50
pot/snippets/Java-Language-ReadArray.pot
file added
+53
pot/snippets/Java-SecurityManager-Callback.pot
file added
+54
pot/snippets/Java-SecurityManager-CurrentDirectory.pot
file added
+22
pot/snippets/Java-SecurityManager-Privileged.pot
file added
+33
pot/snippets/Java-SecurityManager-Unprivileged.pot
file added
+42
pot/snippets/Java-TryWithResource.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-Expat-Create.pot
file renamed
+4
-13
pot/snippets/Tasks-Serialization-XML-Expat-Create.pot
file added
+32
pot/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.pot
file added
+30
pot/snippets/Tasks-Serialization-XML-OpenJDK-Errors.pot
file added
+36
pot/snippets/Tasks-Serialization-XML-OpenJDK-Imports.pot
file added
+41
pot/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.pot
file added
+29
pot/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.pot
file added
+31
pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.pot
file added
+33
pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file added
+37
pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file added
+40
pot/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.pot
file added
+56
pot/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.pot
file added
+39
pot/snippets/Tasks-Serialization-XML-Qt-QDomDocument.pot
file added
+30
publican.cfg
file added
+10
schemas.xml
file added
+6
scripts/split-snippets.py
file added
+107
src/.gitignore
file added
+9
src/C-Arithmetic-add.c
file added
+31
src/C-Arithmetic-mult.c
file added
+12
src/C-Globals.c
file added
+17
src/C-Pointers-remaining.c
file added
+51
src/C-String-Functions.c
file added
+91
src/DERParser.java
defensive-coding/src/DERParser.java
file renamed
+0
-0
src/Go-Error_Handling.go
file added
+48
src/Java-JNI-Pointers.c
file added
+41
src/JavaFinally.java
file added
+31
src/JavaReadArray.java
file added
+55
src/JavaSecurityManagerPrivileged.java
file added
+80
src/JavaSecurityManagerUnprivileged.java
file added
+80
src/Shell-Input_Validation.sh
file added
+41
src/TLS-Client-GNUTLS.c
defensive-coding/src/TLS-Client-GNUTLS.c
file renamed
+0
-0
src/TLS-Client-NSS.c
defensive-coding/src/TLS-Client-NSS.c
file renamed
+0
-0
src/TLS-Client-OpenSSL.c
defensive-coding/src/TLS-Client-OpenSSL.c
file renamed
+0
-0
src/TLS-Client-Python.py
file added
+56
src/TLSClientOpenJDK.java
defensive-coding/src/TLSClientOpenJDK.java
file renamed
+0
-0
src/XML-Parser-Expat.c
file added
+135
src/XML-Parser-Qt.cpp
file added
+120
src/XMLParserOpenJDK.java
defensive-coding/src/XMLParserOpenJDK.java
file renamed
+0
-0
src/check-function.py
file added
+18
src/data/XML-Parser-DTD_Public.xml
file added
+4
src/data/XML-Parser-DTD_Public_URL.xml
file added
+4
src/data/XML-Parser-DTD_System.xml
file added
+4
src/data/XML-Parser-DTD_System_URL.xml
file added
+4
src/data/XML-Parser-External_Entity_Public.xml
file added
+7
src/data/XML-Parser-External_Entity_Public_URL.xml
file added
+7
src/data/XML-Parser-External_Entity_System.xml
file added
+7
src/data/XML-Parser-External_Entity_System_URL.xml
file added
+7
src/data/XML-Parser-External_Regexp_3.dtd
file added
+11
src/data/XML-Parser-External_Regexp_3.xml
file added
+10
src/data/XML-Parser-Internal_Entity_Exponential.xml
file added
+37
src/data/XML-Parser-Internal_Entity_Exponential_Attribute.xml
file added
+38
src/data/XML-Parser-Internal_Entity_Polynomial.xml
file added
+13
src/data/XML-Parser-Internal_Entity_Polynomial_Attribute.xml
file added
+15
src/data/XML-Parser-Internal_Regexp_1.xml
file added
+41
src/data/XML-Parser-Internal_Regexp_2.xml
file added
+43
src/data/XML-Parser-Internal_Regexp_3.xml
file added
+22
src/data/XML-Parser-Notation_Public.xml
file added
+8
src/data/XML-Parser-Notation_Public_URL.xml
file added
+8
src/data/XML-Parser-Notation_System.xml
file added
+8
src/data/XML-Parser-Notation_System_URL.xml
file added
+8
src/data/XML-Parser-Validate-Regexp_1.dtd
file added
+28
src/data/XML-Parser-Validate-Regexp_1.rng
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.rng
file renamed
+0
-0
src/data/XML-Parser-Validate-Regexp_1.xml
file added
+5
src/data/XML-Parser-Validate-Regexp_1.xsd
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.xsd
file renamed
+0
-0
src/data/XML-Parser-Validate-Regexp_4.xsd
file added
+38
src/data/XML-Parser-XInclude-File.xml
file added
+5
src/data/XML-Parser-XInclude-URL.xml
file added
+5
src/data/XML-Parser-XSD-File.xml
file added
+4
src/data/XML-Parser-XSD-Include_File.xml
file added
+19
src/data/XML-Parser-XSD-Include_URL.xml
file added
+19
src/data/XML-Parser-XSD-URL.xml
file added
+4
src/data/java/grant-all.policy
file added
+5
src/src.mk
file added
+79
src/tcp_connect.c
file added
+52
src/tcp_connect.h
file added
+6
src/x509_check_host.c
defensive-coding/src/x509_check_host.c
file renamed
+0
-0
Removed non-Defensive Coding Guide bits and promoted source to root
Makefile
defensive-coding/Makefile
file renamed
file was renamed with no change to the file
README
defensive-coding/README
file renamed
file was renamed with no change to the file
Securing_TLS/en-US/Author_Group.xml
file removed
-17
Securing_TLS/en-US/Book_Info.xml
file removed
-28
Securing_TLS/en-US/Chapter.xml
file removed
-33
Securing_TLS/en-US/GnuTLS.xml
file removed
-33
Securing_TLS/en-US/NSS.xml
file removed
-33
Securing_TLS/en-US/OpenSSL.xml
file removed
-215
Securing_TLS/en-US/Preface.xml
file removed
-13
Securing_TLS/en-US/Revision_History.xml
file removed
-27
Securing_TLS/en-US/Securing_TLS.ent
file removed
-4
Securing_TLS/en-US/Securing_TLS.xml
file removed
-14
Securing_TLS/en-US/dovecot.xml
file removed
-33
Securing_TLS/en-US/freeradius.xml
file removed
-33
Securing_TLS/en-US/images/icon.svg
file removed
-19
Securing_TLS/en-US/mod_nss.xml
file removed
-33
Securing_TLS/en-US/mod_ssl.xml
file removed
-161
Securing_TLS/en-US/tomcat.xml
file removed
-33
Securing_TLS/publican.cfg
file removed
-8
defensive-coding/.gitignore
file removed
-1
defensive-coding/.tx/config
file removed
-543
defensive-coding/.tx/defensive-coding-guide.Author_Group/el-GR_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/en_US_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/es-ES_translation
file removed
-36
defensive-coding/.tx/defensive-coding-guide.Author_Group/fi-FI_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/fr-FR_translation
file removed
-36
defensive-coding/.tx/defensive-coding-guide.Author_Group/gl-ES_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/id-ID_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/it-IT_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/ko-KR_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/ru-RU_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Author_Group/sl-SI_translation
file removed
-35
defensive-coding/.tx/defensive-coding-guide.Book_Info/el-GR_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/en_US_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/fi-FI_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/fr-FR_translation
file removed
-39
defensive-coding/.tx/defensive-coding-guide.Book_Info/gl-ES_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/id-ID_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/it-IT_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/ko-KR_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/ru-RU_translation
file removed
-38
defensive-coding/.tx/defensive-coding-guide.Book_Info/sl-SI_translation
file removed
-38
defensive-coding/pot/Java/snippets/SecurityManager-Callback.pot
file removed
-54
defensive-coding/pot/Python.pot
file removed
-104
defensive-coding/pot/Python/Language.pot
file removed
-104
defensive-coding/pot/Revision_History.pot
file removed
-64
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-Imports.pot
file removed
-41
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-NoResourceResolver.pot
file removed
-31
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-DOM.pot
file removed
-33
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file removed
-37
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file removed
-40
defensive-coding/pot/Tasks/snippets/Serialization-XML-Qt-NoEntityHandler.pot
file removed
-56
defensive-coding/pot/Tasks/snippets/Serialization-XML-Qt-NoEntityReader.pot
file removed
-39
defensive-coding/pot/Tasks/snippets/Serialization-XML-Qt-QDomDocument.pot
file removed
-30
defensive-coding/pot/schemas.pot
file removed
-14
defensive-coding/pot/snippets/C-Arithmetic-add.pot
file removed
-35
defensive-coding/pot/snippets/C-Arithmetic-mult.pot
file removed
-28
defensive-coding/pot/snippets/C-Globals-String_Array.pot
file removed
-26
defensive-coding/pot/snippets/C-Pointers-remaining.pot
file removed
-63
defensive-coding/pot/snippets/C-String-Functions-format.pot
file removed
-32
defensive-coding/pot/snippets/C-String-Functions-snprintf-incremental.pot
file removed
-28
defensive-coding/pot/snippets/C-String-Functions-snprintf.pot
file removed
-22
defensive-coding/pot/snippets/C-String-Functions-strncat-as-strncpy.pot
file removed
-22
defensive-coding/pot/snippets/C-String-Functions-strncat-emulation.pot
file removed
-23
defensive-coding/pot/snippets/C-String-Functions-strncat-merged.pot
file removed
-21
defensive-coding/pot/snippets/C-String-Functions-strncpy.pot
file removed
-23
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Connect.pot
file removed
-70
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Credentials.pot
file removed
-46
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Match.pot
file removed
-47
defensive-coding/pot/snippets/Features-TLS-Client-GNUTLS-Verify.pot
file removed
-60
defensive-coding/pot/snippets/Features-TLS-Client-NSS-Close.pot
file removed
-30
defensive-coding/pot/snippets/Features-TLS-Client-NSS-Connect.pot
file removed
-103
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Connect.pot
file removed
-40
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Context.pot
file removed
-40
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.pot
file removed
-36
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Hostname.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Import.pot
file removed
-32
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.pot
file removed
-52
defensive-coding/pot/snippets/Features-TLS-Client-OpenJDK-Use.pot
file removed
-27
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-CTX.pot
file removed
-85
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-Connect.pot
file removed
-71
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-Connection-Use.pot
file removed
-31
defensive-coding/pot/snippets/Features-TLS-Client-OpenSSL-Init.pot
file removed
-27
defensive-coding/pot/snippets/Features-TLS-Client-Python-Connect.pot
file removed
-28
defensive-coding/pot/snippets/Features-TLS-Client-Python-check_host_name.pot
file removed
-43
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Credentials-Close.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Disconnect.pot
file removed
-29
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Init.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-GNUTLS-Use.pot
file removed
-37
defensive-coding/pot/snippets/Features-TLS-NSS-Close.pot
file removed
-22
defensive-coding/pot/snippets/Features-TLS-NSS-Includes.pot
file removed
-34
defensive-coding/pot/snippets/Features-TLS-NSS-Init.pot
file removed
-82
defensive-coding/pot/snippets/Features-TLS-NSS-Use.pot
file removed
-41
defensive-coding/pot/snippets/Features-TLS-Nagle.pot
file removed
-26
defensive-coding/pot/snippets/Features-TLS-OpenJDK-Parameters.pot
file removed
-41
defensive-coding/pot/snippets/Features-TLS-OpenSSL-Connection-Close.pot
file removed
-45
defensive-coding/pot/snippets/Features-TLS-OpenSSL-Context-Close.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-OpenSSL-Errors.pot
file removed
-50
defensive-coding/pot/snippets/Features-TLS-Python-Close.pot
file removed
-21
defensive-coding/pot/snippets/Features-TLS-Python-Use.pot
file removed
-25
defensive-coding/pot/snippets/Java-Finally.pot
file removed
-26
defensive-coding/pot/snippets/Java-JNI-Pointers.pot
file removed
-50
defensive-coding/pot/snippets/Java-Language-ReadArray.pot
file removed
-53
defensive-coding/pot/snippets/Java-SecurityManager-Callback.pot
file removed
-54
defensive-coding/pot/snippets/Java-SecurityManager-CurrentDirectory.pot
file removed
-22
defensive-coding/pot/snippets/Java-SecurityManager-Privileged.pot
file removed
-33
defensive-coding/pot/snippets/Java-SecurityManager-Unprivileged.pot
file removed
-42
defensive-coding/pot/snippets/Java-TryWithResource.pot
file removed
-23
defensive-coding/pot/snippets/Tasks-Serialization-XML-Expat-Create.pot
file removed
-32
defensive-coding/pot/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.pot
file removed
-30
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-Errors.pot
file removed
-36
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-Imports.pot
file removed
-41
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.pot
file removed
-29
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.pot
file removed
-31
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.pot
file removed
-33
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file removed
-37
defensive-coding/pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file removed
-40
defensive-coding/pot/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.pot
file removed
-56
defensive-coding/pot/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.pot
file removed
-39
defensive-coding/pot/snippets/Tasks-Serialization-XML-Qt-QDomDocument.pot
file removed
-30
defensive-coding/publican.cfg
file removed
-10
defensive-coding/schemas.xml
file removed
-6
defensive-coding/scripts/split-snippets.py
file removed
-107
defensive-coding/src/.gitignore
file removed
-9
defensive-coding/src/C-Arithmetic-add.c
file removed
-31
defensive-coding/src/C-Arithmetic-mult.c
file removed
-12
defensive-coding/src/C-Globals.c
file removed
-17
defensive-coding/src/C-Pointers-remaining.c
file removed
-51
defensive-coding/src/C-String-Functions.c
file removed
-91
defensive-coding/src/Go-Error_Handling.go
file removed
-48
defensive-coding/src/Java-JNI-Pointers.c
file removed
-41
defensive-coding/src/JavaFinally.java
file removed
-31
defensive-coding/src/JavaReadArray.java
file removed
-55
defensive-coding/src/JavaSecurityManagerPrivileged.java
file removed
-80
defensive-coding/src/JavaSecurityManagerUnprivileged.java
file removed
-80
defensive-coding/src/Shell-Input_Validation.sh
file removed
-41
defensive-coding/src/TLS-Client-Python.py
file removed
-56
defensive-coding/src/XML-Parser-Expat.c
file removed
-135
defensive-coding/src/XML-Parser-Qt.cpp
file removed
-120
defensive-coding/src/check-function.py
file removed
-18
defensive-coding/src/data/XML-Parser-DTD_Public.xml
file removed
-4
defensive-coding/src/data/XML-Parser-DTD_Public_URL.xml
file removed
-4
defensive-coding/src/data/XML-Parser-DTD_System.xml
file removed
-4
defensive-coding/src/data/XML-Parser-DTD_System_URL.xml
file removed
-4
defensive-coding/src/data/XML-Parser-External_Entity_Public.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Entity_Public_URL.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Entity_System.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Entity_System_URL.xml
file removed
-7
defensive-coding/src/data/XML-Parser-External_Regexp_3.dtd
file removed
-11
defensive-coding/src/data/XML-Parser-External_Regexp_3.xml
file removed
-10
defensive-coding/src/data/XML-Parser-Internal_Entity_Exponential.xml
file removed
-37
defensive-coding/src/data/XML-Parser-Internal_Entity_Exponential_Attribute.xml
file removed
-38
defensive-coding/src/data/XML-Parser-Internal_Entity_Polynomial.xml
file removed
-13
defensive-coding/src/data/XML-Parser-Internal_Entity_Polynomial_Attribute.xml
file removed
-15
defensive-coding/src/data/XML-Parser-Internal_Regexp_1.xml
file removed
-41
defensive-coding/src/data/XML-Parser-Internal_Regexp_2.xml
file removed
-43
defensive-coding/src/data/XML-Parser-Internal_Regexp_3.xml
file removed
-22
defensive-coding/src/data/XML-Parser-Notation_Public.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Notation_Public_URL.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Notation_System.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Notation_System_URL.xml
file removed
-8
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.dtd
file removed
-28
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.xml
file removed
-5
defensive-coding/src/data/XML-Parser-Validate-Regexp_4.xsd
file removed
-38
defensive-coding/src/data/XML-Parser-XInclude-File.xml
file removed
-5
defensive-coding/src/data/XML-Parser-XInclude-URL.xml
file removed
-5
defensive-coding/src/data/XML-Parser-XSD-File.xml
file removed
-4
defensive-coding/src/data/XML-Parser-XSD-Include_File.xml
file removed
-19
defensive-coding/src/data/XML-Parser-XSD-Include_URL.xml
file removed
-19
defensive-coding/src/data/XML-Parser-XSD-URL.xml
file removed
-4
defensive-coding/src/data/java/grant-all.policy
file removed
-5
defensive-coding/src/src.mk
file removed
-79
defensive-coding/src/tcp_connect.c
file removed
-52
defensive-coding/src/tcp_connect.h
file removed
-6
docbook-schema/README
defensive-coding/docbook-schema/README
file renamed
file was renamed with no change to the file
docbook-schema/calstblx.rnc
defensive-coding/docbook-schema/calstblx.rnc
file renamed
file was renamed with no change to the file
docbook-schema/dbhierx.rnc
defensive-coding/docbook-schema/dbhierx.rnc
file renamed
file was renamed with no change to the file
docbook-schema/dbnotnx.rnc
defensive-coding/docbook-schema/dbnotnx.rnc
file renamed
file was renamed with no change to the file
docbook-schema/dbpoolx.rnc
defensive-coding/docbook-schema/dbpoolx.rnc
file renamed
file was renamed with no change to the file
docbook-schema/docbook.rnc
defensive-coding/docbook-schema/docbook.rnc
file renamed
file was renamed with no change to the file
docbook-schema/htmltblx.rnc
defensive-coding/docbook-schema/htmltblx.rnc
file renamed
file was renamed with no change to the file
en-US/Author_Group.xml
defensive-coding/en-US/Author_Group.xml
file renamed
file was renamed with no change to the file
en-US/Book_Info.xml
defensive-coding/en-US/Book_Info.xml
file renamed
file was renamed with no change to the file
en-US/C-Allocators.xml
defensive-coding/en-US/C-Allocators.xml
file renamed
file was renamed with no change to the file
en-US/C-Language.xml
defensive-coding/en-US/C-Language.xml
file renamed
file was renamed with no change to the file
en-US/C-Libc.xml
defensive-coding/en-US/C-Libc.xml
file renamed
file was renamed with no change to the file
en-US/C-Other.xml
defensive-coding/en-US/C-Other.xml
file renamed
file was renamed with no change to the file
en-US/C.xml
defensive-coding/en-US/C.xml
file renamed
file was renamed with no change to the file
en-US/CXX-Language.xml
defensive-coding/en-US/CXX-Language.xml
file renamed
file was renamed with no change to the file
en-US/CXX-Std.xml
defensive-coding/en-US/CXX-Std.xml
file renamed
file was renamed with no change to the file
en-US/CXX.xml
defensive-coding/en-US/CXX.xml
file renamed
file was renamed with no change to the file
en-US/Defensive_Coding.ent
defensive-coding/en-US/Defensive_Coding.ent
file renamed
file was renamed with no change to the file
en-US/Defensive_Coding.xml
defensive-coding/en-US/Defensive_Coding.xml
file renamed
file was renamed with no change to the file
en-US/Features-Authentication.xml
defensive-coding/en-US/Features-Authentication.xml
file renamed
file was renamed with no change to the file
en-US/Features-TLS.xml
defensive-coding/en-US/Features-TLS.xml
file renamed
file was renamed with no change to the file
en-US/Go.xml
defensive-coding/en-US/Go.xml
file renamed
file was renamed with no change to the file
en-US/Java-Language.xml
defensive-coding/en-US/Java-Language.xml
file renamed
file was renamed with no change to the file
en-US/Java-LowLevel.xml
defensive-coding/en-US/Java-LowLevel.xml
file renamed
file was renamed with no change to the file
en-US/Java-SecurityManager.xml
defensive-coding/en-US/Java-SecurityManager.xml
file renamed
file was renamed with no change to the file
en-US/Java.xml
defensive-coding/en-US/Java.xml
file renamed
file was renamed with no change to the file
en-US/Python.xml
defensive-coding/en-US/Python.xml
file renamed
file was renamed with no change to the file
en-US/Revision_History.xml
defensive-coding/en-US/Revision_History.xml
file renamed
file was renamed with no change to the file
en-US/Shell.xml
defensive-coding/en-US/Shell.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Cryptography.xml
defensive-coding/en-US/Tasks-Cryptography.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Descriptors.xml
defensive-coding/en-US/Tasks-Descriptors.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-File_System.xml
defensive-coding/en-US/Tasks-File_System.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Library_Design.xml
defensive-coding/en-US/Tasks-Library_Design.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Locking.xml
defensive-coding/en-US/Tasks-Locking.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Packaging.xml
defensive-coding/en-US/Tasks-Packaging.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Processes.xml
defensive-coding/en-US/Tasks-Processes.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Serialization.xml
defensive-coding/en-US/Tasks-Serialization.xml
file renamed
file was renamed with no change to the file
en-US/Tasks-Temporary_Files.xml
defensive-coding/en-US/Tasks-Temporary_Files.xml
file renamed
file was renamed with no change to the file
en-US/Vala.xml
defensive-coding/en-US/Vala.xml
file renamed
file was renamed with no change to the file
en-US/Web_Applications.xml.txt
defensive-coding/en-US/Web_Applications.xml.txt
file renamed
file was renamed with no change to the file
en-US/images/icon.svg
defensive-coding/en-US/images/icon.svg
file renamed
file was renamed with no change to the file
en-US/schemas.xml
defensive-coding/en-US/schemas.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-Arithmetic-add.xml
defensive-coding/en-US/snippets/C-Arithmetic-add.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-Arithmetic-add_unsigned.xml
defensive-coding/en-US/snippets/C-Arithmetic-add_unsigned.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-Arithmetic-mult.xml
defensive-coding/en-US/snippets/C-Arithmetic-mult.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-Globals-String_Array.xml
defensive-coding/en-US/snippets/C-Globals-String_Array.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-Pointers-remaining.xml
defensive-coding/en-US/snippets/C-Pointers-remaining.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-format.xml
defensive-coding/en-US/snippets/C-String-Functions-format.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-snprintf-incremental.xml
defensive-coding/en-US/snippets/C-String-Functions-snprintf-incremental.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-snprintf.xml
defensive-coding/en-US/snippets/C-String-Functions-snprintf.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-strncat-as-strncpy.xml
defensive-coding/en-US/snippets/C-String-Functions-strncat-as-strncpy.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-strncat-emulation.xml
defensive-coding/en-US/snippets/C-String-Functions-strncat-emulation.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-strncat-merged.xml
defensive-coding/en-US/snippets/C-String-Functions-strncat-merged.xml
file renamed
file was renamed with no change to the file
en-US/snippets/C-String-Functions-strncpy.xml
defensive-coding/en-US/snippets/C-String-Functions-strncpy.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-GNUTLS-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Connect.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-GNUTLS-Credentials.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Credentials.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-GNUTLS-Match.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Match.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-GNUTLS-Verify.xml
defensive-coding/en-US/snippets/Features-TLS-Client-GNUTLS-Verify.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-NSS-Close.xml
defensive-coding/en-US/snippets/Features-TLS-Client-NSS-Close.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-NSS-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-NSS-Connect.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Connect.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-Context.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Context.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-Hostname.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Hostname.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-Import.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Import.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenJDK-Use.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenJDK-Use.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenSSL-CTX.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-CTX.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenSSL-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-Connect.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenSSL-Connection-Use.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-Connection-Use.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-OpenSSL-Init.xml
defensive-coding/en-US/snippets/Features-TLS-Client-OpenSSL-Init.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-Python-Connect.xml
defensive-coding/en-US/snippets/Features-TLS-Client-Python-Connect.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Client-Python-check_host_name.xml
defensive-coding/en-US/snippets/Features-TLS-Client-Python-check_host_name.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-GNUTLS-Credentials-Close.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Credentials-Close.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-GNUTLS-Disconnect.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Disconnect.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-GNUTLS-Init.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Init.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-GNUTLS-Use.xml
defensive-coding/en-US/snippets/Features-TLS-GNUTLS-Use.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-NSS-Close.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Close.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-NSS-Includes.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Includes.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-NSS-Init.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Init.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-NSS-Use.xml
defensive-coding/en-US/snippets/Features-TLS-NSS-Use.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Nagle.xml
defensive-coding/en-US/snippets/Features-TLS-Nagle.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-OpenJDK-Parameters.xml
defensive-coding/en-US/snippets/Features-TLS-OpenJDK-Parameters.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-OpenSSL-Connection-Close.xml
defensive-coding/en-US/snippets/Features-TLS-OpenSSL-Connection-Close.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-OpenSSL-Context-Close.xml
defensive-coding/en-US/snippets/Features-TLS-OpenSSL-Context-Close.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-OpenSSL-Errors.xml
defensive-coding/en-US/snippets/Features-TLS-OpenSSL-Errors.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Python-Close.xml
defensive-coding/en-US/snippets/Features-TLS-Python-Close.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Features-TLS-Python-Use.xml
defensive-coding/en-US/snippets/Features-TLS-Python-Use.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Go-Error_Handling-IO.xml
defensive-coding/en-US/snippets/Go-Error_Handling-IO.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Go-Error_Handling-Regular.xml
defensive-coding/en-US/snippets/Go-Error_Handling-Regular.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-Finally.xml
defensive-coding/en-US/snippets/Java-Finally.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-JNI-Pointers.xml
defensive-coding/en-US/snippets/Java-JNI-Pointers.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-Language-ReadArray.xml
defensive-coding/en-US/snippets/Java-Language-ReadArray.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-SecurityManager-Callback.xml
defensive-coding/en-US/snippets/Java-SecurityManager-Callback.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-SecurityManager-CurrentDirectory.xml
defensive-coding/en-US/snippets/Java-SecurityManager-CurrentDirectory.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-SecurityManager-Privileged.xml
defensive-coding/en-US/snippets/Java-SecurityManager-Privileged.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-SecurityManager-Unprivileged.xml
defensive-coding/en-US/snippets/Java-SecurityManager-Unprivileged.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Java-TryWithResource.xml
defensive-coding/en-US/snippets/Java-TryWithResource.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Shell-Input_Validation.xml
defensive-coding/en-US/snippets/Shell-Input_Validation.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-Expat-Create.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Expat-Create.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK-Errors.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-Errors.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK-Imports.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-Imports.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.xml
file renamed
file was renamed with no change to the file
en-US/snippets/Tasks-Serialization-XML-Qt-QDomDocument.xml
defensive-coding/en-US/snippets/Tasks-Serialization-XML-Qt-QDomDocument.xml
file renamed
file was renamed with no change to the file
pot/Author_Group.pot
defensive-coding/pot/Author_Group.pot
file renamed
file was renamed with no change to the file
pot/Book_Info.pot
defensive-coding/pot/Book_Info.pot
file renamed
file was renamed with no change to the file
pot/C-Allocators.pot
defensive-coding/pot/C-Allocators.pot
file renamed
file was renamed with no change to the file
pot/C-Language.pot
defensive-coding/pot/C-Language.pot
file renamed
file was renamed with no change to the file
pot/C-Libc.pot
defensive-coding/pot/C-Libc.pot
file renamed
file was renamed with no change to the file
pot/C-Other.pot
defensive-coding/pot/C-Other.pot
file renamed
file was renamed with no change to the file
pot/C.pot
defensive-coding/pot/C.pot
file renamed
file was renamed with no change to the file
pot/C/Allocators.pot
defensive-coding/pot/C/Allocators.pot
file renamed
file was renamed with no change to the file
pot/C/C.pot
defensive-coding/pot/C/C.pot
file renamed
file was renamed with no change to the file
pot/C/Language.pot
defensive-coding/pot/C/Language.pot
file renamed
file was renamed with no change to the file
pot/C/Libc.pot
defensive-coding/pot/C/Libc.pot
file renamed
file was renamed with no change to the file
pot/C/Other.pot
defensive-coding/pot/C/Other.pot
file renamed
file was renamed with no change to the file
pot/C/schemas.pot
defensive-coding/pot/C/schemas.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/Arithmetic-add.pot
defensive-coding/pot/C/snippets/Arithmetic-add.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/Arithmetic-mult.pot
defensive-coding/pot/C/snippets/Arithmetic-mult.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/Pointers-remaining.pot
defensive-coding/pot/C/snippets/Pointers-remaining.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-format.pot
defensive-coding/pot/C/snippets/String-Functions-format.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-snprintf-incremental.pot
defensive-coding/pot/C/snippets/String-Functions-snprintf-incremental.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-snprintf.pot
defensive-coding/pot/C/snippets/String-Functions-snprintf.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-strncat-as-strncpy.pot
defensive-coding/pot/C/snippets/String-Functions-strncat-as-strncpy.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-strncat-emulation.pot
defensive-coding/pot/C/snippets/String-Functions-strncat-emulation.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-strncat-merged.pot
defensive-coding/pot/C/snippets/String-Functions-strncat-merged.pot
file renamed
file was renamed with no change to the file
pot/C/snippets/String-Functions-strncpy.pot
defensive-coding/pot/C/snippets/String-Functions-strncpy.pot
file renamed
file was renamed with no change to the file
pot/CXX-Language.pot
defensive-coding/pot/CXX-Language.pot
file renamed
file was renamed with no change to the file
pot/CXX-Std.pot
defensive-coding/pot/CXX-Std.pot
file renamed
file was renamed with no change to the file
pot/CXX.pot
defensive-coding/pot/CXX.pot
file renamed
file was renamed with no change to the file
pot/CXX/CXX.pot
defensive-coding/pot/CXX/CXX.pot
file renamed
file was renamed with no change to the file
pot/CXX/Language.pot
defensive-coding/pot/CXX/Language.pot
file renamed
file was renamed with no change to the file
pot/CXX/Std.pot
defensive-coding/pot/CXX/Std.pot
file renamed
file was renamed with no change to the file
pot/CXX/schemas.pot
defensive-coding/pot/CXX/schemas.pot
file renamed
file was renamed with no change to the file
pot/Defensive_Coding.pot
defensive-coding/pot/Defensive_Coding.pot
file renamed
file was renamed with no change to the file
pot/Features-Authentication.pot
defensive-coding/pot/Features-Authentication.pot
file renamed
file was renamed with no change to the file
pot/Features-TLS.pot
defensive-coding/pot/Features-TLS.pot
file renamed
file was renamed with no change to the file
pot/Features/Authentication.pot
defensive-coding/pot/Features/Authentication.pot
file renamed
file was renamed with no change to the file
pot/Features/TLS.pot
defensive-coding/pot/Features/TLS.pot
file renamed
file was renamed with no change to the file
pot/Features/schemas.pot
defensive-coding/pot/Features/schemas.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-GNUTLS-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Connect.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-GNUTLS-Credentials.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Credentials.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-GNUTLS-Match.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Match.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-GNUTLS-Verify.pot
defensive-coding/pot/Features/snippets/TLS-Client-GNUTLS-Verify.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-NSS-Close.pot
defensive-coding/pot/Features/snippets/TLS-Client-NSS-Close.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-NSS-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-NSS-Connect.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Connect.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-Context.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Context.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-Context_For_Cert.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Context_For_Cert.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-Hostname.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Hostname.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-Import.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Import.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-MyTrustManager.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-MyTrustManager.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenJDK-Use.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenJDK-Use.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenSSL-CTX.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-CTX.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenSSL-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-Connect.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenSSL-Connection-Use.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-Connection-Use.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-OpenSSL-Init.pot
defensive-coding/pot/Features/snippets/TLS-Client-OpenSSL-Init.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-Python-Connect.pot
defensive-coding/pot/Features/snippets/TLS-Client-Python-Connect.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Client-Python-check_host_name.pot
defensive-coding/pot/Features/snippets/TLS-Client-Python-check_host_name.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-GNUTLS-Credentials-Close.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Credentials-Close.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-GNUTLS-Disconnect.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Disconnect.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-GNUTLS-Init.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Init.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-GNUTLS-Use.pot
defensive-coding/pot/Features/snippets/TLS-GNUTLS-Use.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-NSS-Close.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Close.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-NSS-Includes.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Includes.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-NSS-Init.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Init.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-NSS-Use.pot
defensive-coding/pot/Features/snippets/TLS-NSS-Use.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Nagle.pot
defensive-coding/pot/Features/snippets/TLS-Nagle.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-OpenJDK-Parameters.pot
defensive-coding/pot/Features/snippets/TLS-OpenJDK-Parameters.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-OpenSSL-Connection-Close.pot
defensive-coding/pot/Features/snippets/TLS-OpenSSL-Connection-Close.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-OpenSSL-Context-Close.pot
defensive-coding/pot/Features/snippets/TLS-OpenSSL-Context-Close.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-OpenSSL-Errors.pot
defensive-coding/pot/Features/snippets/TLS-OpenSSL-Errors.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Python-Close.pot
defensive-coding/pot/Features/snippets/TLS-Python-Close.pot
file renamed
file was renamed with no change to the file
pot/Features/snippets/TLS-Python-Use.pot
defensive-coding/pot/Features/snippets/TLS-Python-Use.pot
file renamed
file was renamed with no change to the file
pot/Java-Language.pot
defensive-coding/pot/Java-Language.pot
file renamed
file was renamed with no change to the file
pot/Java-LowLevel.pot
defensive-coding/pot/Java-LowLevel.pot
file renamed
file was renamed with no change to the file
pot/Java-SecurityManager.pot
defensive-coding/pot/Java-SecurityManager.pot
file renamed
file was renamed with no change to the file
pot/Java.pot
defensive-coding/pot/Java.pot
file renamed
file was renamed with no change to the file
pot/Java/Java.pot
defensive-coding/pot/Java/Java.pot
file renamed
file was renamed with no change to the file
pot/Java/Language.pot
defensive-coding/pot/Java/Language.pot
file renamed
file was renamed with no change to the file
pot/Java/LowLevel.pot
defensive-coding/pot/Java/LowLevel.pot
file renamed
file was renamed with no change to the file
pot/Java/SecurityManager.pot
defensive-coding/pot/Java/SecurityManager.pot
file renamed
file was renamed with no change to the file
pot/Java/schemas.pot
defensive-coding/pot/Java/schemas.pot
file renamed
file was renamed with no change to the file
pot/Java/snippets/Finally.pot
defensive-coding/pot/Java/snippets/Finally.pot
file renamed
file was renamed with no change to the file
pot/Java/snippets/JNI-Pointers.pot
file added
+50
pot/Java/snippets/Language-ReadArray.pot
file added
+53
pot/Java/snippets/SecurityManager-Callback.pot
file added
+54
pot/Java/snippets/SecurityManager-CurrentDirectory.pot
defensive-coding/pot/Java/snippets/SecurityManager-CurrentDirectory.pot
file renamed
file was renamed with no change to the file
pot/Java/snippets/SecurityManager-Privileged.pot
defensive-coding/pot/Java/snippets/SecurityManager-Privileged.pot
file renamed
file was renamed with no change to the file
pot/Java/snippets/SecurityManager-Unprivileged.pot
file added
+42
pot/Java/snippets/TryWithResource.pot
defensive-coding/pot/Java/snippets/TryWithResource.pot
file renamed
file was renamed with no change to the file
pot/Python.pot
file added
+104
pot/Python/Language.pot
file added
+104
pot/Python/schemas.pot
defensive-coding/pot/Python/schemas.pot
file renamed
file was renamed with no change to the file
pot/Revision_History.pot
file added
+64
pot/Tasks-Cryptography.pot
defensive-coding/pot/Tasks-Cryptography.pot
file renamed
file was renamed with no change to the file
pot/Tasks-Descriptors.pot
defensive-coding/pot/Tasks-Descriptors.pot
file renamed
file was renamed with no change to the file
pot/Tasks-File_System.pot
defensive-coding/pot/Tasks-File_System.pot
file renamed
file was renamed with no change to the file
pot/Tasks-Library_Design.pot
defensive-coding/pot/Tasks-Library_Design.pot
file renamed
file was renamed with no change to the file
pot/Tasks-Locking.pot
defensive-coding/pot/Tasks-Locking.pot
file renamed
file was renamed with no change to the file
pot/Tasks-Processes.pot
defensive-coding/pot/Tasks-Processes.pot
file renamed
file was renamed with no change to the file
pot/Tasks-Serialization.pot
defensive-coding/pot/Tasks-Serialization.pot
file renamed
file was renamed with no change to the file
pot/Tasks-Temporary_Files.pot
defensive-coding/pot/Tasks-Temporary_Files.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Cryptography.pot
defensive-coding/pot/Tasks/Cryptography.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Descriptors.pot
defensive-coding/pot/Tasks/Descriptors.pot
file renamed
file was renamed with no change to the file
pot/Tasks/File_System.pot
defensive-coding/pot/Tasks/File_System.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Library_Design.pot
defensive-coding/pot/Tasks/Library_Design.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Locking.pot
defensive-coding/pot/Tasks/Locking.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Processes.pot
defensive-coding/pot/Tasks/Processes.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Serialization.pot
defensive-coding/pot/Tasks/Serialization.pot
file renamed
file was renamed with no change to the file
pot/Tasks/Temporary_Files.pot
defensive-coding/pot/Tasks/Temporary_Files.pot
file renamed
file was renamed with no change to the file
pot/Tasks/schemas.pot
defensive-coding/pot/Tasks/schemas.pot
file renamed
file was renamed with no change to the file
pot/Tasks/snippets/Serialization-XML-Expat-Create.pot
file added
+32
pot/Tasks/snippets/Serialization-XML-Expat-EntityDeclHandler.pot
defensive-coding/pot/Java/snippets/SecurityManager-Unprivileged.pot
file renamed
+9
-21
pot/Tasks/snippets/Serialization-XML-OpenJDK-Errors.pot
file added
+36
pot/Tasks/snippets/Serialization-XML-OpenJDK-Imports.pot
file added
+41
pot/Tasks/snippets/Serialization-XML-OpenJDK-NoEntityResolver.pot
defensive-coding/pot/Java/snippets/Language-ReadArray.pot
file renamed
+7
-31
pot/Tasks/snippets/Serialization-XML-OpenJDK-NoResourceResolver.pot
file added
+31
pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-DOM.pot
file added
+33
pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file added
+37
pot/Tasks/snippets/Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file added
+40
pot/Tasks/snippets/Serialization-XML-Qt-NoEntityHandler.pot
file added
+56
pot/Tasks/snippets/Serialization-XML-Qt-NoEntityReader.pot
file added
+39
pot/Tasks/snippets/Serialization-XML-Qt-QDomDocument.pot
file added
+30
pot/schemas.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-NoEntityResolver.pot
file renamed
+2
-17
pot/snippets/C-Arithmetic-add.pot
file added
+35
pot/snippets/C-Arithmetic-mult.pot
defensive-coding/pot/Java/snippets/JNI-Pointers.pot
file renamed
+7
-29
pot/snippets/C-Globals-String_Array.pot
file added
+26
pot/snippets/C-Pointers-remaining.pot
file added
+63
pot/snippets/C-String-Functions-format.pot
file added
+32
pot/snippets/C-String-Functions-snprintf-incremental.pot
file added
+28
pot/snippets/C-String-Functions-snprintf.pot
file added
+22
pot/snippets/C-String-Functions-strncat-as-strncpy.pot
file added
+22
pot/snippets/C-String-Functions-strncat-emulation.pot
file added
+23
pot/snippets/C-String-Functions-strncat-merged.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-Expat-EntityDeclHandler.pot
file renamed
+3
-12
pot/snippets/C-String-Functions-strncpy.pot
file added
+23
pot/snippets/Features-TLS-Client-GNUTLS-Connect.pot
file added
+70
pot/snippets/Features-TLS-Client-GNUTLS-Credentials.pot
file added
+46
pot/snippets/Features-TLS-Client-GNUTLS-Match.pot
file added
+47
pot/snippets/Features-TLS-Client-GNUTLS-Verify.pot
file added
+60
pot/snippets/Features-TLS-Client-NSS-Close.pot
file added
+30
pot/snippets/Features-TLS-Client-NSS-Connect.pot
file added
+103
pot/snippets/Features-TLS-Client-OpenJDK-Connect.pot
file added
+40
pot/snippets/Features-TLS-Client-OpenJDK-Context.pot
file added
+40
pot/snippets/Features-TLS-Client-OpenJDK-Context_For_Cert.pot
file added
+36
pot/snippets/Features-TLS-Client-OpenJDK-Hostname.pot
file added
+21
pot/snippets/Features-TLS-Client-OpenJDK-Import.pot
file added
+32
pot/snippets/Features-TLS-Client-OpenJDK-MyTrustManager.pot
file added
+52
pot/snippets/Features-TLS-Client-OpenJDK-Use.pot
file added
+27
pot/snippets/Features-TLS-Client-OpenSSL-CTX.pot
file added
+85
pot/snippets/Features-TLS-Client-OpenSSL-Connect.pot
file added
+71
pot/snippets/Features-TLS-Client-OpenSSL-Connection-Use.pot
file added
+31
pot/snippets/Features-TLS-Client-OpenSSL-Init.pot
file added
+27
pot/snippets/Features-TLS-Client-Python-Connect.pot
file added
+28
pot/snippets/Features-TLS-Client-Python-check_host_name.pot
file added
+43
pot/snippets/Features-TLS-GNUTLS-Credentials-Close.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-OpenJDK-Errors.pot
file renamed
+3
-18
pot/snippets/Features-TLS-GNUTLS-Disconnect.pot
file added
+29
pot/snippets/Features-TLS-GNUTLS-Init.pot
file added
+21
pot/snippets/Features-TLS-GNUTLS-Use.pot
file added
+37
pot/snippets/Features-TLS-NSS-Close.pot
file added
+22
pot/snippets/Features-TLS-NSS-Includes.pot
file added
+34
pot/snippets/Features-TLS-NSS-Init.pot
file added
+82
pot/snippets/Features-TLS-NSS-Use.pot
file added
+41
pot/snippets/Features-TLS-Nagle.pot
file added
+26
pot/snippets/Features-TLS-OpenJDK-Parameters.pot
file added
+41
pot/snippets/Features-TLS-OpenSSL-Connection-Close.pot
file added
+45
pot/snippets/Features-TLS-OpenSSL-Context-Close.pot
file added
+21
pot/snippets/Features-TLS-OpenSSL-Errors.pot
file added
+50
pot/snippets/Features-TLS-Python-Close.pot
file added
+21
pot/snippets/Features-TLS-Python-Use.pot
file added
+25
pot/snippets/Java-Finally.pot
file added
+26
pot/snippets/Java-JNI-Pointers.pot
file added
+50
pot/snippets/Java-Language-ReadArray.pot
file added
+53
pot/snippets/Java-SecurityManager-Callback.pot
file added
+54
pot/snippets/Java-SecurityManager-CurrentDirectory.pot
file added
+22
pot/snippets/Java-SecurityManager-Privileged.pot
file added
+33
pot/snippets/Java-SecurityManager-Unprivileged.pot
file added
+42
pot/snippets/Java-TryWithResource.pot
defensive-coding/pot/Tasks/snippets/Serialization-XML-Expat-Create.pot
file renamed
+4
-13
pot/snippets/Tasks-Serialization-XML-Expat-Create.pot
file added
+32
pot/snippets/Tasks-Serialization-XML-Expat-EntityDeclHandler.pot
file added
+30
pot/snippets/Tasks-Serialization-XML-OpenJDK-Errors.pot
file added
+36
pot/snippets/Tasks-Serialization-XML-OpenJDK-Imports.pot
file added
+41
pot/snippets/Tasks-Serialization-XML-OpenJDK-NoEntityResolver.pot
file added
+29
pot/snippets/Tasks-Serialization-XML-OpenJDK-NoResourceResolver.pot
file added
+31
pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-DOM.pot
file added
+33
pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_DOM.pot
file added
+37
pot/snippets/Tasks-Serialization-XML-OpenJDK_Parse-XMLSchema_SAX.pot
file added
+40
pot/snippets/Tasks-Serialization-XML-Qt-NoEntityHandler.pot
file added
+56
pot/snippets/Tasks-Serialization-XML-Qt-NoEntityReader.pot
file added
+39
pot/snippets/Tasks-Serialization-XML-Qt-QDomDocument.pot
file added
+30
publican.cfg
file added
+10
schemas.xml
file added
+6
scripts/split-snippets.py
file added
+107
src/.gitignore
file added
+9
src/C-Arithmetic-add.c
file added
+31
src/C-Arithmetic-mult.c
file added
+12
src/C-Globals.c
file added
+17
src/C-Pointers-remaining.c
file added
+51
src/C-String-Functions.c
file added
+91
src/DERParser.java
defensive-coding/src/DERParser.java
file renamed
file was renamed with no change to the file
src/Go-Error_Handling.go
file added
+48
src/Java-JNI-Pointers.c
file added
+41
src/JavaFinally.java
file added
+31
src/JavaReadArray.java
file added
+55
src/JavaSecurityManagerPrivileged.java
file added
+80
src/JavaSecurityManagerUnprivileged.java
file added
+80
src/Shell-Input_Validation.sh
file added
+41
src/TLS-Client-GNUTLS.c
defensive-coding/src/TLS-Client-GNUTLS.c
file renamed
file was renamed with no change to the file
src/TLS-Client-NSS.c
defensive-coding/src/TLS-Client-NSS.c
file renamed
file was renamed with no change to the file
src/TLS-Client-OpenSSL.c
defensive-coding/src/TLS-Client-OpenSSL.c
file renamed
file was renamed with no change to the file
src/TLS-Client-Python.py
file added
+56
src/TLSClientOpenJDK.java
defensive-coding/src/TLSClientOpenJDK.java
file renamed
file was renamed with no change to the file
src/XML-Parser-Expat.c
file added
+135
src/XML-Parser-Qt.cpp
file added
+120
src/XMLParserOpenJDK.java
defensive-coding/src/XMLParserOpenJDK.java
file renamed
file was renamed with no change to the file
src/check-function.py
file added
+18
src/data/XML-Parser-DTD_Public.xml
file added
+4
src/data/XML-Parser-DTD_Public_URL.xml
file added
+4
src/data/XML-Parser-DTD_System.xml
file added
+4
src/data/XML-Parser-DTD_System_URL.xml
file added
+4
src/data/XML-Parser-External_Entity_Public.xml
file added
+7
src/data/XML-Parser-External_Entity_Public_URL.xml
file added
+7
src/data/XML-Parser-External_Entity_System.xml
file added
+7
src/data/XML-Parser-External_Entity_System_URL.xml
file added
+7
src/data/XML-Parser-External_Regexp_3.dtd
file added
+11
src/data/XML-Parser-External_Regexp_3.xml
file added
+10
src/data/XML-Parser-Internal_Entity_Exponential.xml
file added
+37
src/data/XML-Parser-Internal_Entity_Exponential_Attribute.xml
file added
+38
src/data/XML-Parser-Internal_Entity_Polynomial.xml
file added
+13
src/data/XML-Parser-Internal_Entity_Polynomial_Attribute.xml
file added
+15
src/data/XML-Parser-Internal_Regexp_1.xml
file added
+41
src/data/XML-Parser-Internal_Regexp_2.xml
file added
+43
src/data/XML-Parser-Internal_Regexp_3.xml
file added
+22
src/data/XML-Parser-Notation_Public.xml
file added
+8
src/data/XML-Parser-Notation_Public_URL.xml
file added
+8
src/data/XML-Parser-Notation_System.xml
file added
+8
src/data/XML-Parser-Notation_System_URL.xml
file added
+8
src/data/XML-Parser-Validate-Regexp_1.dtd
file added
+28
src/data/XML-Parser-Validate-Regexp_1.rng
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.rng
file renamed
file was renamed with no change to the file
src/data/XML-Parser-Validate-Regexp_1.xml
file added
+5
src/data/XML-Parser-Validate-Regexp_1.xsd
defensive-coding/src/data/XML-Parser-Validate-Regexp_1.xsd
file renamed
file was renamed with no change to the file
src/data/XML-Parser-Validate-Regexp_4.xsd
file added
+38
src/data/XML-Parser-XInclude-File.xml
file added
+5
src/data/XML-Parser-XInclude-URL.xml
file added
+5
src/data/XML-Parser-XSD-File.xml
file added
+4
src/data/XML-Parser-XSD-Include_File.xml
file added
+19
src/data/XML-Parser-XSD-Include_URL.xml
file added
+19
src/data/XML-Parser-XSD-URL.xml
file added
+4
src/data/java/grant-all.policy
file added
+5
src/src.mk
file added
+79
src/tcp_connect.c
file added
+52
src/tcp_connect.h
file added
+6
src/x509_check_host.c
defensive-coding/src/x509_check_host.c
file renamed
file was renamed with no change to the file