summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | plugin. This is to be replaced with support for BLOB, as soon as somebody writes ist ;)
* 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
|
* crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)laforge2003-08-237-23/+27
|
* make ulogd compile without any kernel headers (Joerg Wendland)laforge2003-08-233-12/+45
|
* i _did_ mean to call real_connect. sigh.laforge2003-08-231-3/+3
|
* use oob.time.sec instead of reading our own timelaforge2003-08-231-43/+44
|