summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add SCTP support to MySQL and PGSQL output.Eric Leblond2008-12-092-5/+79
* SCTP support for PRINTPKT.Eric Leblond2008-12-092-1/+18
* Add SCTP support to BASE plugin.Eric Leblond2008-12-091-0/+53
* Document group 0 usage and suppress address_familyEric Leblond2008-12-091-17/+20
* Get rid of addressfamily variable in NFLOG input pluginEric Leblond2008-12-091-30/+29
* Modify usage of nflog_bind_pf function.Eric Leblond2008-12-091-20/+32
* add ukey_* function for key assignationPablo Neira Ayuso2008-12-0918-552/+449
* Add new output plugin DBIPierre Chifflier2008-12-095-1/+337
* Search for libdbi includes during configurePierre Chifflier2008-12-092-0/+89
* Link ulogd2 with libpthreadPierre Chifflier2008-12-091-1/+1
* Fix light memory error in parse_mac2strPierre Chifflier2008-12-091-2/+8
* NFCT: remove unused constant NFLOG_RMEM_DEFAULTPablo Neira Ayuso2008-10-221-6/+0
* pgsql: remove useless checkingsPierre Chifflier2008-10-201-6/+0
* hwhdr: finish missing renamingPierre Chifflier2008-10-202-3/+3
* hwhdr: fix segfault when RAW_MAC is NULLPierre Chifflier2008-10-201-1/+1