]> git.ipfire.org Git - thirdparty/ulogd2.git/shortlog
thirdparty/ulogd2.git
2007-03-06  /C=DE/ST=Berlin... Add IPv6 support, fix a few incorrect key assignments...
2006-10-11  /C=DE/ST=Berlin... [PATCH]: fix a trivial typo in ULOG plugin code (Eric...
2006-10-11  /C=DE/ST=Berlin... [PATCH]: fix crash in ULOG input plugin due to a free...
2006-10-11  /C=DE/ST=Berlin... [PATCH]: synchronize ULOG input plugin with current...
2006-05-23  /C=DE/ST=Berlin... Add a printflow plugin is similar to the PRINTPKT plugi...
2006-05-23  /C=DE/ST=Berlin... Move the printpkt functionality out of SYSLOG and LOGEM...
2006-05-23  /C=DE/ST=Berlin... If an optional key is not found, then leave source...
2006-05-23  /C=DE/ST=Berlin... Fix a minor memory leak for stack config statements...
2006-05-23  /C=DE/ST=Berlin... Replace the libdir variable in ulogd.conf using the...
2006-05-23  /C=DE/ST=Berlin... move definition of ULOGD_LOGFILE_DEFAULT and ULOGD_CONF...
2006-05-23  /C=DE/ST=Berlin... use correct libipulog.la libtool name (Philip Craig)
2006-05-23  /C=DE/ST=Berlin... fix number of config entries in inppkt_ULOG plugin...
2006-05-23  /C=DE/ST=Berlin... configure --without-pgsql" or "configure --with-pgsql...
2006-05-23  /C=DE/ST=Berlin... update aclocal
2006-05-22  /C=DE/ST=Berlin... commit some more ipfix work
2006-01-31  /C=DE/ST=Berlin... fix pgsql port parsing
2006-01-26  /C=DE/ST=Berlin... - add IPFIX netfilter vendor specific fields for seq...
2006-01-26  /C=DE/ST=Berlin... add support for new 'seq_local' and 'seq_global' arguments
2006-01-26  /C=DE/ST=Berlin... fix some hahstable related bugs:
2006-01-25  /C=DE/ST=Berlin... add include makefile
2006-01-25  /C=DE/ST=Berlin... forward-port PROTO=0 fix from ulogd-1.24
2006-01-20  /C=DE/ST=Berlin... port is an integer value
2006-01-13  /C=DE/ST=Berlin... fix output key initialization (Christian Hentschel)
2006-01-13  /C=DE/ST=Berlin... use correct vallue for db_ce (Christian Hentschel)
2006-01-12  /C=DE/ST=Berlin... forward-port PgSQL memory leak fix from ulogd-1.x
2006-01-12  /C=DE/ST=Berlin... fix mysql output typo (Christian Hentschel)
2006-01-12  /C=DE/ST=Berlin... fix compiler warning (void/char) (Christian Hentschel)
2006-01-12  /C=DE/ST=Berlin... timer.c: llist_del() fixup (Christian Hentschel);
2006-01-12  /C=DE/ST=Berlin... rtnl.c warning fix (Christian Hentschel)
2006-01-12  /C=DE/ST=Berlin... db.c warning fix
2006-01-12  /C=DE/ST=Berlin... introduce NFCT input plugin hash table for start/end...
2006-01-12  /C=DE/ST=Berlin... - Cosmetic changes (tab indent struct initializers)
2006-01-08  /C=DE/ST=Berlin... clean up printpkt situation (now we no longer include...
2006-01-08  /C=DE/ST=Berlin... add some missing file to EXTRA_DIST
2006-01-08  /C=DE/ST=Berlin... add debian package building support
2006-01-08  /C=DE/ST=Berlin... now 'make dist-bzip2' finally works
2006-01-08  /C=DE/ST=Berlin... further 'make dist' fixes
2006-01-08  /C=DE/ST=Berlin... fix doc building
2006-01-07  /C=DE/ST=Berlin... add conditional compilation of mysql, pgsql, sqlite3...
2006-01-07  /C=DE/ST=Berlin... add SCTP / DCCP todo
2006-01-07  /C=DE/ST=Berlin... disabel SCTP for now :(
2006-01-07  /C=DE/ST=Berlin... move error handling in plugin
2006-01-07  /C=DE/ST=Berlin... remove strerror function of db helpers and move error...
2006-01-07  /C=DE/ST=Berlin... add support for get-counter-and-zero polling
2006-01-07  /C=DE/ST=Berlin... further work on IPFIX output
2006-01-07  /C=DE/ST=Berlin... introduce core timer handling
2006-01-07  /C=DE/ST=Berlin... introduce subpackages for plugins
2006-01-07  /C=DE/ST=Berlin... introduce acinclude.m4 with macros for mysql,pgsql...
2005-12-15  /C=DE/ST=Berlin... use driver's open_db routine
2005-12-15  /C=DE/ST=Berlin... make ipfix output plugin compile (not yet functional)
2005-12-15  /C=DE/ST=Berlin... move plugin wildcard input key generation into core
2005-12-15  /C=DE/ST=Berlin... add new 'ulogd_key_size()' function
2005-12-15  /C=DE/ST=Berlin... forgot to rename some function calls with last commit
2005-12-15  /C=DE/ST=Berlin... don't "#include" a .c file but rather compile db.c...
2005-12-14  /C=DE/ST=Berlin... add some more yet unfinished IPFIX output code
2005-12-14  /C=DE/ST=Berlin... use 'const char' in parser function
2005-12-14  /C=DE/ST=Berlin... add cleanup of dynamically allocated memory at end...
2005-12-14  /C=DE/ST=Berlin... we don't need RETF_FREE for stuf that isn't dynamically...
2005-12-14  /C=DE/ST=Berlin... close_db() is a member function and not a global symbol
2005-12-14  /C=DE/ST=Berlin... PGSQL_LIB not LIBS
2005-12-12  /C=DE/ST=Berlin... todo update
2005-12-12  /C=DE/ST=Berlin... schema support fixes
2005-12-09  /C=DE/ST=Berlin... make pgsql plugin compile (untested)
2005-12-08  /C=DE/ST=Berlin... comply with new naming convention
2005-12-08  /C=DE/ST=Berlin... add mysql and pgsql subdirs
2005-12-08  /C=DE/ST=Berlin... convert mysql to new DB api
2005-12-08  /C=DE/ST=Berlin... new database core api
2005-12-08  /C=DE/ST=Berlin... convert pgsql module to new database API
2005-12-08  /C=DE/ST=Berlin... further cleanup
2005-12-08  /C=DE/ST=Berlin... re-enable the reconnect support
2005-12-08  /C=DE/ST=Berlin... more verbose error reporting
2005-12-08  /C=DE/ST=Berlin... more verbose error reporting
2005-12-08  /C=DE/ST=Berlin... fix/cleanup logfile handling
2005-12-08  /C=DE/ST=Berlin... add some bits about signals
2005-12-08  /C=DE/ST=Berlin... fix typo
2005-12-08  /C=DE/ST=Berlin... implement reparse/reconnect on sighup
2005-12-05  /C=DE/ST=Berlin... rename all linux list related structs/functs/macros...
2005-12-05  /C=DE/ST=Berlin... syslog_level is a string, not an int
2005-11-29  /C=DE/ST=Berlin... OPRINT: use pluginstance num_keys instead of plugin...
2005-11-29  /C=DE/ST=Berlin... fixes
2005-11-24  /C=DE/ST=Berlin... add missing memset after malloc (Christian Hentschel)
2005-11-24  /C=DE/ST=Berlin... add missing makefile
2005-11-24  laforgewe forgot to set num_keys() correctly.
2005-11-24  laforgeremove bogus comment (code was fixed, comment not removed)
2005-11-24  laforgeget rid of that old dir
2005-11-24  laforgeit's now called "group" parameter, not nlgroup
2005-11-20  laforgefinally fix up MYSQL module to build correctly
2005-11-20  laforgesome plugins support packet and flow data types
2005-11-20  laforgemake 'num_keys' an attribute of pluginstance instead...
2005-11-20  laforgeuse bitmask instead of enum for input/output data type
2005-11-20  laforgefix dozens of compiler warnings/errors. one step close...
2005-11-05  laforgemore known TODO
2005-11-05  laforgeadd autogen.sh
2005-11-05  laforgefix multiple stacks
2005-11-05  laforgeupdate documentation somewhat
2005-11-05  laforgedistribute a reasonable config file template
2005-11-05  laforgeintroduce version field for plugins, refuse loading...
2005-11-05  laforgefinish port of ULOG input plugin
2005-11-05  laforgeupdate
2005-11-05  laforgefinish port of PWSNIF plugin
next