summaryrefslogtreecommitdiffstats
path: root/runtime/net.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-171-0/+3
|\
| * correcting -q/-Q patch - was invalidRainer Gerhards2009-11-121-0/+3
* | bugfix: reverse lookup reduction logic in imudp do DNS queries too oftenRainer Gerhards2009-09-031-0/+44
* | integrated various patches for solarisRainer Gerhards2009-03-051-0/+5
* | Merge branch 'beta'Rainer Gerhards2009-01-271-0/+29
|\|
| * Merge branch 'v3-stable' into betaRainer Gerhards2009-01-271-0/+29
| |\
| | * Merge branch 'debian_lenny' into v3-stableRainer Gerhards2009-01-121-0/+29
* | | resolved compile problem, e.g. on FreeBSDRainer Gerhards2008-12-081-1/+1
* | | added $PreserveFQDN config file directiveRainer Gerhards2008-12-081-1/+3
|/ /
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-12-041-0/+2
|\|
| * minor: net.c did not compile if GSSAPI support was disabledRainer Gerhards2008-12-031-0/+2
* | Merge branch 'v3-stable' into betaRainer Gerhards2008-11-291-18/+51
|\|
| * security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-291-18/+51
* | 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