summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* introduce NFCT input plugin hash table for start/end timestamps. Based on an/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | original patch by Christian Hentschel, amended like: 1) the hash table has to be per-instance, since [at least in the future] we can have nfnetlink messages routed from other machines over the network, thus every NFCT instance has to have it's own hash table. 2) Whether or not to use a preallocated table is now a configuration value, as is the number of buckets and max_entries 3) configure_nfct was not used in the struct ulogd_plugin.configure 4) don't put the hashtable buckets in BSS, but rather allocate them dynamically 5) allocate all ct_timestamps (in the preallocated case) at once, rather than malloc()ing each on its own. 6) use official IPFIX fields for flow start and flow end instead of private numbers 7) use llist instead of list (linuxlist.h adds an additional 'l') 8) add lots of TODO items 9) add IPFIX_NF_conntrack_id to header file
* clean up printpkt situation (now we no longer include .c files)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-082-1/+11
|
* now 'make dist-bzip2' finally works/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-083-23/+2
|
* further 'make dist' fixes/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-083-0/+63
|
* remove strerror function of db helpers and move error printing/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-071-1/+0
| | | | directly into db plugins
* introduce core timer handling/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-071-0/+14
|
* make ipfix output plugin compile (not yet functional)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-3/+9
|
* move plugin wildcard input key generation into core/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-0/+1
|
* add new 'ulogd_key_size()' function/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-12/+3
|
* don't "#include" a .c file but rather compile db.c on it's own/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-151-0/+61
|
* use 'const char' in parser function/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-141-1/+1
|
* rename all linux list related structs/functs/macros to 'llist', since mysql ↵/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-052-149/+149
| | | | is now cluttering the namespace by its 'list_add' function.
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-201-21/+17
|
* use bitmask instead of enum for input/output data typelaforge2005-11-201-10/+10
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-051-1/+4
| | | | version
* add netfilter specific information elementslaforge2005-11-051-0/+8
|
* add more ipfix related information to raw2packet_BASElaforge2005-11-041-0/+180
|
* cleanup unused structs / memberslaforge2005-11-041-11/+2
|
* remvoe unneeded structure memberslaforge2005-10-081-3/+0
|
* too many changes to comment on. ulogd now compiles again.laforge2005-10-021-8/+40
|
* minor updateslaforge2005-06-241-3/+2
|
* current snapshot (still not compiling)laforge2005-04-171-0/+2
| | | | | - add more sophisticated signal delivery to pluginstances - partial LOGEMU port to ulogd2
* current working state (doesn't compile yet)laforge2005-04-172-10/+15
|
* add netfilter ipfix vendor idlaforge2005-04-171-0/+2
|
* add file descriptor handling of main select loop, fix typo, update copyright ↵laforge2005-04-171-0/+19
| | | | notice
* minor cosmetic updateslaforge2005-04-161-7/+10
|
* intermediate development snapshotlaforge2004-10-101-15/+20
|
* - remove 'config_entry_t' typedef. use structure name.laforge2004-10-031-6/+10
| | | | | | - 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-021-0/+2
|
* commit my latest changes from Ottawa (July 2004)laforge2004-08-223-51/+114
|
* add linux list apilaforge2004-07-241-0/+360
|
* add core select() routine and (un-)registration functionslaforge2004-07-231-0/+20
|
* - add .init and .fini member to output pluginlaforge2004-04-241-1/+5
| | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
* new configuration file syntax (Magnus Boden)laforge2003-09-281-7/+4
|
* signal handler has no return valuelaforge2003-01-131-3/+3
|
* typo fixlaforge2002-06-131-5/+5
|
* make it compile again (small bugfixes after sighandler checkin)laforge2001-06-171-2/+3
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-141-2/+4
|
* added a few syntactic correctionslaforge2001-05-262-5/+5
|
* fix minor bug in new ulogd_log macro (prevented additional args)laforge2001-02-041-4/+4
|
* - fixes segfault bug when packet received but no interpreters registered ↵laforge2001-02-041-3/+6
| | | | | | | (reported by Drori Ghiora) - fixes logfile bug: wrong filename and line number displayed - fixes logfile bug: logfile is fflush()ed after each line (reported by Drori Ghiora)
* huge reorganization for 0.9laforge2000-11-202-20/+91
| | | | | | | | | - added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf
* - new syslog emulation output targetlaforge2000-11-161-2/+20
| | | | - lot of bugfixes
* Major update. Almost everything has changed.laforge2000-11-161-5/+36
| | | | | | - no more dynamic allocations at runtime - only once at startup - less list traversal through interpreter and key hashes - output plugins can request only certain results!
* added example config filelaforge2000-09-121-4/+10
| | | | | | bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes
* ulogd_log now a functionlaforge2000-09-121-2/+11
|
* made nlgroup + pluginpath configurablelaforge2000-09-091-4/+8
| | | | | added default values for all config keys started writing ulogd_log
* various bugfixes (tcp interpreter), output for boolean typelaforge2000-08-141-3/+8
|
* logfile externallaforge2000-08-021-3/+3
|
* first usable revisionlaforge2000-08-021-3/+27
|