summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFCT: fix NULL dereference when hashtable is fullPablo Neira Ayuso2009-06-231-0/+9
* Revert "ulogd: permit compilation of plugin outside of tree"Eric Leblond2009-04-183-4/+2
* Documentation: information about procedure variable.Eric Leblond2009-04-181-1/+9
* DB plugins: fixed bug with INSERT* proceduresRomain Bignon2009-04-181-10/+13
* DB plugin: add capability to specify complete INSERT commandEric Leblond2009-04-171-3/+8
* ulogd: configure all plugins before resolving keys.Pierre Chifflier2009-04-171-7/+13
* ulogd: permit compilation of plugin outside of treeEric Leblond2009-04-053-2/+4
* ulogd: include config.h in all files.Eric Leblond2009-03-101-0/+1
* db plugins: free memory at exit.Eric Leblond2009-03-101-0/+7
* ip2bin: add AF_BRIDGE family support.Eric Leblond2009-03-061-1/+27
* hwhdr: suppress explicit allocationEric Leblond2009-03-061-12/+12
* ip2bin: suppress explicit allocation of some output key valuesEric Leblond2009-03-061-14/+14
* ip2str: suppress explicit allocation of some output key valuesEric Leblond2009-03-061-17/+16
* ifindex: avoid memory allocationEric Leblond2009-03-061-21/+16
* nflog: adjust unit which was inaccurate.Eric Leblond2009-03-061-2/+2
* build: bump version to 2.00beta3ulogd-2.0.0beta3Pablo Neira Ayuso2009-03-061-1/+1
* Delete timer in destructor function.Eric Leblond2009-02-081-0/+2
* pgsql: fix type of mac_protocol and oob_protocol.Eric Leblond2009-02-082-2/+2
* Add threshold and timeout option to NFLOG plugin.Eric Leblond2009-01-292-1/+49
* Explicitely type PCAP input key.Eric Leblond2009-01-271-5/+15
* Display which keys are optional in info mode.Eric Leblond2009-01-271-1/+6
* Replace INCLUDES by AM_CPPFLAGS in Makefile.am.Eric Leblond2009-01-2212-12/+12
* build: update configure.acJan Engelhardt2009-01-202-11/+9
* build: resolve autotools suggestions to use AC_CONFIG_MACRO_DIRJan Engelhardt2009-01-203-0/+4
* build: use -avoid-version for modulesJan Engelhardt2009-01-2010-23/+23
* Update .gitignore and remove install-shJan Engelhardt2009-01-203-251/+25
* build: compile fixJan Engelhardt2009-01-181-0/+1
* HWHDR: Fix size of allocated string.Eric Leblond2009-01-131-1/+1
* Fix crash on IPv6 packet.Eric Leblond2009-01-131-1/+4
* Display logfile to check in case of error.Eric Leblond2009-01-131-2/+7
* fix config file: MAC2STR has been renamed to HWHDR.Eric Leblond2009-01-131-2/+2
* Flat SQL schema for MySQLPierre Chifflier2009-01-071-0/+478
* Flat SQL schema for PostgreSQLPierre Chifflier2009-01-071-0/+406
* PostgreSQL: allow local connectionsPierre Chifflier2009-01-071-1/+2
* DBI: lower column name before comparing to keyPierre Chifflier2009-01-071-0/+14
* Allow plain INSERT instead of procedurePierre Chifflier2009-01-071-1/+26
* PostgreSQL schema: drop useless constraintsPierre Chifflier2009-01-071-5/+0
* Add variable to force binding of nfnetlink_log.Eric Leblond2009-01-052-7/+22
* Return true/false instead of ULOGD_IRET_OK/STOPThomas Jacob2008-12-091-2/+2
* Add valgrind compilation option.Eric Leblond2008-12-091-0/+4
* Fix memory leak in destructor_nfct().Eric Leblond2008-12-091-0/+11
* Free stacks when exiting.Eric Leblond2008-12-091-0/+12
* Introduce config_stop() functionEric Leblond2008-12-093-0/+9
* Unload plugins when quitting.Eric Leblond2008-12-092-1/+28
* Add SIGINT to list of terminal signal.Eric Leblond2008-12-091-1/+2
* Call pluginstance stop function when exitingEric Leblond2008-12-091-1/+25
* Fix minor memory leak in NFLOG plugin.Eric Leblond2008-12-091-0/+2
* Don't free pluginstance when leavingEric Leblond2008-12-092-3/+0
* Fix stop function of NFCT plugin.Eric Leblond2008-12-092-3/+5
* Treat nice function return.Eric Leblond2008-12-091-1/+7