summaryrefslogtreecommitdiffstats
path: root/runtime/net.c
Commit message (Expand)AuthorAgeFilesLines
* fixed git merge bug (duplicate code could not be detected)Rainer Gerhards2008-10-021-19/+0
* Merge branch 'master' into helgrindRainer Gerhards2008-10-021-0/+21
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-10-021-3/+24
* | removed no longer needed mutex callsRainer Gerhards2008-10-021-3/+0
* | prevent getnameinfo() from being cancelledRainer Gerhards2008-09-301-2/+5
* | improved threadingRainer Gerhards2008-09-301-4/+22
|/
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-29/+28
* bugfix: off-by-one bug during certificate checkRainer Gerhards2008-06-041-2/+4
* bugfix: part of permittedPeer structure was not correctly initializedRainer Gerhards2008-06-031-2/+1
* Merge branch 'ietf-tls'Rainer Gerhards2008-05-271-0/+274
|\
| * implemented wildcards inside certificate name check authenticationRainer Gerhards2008-05-271-0/+274
* | bugfix: sender information (fromhost et al) was missing in imudpRainer Gerhards2008-05-211-1/+1
|/
* first implementation of TLS server client authentication checkRainer Gerhards2008-05-191-0/+64
* added fromhost-ip properties and some bugfixesRainer Gerhards2008-05-161-6/+9
* added new "netstrm" class (not yet implemented)Rainer Gerhards2008-04-171-1/+0
* changelog added plus typo fixRainer Gerhards2008-04-171-1/+1
* moved host/domain-name related variables to global data poolRainer Gerhards2008-04-171-8/+7
* moved "DisableDNS" variable to global data poolRainer Gerhards2008-04-171-3/+3
* moved "bDropMalPTRMsgs" variable to global data poolRainer Gerhards2008-04-171-1/+1
* moved "family" variable to global data poolRainer Gerhards2008-04-171-1/+4
* removed no longer needed thingsRainer Gerhards2008-04-161-4/+0
* some more cleanupRainer Gerhards2008-04-161-1/+1
* moved net module to runtimeRainer Gerhards2008-04-161-0/+1149