summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* first step towards automakelaforge2005-10-0217-144/+43
|
* get rid of directorylaforge2005-10-022-37/+0
|
* too many changes to comment on. ulogd now compiles again.laforge2005-10-029-296/+492
|
* move pcap to right directorylaforge2005-09-262-1/+1
|
* some more worklaforge2005-09-262-11/+31
|
* unfinished ctnetlink -> nfnetlink_conntrack changeslaforge2005-07-311-3/+23
|
* add (unfinished) nfnetlink_log input pluginlaforge2005-07-312-1/+296
|
* fix plugin output typelaforge2005-07-041-2/+2
|
* minor updateslaforge2005-06-242-8/+5
|
* update copyright noticelaforge2005-06-241-1/+1
|
* add half-finished ctnetlink flow importlaforge2005-06-241-27/+115
|
* further cleanuplaforge2005-04-182-9/+16
|
* current snapshot (still not compiling)laforge2005-04-173-49/+92
| | | | | - add more sophisticated signal delivery to pluginstances - partial LOGEMU port to ulogd2
* 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
| | | | notice
* 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
| | | | | | - fix typo in debug message - now uses arrays of 'struct config_entry' instead of linked list - introduce 'struct config_kset' to describe array of config_entries
* 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 ↵laforge2004-07-242-142/+161
| | | | generic packet interpreter but is rather specific to the ULOG input plugin.
* 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
| | | | - add new "raw.pktcount" field
* 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
| | | | move ulogd_LOCAL.c to ulogd_raw2packet_LOCAL.c
* 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
| | | | | | - make password optional, not mandatory (Andrejs Dubovskis) - fix two memory leaks (Andrejs Dubovskis) - lots of cosmetic fixes
* - add .init and .fini member to output pluginlaforge2004-04-249-97/+223
| | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
* - bump version numberlaforge2004-04-243-19/+40
| | | | - preliminary 'make distrib' support (stolen from iptables)
* - fix int/pointer issuelaforge2004-04-241-8/+14
| | | | - use C99 initializers
* 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 ↵laforge2004-01-082-4/+6
| | | | --log-ip-as-string option (which I never liked anyway ;))
* check if messages are really coming from kernel (nl_pid == 0)laforge2003-11-141-10/+10
|