summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* - changed part of the CStr interface so that better error tracking isRainer Gerhards2007-09-051-8/+9
| | | | | | | provided and the calling sequence is more intuitive (there were invalid calls based on a too-weired interface) - (hopefully) fixed some remaining bugs rooted in wrong use of the CStr class. These could lead to program abort.
* fixed a memory leak in config file parsing thanks to varmojfekoj for theRainer Gerhards2007-07-231-11/+11
| | | | patch
* code cleanup (removed compiler warningsRainer Gerhards2007-07-181-1/+1
|
* fixed a bug that could case host wildcards to become corruptedRainer Gerhards2007-07-181-1/+1
|
* fully integrated patch from mildew@gmail.comRainer Gerhards2007-07-161-2/+5
|
* applied patch by mildew@gmail.com to support IPv6 in $AllowedSendersRainer Gerhards2007-07-161-33/+97
|
* moving towards autotools build system - config.h include forgotten & nowRainer Gerhards2007-07-111-0/+2
| | | | fixed
* cleaned up some issues with $FileCreateModeRainer Gerhards2007-07-041-0/+8
|
* applied patch from Bartosz Kuzma to compile cleanly under NetBSD; changed aRainer Gerhards2007-07-031-14/+14
| | | | number of char to unsigned char
* added allowedSender support for TCPRainer Gerhards2005-09-271-0/+14
|
* nearing completion of allowedSenders functionalityRainer Gerhards2005-09-271-1/+179
|
* added capability to filter on any property in selector linesRainer Gerhards2005-09-191-6/+13
|
* added parsing of property-filter (but not complete property selector lineRainer Gerhards2005-09-191-4/+129
| | | | yet)
* on the way to adding property-based filters - right before changingRainer Gerhards2005-09-151-0/+154
cfline()