summaryrefslogtreecommitdiff
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* gnutls-cli: allow operation with stdin inputNikos Mavrogiannopoulos2016-05-191-0/+15
* tools: explicitly initialize socket struct to zeroNikos Mavrogiannopoulos2016-04-191-0/+2
* tools: document the starttls capabilityNikos Mavrogiannopoulos2016-04-191-1/+1
* tools: don't call endservent in windowsNikos Mavrogiannopoulos2015-11-241-2/+5
* tools: better ftp auth tls negotiationNikos Mavrogiannopoulos2015-11-051-7/+7
* tools: only check for status code in FTP starttls negotiationNikos Mavrogiannopoulos2015-11-031-1/+1
* tools: print more info in starttls negotiation when --verbose is givenNikos Mavrogiannopoulos2015-11-031-25/+34
* tools: when the starttls-proto is specified automatically detect the port if ...Nikos Mavrogiannopoulos2015-10-161-0/+35
* tools: added xmpp into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-181-1/+13
* tools: added ldap into the starttls-proto optionsNikos Mavrogiannopoulos2015-09-181-0/+9
* tools: added ftp as a starttls protocolNikos Mavrogiannopoulos2015-03-091-1/+9
* cli sockets: check for a digit prior using atoiNikos Mavrogiannopoulos2015-03-061-1/+4
* gnutls-cli-debug: do not warn multiple times about unknown protocolsNikos Mavrogiannopoulos2015-03-061-2/+8
* gnutls-cli: added --starttls-proto optionNikos Mavrogiannopoulos2015-01-121-1/+8
* gnutls-cli-debug: more precise handling of SMTP protocolNikos Mavrogiannopoulos2015-01-041-1/+2
* use select() instead of alarm for better portabilityNikos Mavrogiannopoulos2014-12-111-4/+11
* gnutls-cli-debug: do not print error on unknown protocolsNikos Mavrogiannopoulos2014-11-241-1/+1
* tools: include arpa/inet.h in socket.cNikos Mavrogiannopoulos2014-11-071-0/+1
* tools: only warn of an error if it is fatalNikos Mavrogiannopoulos2014-11-041-5/+6
* tools: use idna_to_ascii_8z() to convert internationalized hostnamesNikos Mavrogiannopoulos2014-08-231-3/+20
* danetool/gnutls-cli-debug: added support for imap starttlsNikos Mavrogiannopoulos2014-08-091-3/+17
* danetool: supports SMTP starttlsNikos Mavrogiannopoulos2014-08-091-0/+57
* danetool: improvements in information presentationNikos Mavrogiannopoulos2014-08-091-1/+3
* danetool: if the certificate to verify against is not provide it try to obtai...Nikos Mavrogiannopoulos2014-08-081-4/+46
* safer usage of strerrorNikos Mavrogiannopoulos2013-11-211-1/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-164/+169
* Updated ranges patch.Nikos Mavrogiannopoulos2013-01-231-5/+4
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-1/+12
* corrected socket loop. Based on patch by Mantas Mikulenas.Nikos Mavrogiannopoulos2012-11-261-5/+7
* gnutls-cli will try to cannot to all possible returned addresses.Nikos Mavrogiannopoulos2012-11-261-32/+26
* updates in heartbeat supportNikos Mavrogiannopoulos2012-09-201-9/+10
* Added Heartbeat extension support.Olga2012-08-301-0/+4
* fix compilationNikos Mavrogiannopoulos2012-02-101-1/+1
* use getservbyport() to obtain the service name.Nikos Mavrogiannopoulos2012-02-101-25/+0
* Added --ask option to ocsptool.Nikos Mavrogiannopoulos2012-01-261-0/+250