summaryrefslogtreecommitdiff
path: root/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* env: use secure_getenv when reading environment variablesNikos Mavrogiannopoulos2016-05-271-1/+1
* reset the global time func on init/deinitNikos Mavrogiannopoulos2016-05-101-1/+3
* use consistent terms in system.c and system-keys-win.cNikos Mavrogiannopoulos2015-11-281-8/+8
* system.c: simplify gnutls_system_recv_timeoutNikos Mavrogiannopoulos2015-09-171-7/+2
* Allow the usage of MSG_NOSIGNAL in send functionsNikos Mavrogiannopoulos2015-05-171-1/+16
* bundle inet_ntop in systems that don't have itNikos Mavrogiannopoulos2015-02-281-1/+1
* doc updateNikos Mavrogiannopoulos2015-01-251-2/+3
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-5/+14
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU are...Nikos Mavrogiannopoulos2015-01-061-6/+5
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-051-5/+6
* use backslashes in windows pathNikos Mavrogiannopoulos2014-12-281-1/+1
* _gnutls_ucs2_to_utf8() can handle little endian strings.Nikos Mavrogiannopoulos2014-11-121-17/+48
* gnutls_x509_trust_list_add_system_trust() will not allow duplicate entriesNikos Mavrogiannopoulos2014-09-251-2/+4
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-2/+2
* use the windows API in windows even if iconv is availableNikos Mavrogiannopoulos2014-08-211-53/+54
* Added gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-211-40/+4
* Allow specifying a directory as trust storeNikos Mavrogiannopoulos2014-07-211-21/+30
* re-enabled config path discovery code, and check the return code of getpwuid_...Nikos Mavrogiannopoulos2014-05-291-5/+6
* Changes to account for the reduced included gnulibNikos Mavrogiannopoulos2014-03-041-14/+16
* undefine select as well in win32Nikos Mavrogiannopoulos2013-12-211-0/+1
* do not use the gnulib wrappers in win32Nikos Mavrogiannopoulos2013-12-211-0/+6
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+14
* fixed for win32Nikos Mavrogiannopoulos2013-11-211-6/+3
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-25/+15
* reindented codeNikos Mavrogiannopoulos2013-11-081-485/+487
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-291-1/+1
* null terminate strings in windowsNikos Mavrogiannopoulos2013-06-021-0/+1
* check revocation prior to reading local certs.Nikos Mavrogiannopoulos2013-03-061-4/+4
* corrected parameters.Nikos Mavrogiannopoulos2013-03-051-4/+2
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-051-15/+40
* Check for revoked certs in android and do not add. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-03-051-8/+22
* corrected add_system_trust() in the unsupported system case.Nikos Mavrogiannopoulos2013-03-051-1/+1
* handle the interesting variance between directoriesNikos Mavrogiannopoulos2013-03-051-5/+5
* test for ANDROID or __ANDROID__Nikos Mavrogiannopoulos2013-03-041-1/+1
* more simplifications to gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-031-41/+39
* corrected reading from directory.Nikos Mavrogiannopoulos2013-03-031-2/+7
* gnutls_x509_trust_list_add_system_trust() was made to work in android 4.x.Nikos Mavrogiannopoulos2013-03-031-0/+52
* More cleanups in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-15/+19
* some simplifications in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-35/+43
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* use the non-locale dependent versions of isxxx functions.Nikos Mavrogiannopoulos2013-01-251-1/+1
* simplified UTF-8 encoding.Nikos Mavrogiannopoulos2012-11-211-28/+7
* improved iconv support.Nikos Mavrogiannopoulos2012-11-201-6/+34
* use gnulib to detect iconv.Nikos Mavrogiannopoulos2012-11-201-1/+1
* check for either iconv or libiconv.Nikos Mavrogiannopoulos2012-11-201-1/+1
* corrected win32 UCS2 conversion.Nikos Mavrogiannopoulos2012-11-191-3/+4
* simplified namingNikos Mavrogiannopoulos2012-11-191-1/+1
* Added _gnutls_ucs2_to_utf8() for windows (untested)Nikos Mavrogiannopoulos2012-11-191-0/+61
* map the whole ascii setNikos Mavrogiannopoulos2012-11-181-1/+1
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-0/+78