summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-10Added gl/ files.HEADmasterNikos Mavrogiannopoulos4-0/+3605
2011-04-10corrected po directory and build-aux paths.Nikos Mavrogiannopoulos1-3/+3
2011-04-10include gnulib files.Nikos Mavrogiannopoulos1-1/+2
2011-04-10updated TODONikos Mavrogiannopoulos1-0/+1
2011-04-10Use --infile in certtool to avoid issues with streams in windows.Nikos Mavrogiannopoulos1-4/+4
2011-04-10Changes armor.c to be able to handle both LF and CRLF inputs (output isNikos Mavrogiannopoulos1-3/+16
2011-04-10Define variables within the intended scope (not windows). Based on patch by LRN.Nikos Mavrogiannopoulos5-3/+12
2011-04-10Use getpass.h (from gnulib). Patch by LRN.Nikos Mavrogiannopoulos3-0/+6
2011-04-10Return correct value for dlclose() in windows. Patch by LRN.Nikos Mavrogiannopoulos1-1/+1
2011-04-10Disable openpgp-auth run in windows due to lack of socketpair(). Patch by LRN.Nikos Mavrogiannopoulos1-1/+10
2011-04-09gl before lib or libextraNikos Mavrogiannopoulos1-1/+1
2011-04-09generatedNikos Mavrogiannopoulos1-20244/+2532
2011-04-09updatedNikos Mavrogiannopoulos1-6/+50
2011-04-09Added documentation for Datagram TLS.Nikos Mavrogiannopoulos7-12/+235
2011-04-09updatedNikos Mavrogiannopoulos1-4/+6
2011-04-08disable test in windows.Nikos Mavrogiannopoulos1-0/+7
2011-04-08corrected leaks in tests.Nikos Mavrogiannopoulos3-0/+15
2011-04-08corrected memory leak on RSA signatures.Nikos Mavrogiannopoulos2-4/+7
2011-04-08more leaks fixed in common.cNikos Mavrogiannopoulos1-14/+4
2011-04-08Corrected leaks in gnutls_pubkey_t deinitialization.Nikos Mavrogiannopoulos1-0/+7
2011-04-08fix in trusted_list certificate deinitialization.Nikos Mavrogiannopoulos1-0/+2
2011-04-08correction in deinitialization of privkey.Nikos Mavrogiannopoulos1-0/+3
2011-04-08combined more tests with eagain-common.h.Nikos Mavrogiannopoulos2-280/+21
2011-04-08Corrected memory leaks.Nikos Mavrogiannopoulos9-33/+64
2011-04-08added valgrind from gnulib.Nikos Mavrogiannopoulos9-29/+30
2011-04-08Do not run the test scripts in win32 environment.Nikos Mavrogiannopoulos2-0/+8
2011-04-08use the system wide gnulib-tool.Nikos Mavrogiannopoulos1-2/+2
2011-04-08updatedNikos Mavrogiannopoulos1-57/+1
2011-04-08updatedNikos Mavrogiannopoulos1-0/+5
2011-04-08include priority headers unconditionally.Nikos Mavrogiannopoulos1-4/+2
2011-04-08Better way of not including the tests/suite directory. Based on discussion wi...Nikos Mavrogiannopoulos4-1966/+9
2011-04-08Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos496-45736/+3134
2011-04-08Avoid using readline.Nikos Mavrogiannopoulos1-19/+21
2011-04-08initialized ret in _gnutls_writev_emu().Nikos Mavrogiannopoulos1-1/+1
2011-04-07doc fixNikos Mavrogiannopoulos1-1/+1
2011-04-07removed unneeded variable.Nikos Mavrogiannopoulos1-1/+0
2011-04-07Corrected check for an unknown sign algorithm. Patch by LRN.Nikos Mavrogiannopoulos1-1/+1
2011-04-07Do not use %e in strftime. Use %d instead which is identically available in w...Nikos Mavrogiannopoulos1-2/+2
2011-04-07Fixed mismatch in size_t size. Patch by LRN.Nikos Mavrogiannopoulos2-2/+2
2011-04-07Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based...Nikos Mavrogiannopoulos2-3/+19
2011-04-07Avoid using gnutls_transport_set_global_errno() and use gnutls_transport_set_...Nikos Mavrogiannopoulos4-7/+13
2011-04-07win32 fixes for set_global_errno(). Suggested by LRN.Nikos Mavrogiannopoulos1-0/+7
2011-04-07Win32 changes for benchmark. Patch by LRN.Nikos Mavrogiannopoulos1-2/+63
2011-04-07win32 fixes. Patch by LRN.Nikos Mavrogiannopoulos8-0/+24
2011-04-07minor modification in write_emu().Nikos Mavrogiannopoulos1-3/+2
2011-04-06simplified cdk_trim_string() to make it safer to use.Nikos Mavrogiannopoulos3-11/+12
2011-04-06correctly reset params.Nikos Mavrogiannopoulos1-3/+3
2011-04-06use correct pointer size.Nikos Mavrogiannopoulos2-4/+4
2011-04-06correctly compare sign algorithm_st.Nikos Mavrogiannopoulos1-1/+1
2011-04-06removed unused codeNikos Mavrogiannopoulos6-391/+1