summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* bugfix: memory leaks in gtls netstream driverRainer Gerhards2008-12-032-1/+11
* minor: net.c did not compile if GSSAPI support was disabledRainer Gerhards2008-12-031-0/+2
* added interface function to nsd_gtls needed for ACL controlRainer Gerhards2008-12-011-0/+15
* bugfix: $AllowedSender handled invalidly for plain TCP transportRainer Gerhards2008-11-295-2/+60
* security bugfix: $AllowedSender was not honored,Rainer Gerhards2008-11-293-23/+54
* enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-0/+2
* improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-111-1/+7
* bugfix: double-free in pctp netstream drivervarmojfekoj2008-10-281-2/+11
* bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
* increased maximum size of a configuration statement to 4K (was 1K)Rainer Gerhards2008-10-161-3/+3
* Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-1/+1
* bugfix: subseconds where not correctly extracted from a timestampRainer Gerhards2008-10-021-1/+1
* Merge branch 'v3-stable' into betaRainer Gerhards2008-10-021-3/+24
* fixed duplicate error numberRainer Gerhards2008-09-121-1/+1
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-123-5/+22
* Merge branch 'v3-stable' into betaRainer Gerhards2008-09-021-5/+5
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-251-2/+2
* Merge branch 'v3-stable' into betaRainer Gerhards2008-07-181-0/+26
* bugfix (cosmetical): authorization was not checked when gtls handshake comple...varmojfekoj2008-07-151-1/+4
* bugfix: priority was incorrectly calculated on FreeBSD 7Rainer Gerhards2008-07-141-6/+10
* cleanup of debugging messages (removed no longer needed ones)Rainer Gerhards2008-07-142-5/+0
* Merge branch 'beta' - important mutex bugfixRainer Gerhards2008-07-141-2/+29
* bugfix: bad memory leak in disk-based queue modesRainer Gerhards2008-07-091-21/+8
* Merge branch 'beta'Rainer Gerhards2008-07-071-1/+1
* bugfix: machine certificate was required for client even in TLS anon modeRainer Gerhards2008-07-024-18/+25
* Merge branch 'beta'Rainer Gerhards2008-07-012-10/+7
* added (internal) error codes to error messagesRainer Gerhards2008-06-2711-106/+123
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-2714-57/+53
* misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-271-2/+1
* bugfix: gtls always read only 8 bytes per recv callRainer Gerhards2008-06-251-1/+1
* fixed invalid state checking inside gtls retry handlerRainer Gerhards2008-06-251-1/+1
* gnu error status must be set after retry operationRainer Gerhards2008-06-241-0/+2
* bugfix: gtls und ptcp netstream driver communicated invalid iRetRainer Gerhards2008-06-242-3/+12
* improved gtls error reportingRainer Gerhards2008-06-241-1/+3
* added support for EGAIN while trying to receive data on gTLS sessionRainer Gerhards2008-06-244-19/+127
* disabled compile warnings caused by third-party librariesRainer Gerhards2008-06-234-0/+12
* changed Rcv-Interface in tcpsrv subsystemRainer Gerhards2008-06-233-4/+14
* disabled in-depth GnuTLS debugging aidRainer Gerhards2008-06-231-0/+2
* bugfix: some error states were swappedRainer Gerhards2008-06-202-6/+29
* begun step-by-step guide for TLS protected syslogRainer Gerhards2008-06-182-2/+2
* begun building a testbenchRainer Gerhards2008-06-135-2/+1303
* Fix linker flags for librsyslog and rsyslogdMichael Biebl2008-06-111-1/+1
* fixed syntax error (typo in var name) and cleaupRainer Gerhards2008-06-102-8/+4
* somewhat improved plain tcp syslog reliabilityRainer Gerhards2008-06-095-1/+54
* fixed a bug with the new property replacer optionRainer Gerhards2008-06-071-1/+1
* added new property replacer option "time-subseconds"Rainer Gerhards2008-06-064-1/+70
* preparing 3.19.6v3.19.6Rainer Gerhards2008-06-061-1/+1
* enhanced property replacer to support multiple regex matchesRainer Gerhards2008-06-041-5/+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