summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove dead code; move configuration loop to right placelaforge2005-10-081-21/+22
|
* fix off-by-one (maxfd) in select calllaforge2005-10-081-1/+2
|
* remvoe unneeded structure memberslaforge2005-10-081-3/+0
|
* remove unused codelaforge2005-10-081-35/+1
|
* fix off-by-one bugs in netlink parsing, add config file parsing and better ↵laforge2005-10-081-5/+19
| | | | error handling
* port SYSLOG plugin to ulogd2laforge2005-10-082-36/+64
|
* move config file parsing into per-instance configure functionlaforge2005-10-081-4/+2
|
* port PCAP to ulogd2laforge2005-10-084-268/+261
|
* all protocols now merged into one pluginlaforge2005-10-031-146/+180
|
* this is a packet/packet filterlaforge2005-10-031-1/+1
|
* add "pass 3" that actually starts the plugins within a stacklaforge2005-10-031-239/+39
|
* add skeleton of ifindex->interfacename pluginlaforge2005-10-032-0/+82
|
* use reasonable names for pluginslaforge2005-10-033-9/+20
|
* fix resolving of key dependencieslaforge2005-10-031-6/+8
|
* allow for plugins that don't have any config keyslaforge2005-10-032-14/+28
|
* revive BASE pluginlaforge2005-10-032-20/+20
|
* use new init function logiclaforge2005-10-031-3/+5
|
* libtool requires libraries to start with liblaforge2005-10-032-5/+8
|
* disable ULOG until fully implementedlaforge2005-10-031-2/+2
|
* disable CTNL until it is finishedlaforge2005-10-031-2/+2
|
* further implementation of ctnl input plugin (still incomplete)laforge2005-10-031-35/+37
|
* bring NFLOG input plugin into compiling statelaforge2005-10-033-116/+165
|
* more work towards automake'inglaforge2005-10-0211-495/+7440
|
* 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
|