summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make BASE plugin compile (not fully ported yet)laforge2005-04-171-54/+69
* current working state (doesn't compile yet)laforge2005-04-179-73/+107
* add netfilter ipfix vendor idlaforge2005-04-171-0/+2
* fix conffile compilationlaforge2005-04-171-2/+3
* add makefiles for subdirslaforge2005-04-175-3/+123
* add file descriptor handling of main select loop, fix typo, update copyright ...laforge2005-04-172-4/+75
* minor cosmetic updateslaforge2005-04-162-8/+11
* add some more skeleton codelaforge2005-04-161-1/+108
* intermediate development snapshotlaforge2004-10-107-115/+217
* - remove 'config_entry_t' typedef. use structure name.laforge2004-10-032-29/+20
* add pluginstance stack parsing/building routineslaforge2004-10-022-24/+101
* commit my latest changes from Ottawa (July 2004)laforge2004-08-227-128/+197
* sume of the BASE stuff (the part dealing with OOB) doesn't belong in a generi...laforge2004-07-242-142/+161
* add linux list apilaforge2004-07-241-0/+360
* some thoughts about ulogd2 architecturelaforge2004-07-241-0/+62
* merge ulogd-1 fix for TOS byte (Rich Bartell)laforge2004-07-231-1/+1
* - add ipfix field typeslaforge2004-07-231-66/+182
* move more stuff from ulogd.c to libulog pluginlaforge2004-07-232-49/+14
* move libulog specific code to ulogd_inppkt_ULOG.claforge2004-07-233-54/+128
* add dummy flow input pluginslaforge2004-07-232-0/+4
* add core select() routine and (un-)registration functionslaforge2004-07-232-0/+101
* further tree reorganizationlaforge2004-07-238-2/+2
* further tree changeslaforge2004-07-232-2/+5
* start to reorganize tree for new architecturelaforge2004-07-234-0/+0
* actually call init() and fini() functions of plugins (Martin Josefsson)laforge2004-06-121-0/+14
* - use C99 struct initializerslaforge2004-04-241-8/+14
* - use C99 struct initializerslaforge2004-04-241-15/+29
* - make hostname optional, not mandatory (Andrejs Dubovskis)laforge2004-04-241-56/+74
* - add .init and .fini member to output pluginlaforge2004-04-249-97/+223
* - bump version numberlaforge2004-04-243-19/+40
* - fix int/pointer issuelaforge2004-04-241-8/+14
* fix ulogd_PCAP compilation (Marrtin Josefsson)laforge2004-02-131-3/+3
* fix number of keys to register (Martin Josefsson)laforge2004-02-131-5/+5
* add some more TODOlaforge2004-01-271-0/+6
* don't overwrite existing config fileslaforge2004-01-271-1/+1
* add 'tmpstr' variable declaration again... it is needed for the --log-ip-as-s...laforge2004-01-082-4/+6
* check if messages are really coming from kernel (nl_pid == 0)laforge2003-11-141-10/+10
* print AH/ESP SPI like ipt_LOG.c (Yoshihiro Kawabe)laforge2003-10-161-1/+9
* fix output if file exists and has a size of zero bytes (Yoshihiro Kawabe)laforge2003-10-161-3/+8
* add 'real' syslog target (untested)laforge2003-10-107-228/+422
* add error message in case somebody tries to use 'raw' type with mysql output ...laforge2003-09-291-2/+7
* new configuration file syntax (Magnus Boden)laforge2003-09-2813-188/+168
* fix printing of time, bug introduced in 1.01 (Henry Yang)laforge2003-09-121-3/+3
* add support for missing tcp/udp/icmp header fields (checksum and others)laforge2003-08-241-14/+43
* add manpagelaforge2003-08-231-0/+4
* update version to 1.01, update changelog and documentation.laforge2003-08-236-10/+2939
* fix various compiler warningslaforge2003-08-233-15/+15
* make Makefiles ready for cross-compiling/linkinglaforge2003-08-231-3/+3
* remove unused functions/variables, fix wrong printf paramtypes (-Wall)laforge2003-08-232-40/+12
* remove unused variableslaforge2003-08-231-5/+2