summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ulogd: fix cross compilation errors with mysql_configHelmut Schaa2016-03-311-2/+2
* ulogd: add missing newline in log messageEric Leblond2016-02-051-1/+1
* ulogd: restructures signal handling by self-pipe trickHironobu Ishii2016-02-051-7/+125
* sqlite3: Remove unused "buffer" option.Alex Xu2016-01-193-20/+1
* json: append timezone information to ISO 8601 dateVincent Bernat2015-10-021-5/+20
* json: output messages in JSONv1 formatVincent Bernat2015-10-022-1/+17
* Use stdint types everywhereFelix Janda2015-06-2619-122/+126
* ulogd: Use /dev/null as dummy logfile when logging to syslogFelix Janda2015-06-231-5/+5
* Define _GNU_SOURCE to get members of tcphdrFelix Janda2015-06-232-0/+2
* Sync with kernel headersFelix Janda2015-06-231-10/+18
* configure.ac: Add --without-{mysql,pgsql}Harald Welte2015-05-031-2/+9
* Add missing enableval to configureulogd-2.0.5Eric Leblond2015-04-241-3/+14
* Add flag to disable ULOG input pluginEric Leblond2015-04-242-1/+14
* Set release number to 2.0.5.Eric Leblond2015-04-031-1/+1
* include: keep a copy of linux/netfilter_ipv4/ipt_ULOG.hPablo Neira Ayuso2014-11-144-3/+53
* Fix JSON output on big endian systemsJimmy Jones2014-08-111-0/+11
* gitignore: add manpageEric Leblond2014-07-011-0/+1
* gitignore: ignore generated documentationVincent Bernat2014-07-011-0/+3
* Set release number to 2.0.4.ulogd-2.0.4Eric Leblond2014-03-071-1/+1
* ulogd: fix loglevel handlingKen-ichirou MATSUZAWA2014-03-071-1/+2
* printpkt: oob.time.sec was not usedEric Leblond2014-03-072-2/+0
* json: use packet timestamp if availableEric Leblond2014-03-071-5/+43
* nfct: use start timestamp if providedEric Leblond2014-02-221-4/+14
* ulogd: add carriage return as separatorEric Leblond2014-02-221-3/+3
* ulogd: avoid potential double print of messageEric Leblond2014-02-041-2/+2
* json: introduce new JSON output pluginEric Leblond2014-01-284-0/+291
* store Common Information Model name in ulogd keyEric Leblond2014-01-283-2/+15
* db: don't loose one packet on reconnectEric Leblond2014-01-261-1/+2
* db: cancel injection thread when terminatingEric Leblond2014-01-251-0/+17
* db: set ring default size to 0Eric Leblond2014-01-251-1/+1
* util: fix warning on format stringEric Leblond2014-01-251-20/+21
* nacct: fix format warningEric Leblond2014-01-252-2/+3
* ulogd: use AC_SEARCH_LIBS for libpthreadGustavo Zacarias2013-12-112-3/+4
* Set release number to 2.0.3.ulogd-2.0.3Eric Leblond2013-11-191-1/+1
* ulogd: ulogd_inppkt_NFLOG: close nflog handle after unbindingChris Boot2013-11-181-1/+1
* nfct: make NFCT packet counter/length 64 bitUlrich Weber2013-10-103-28/+28
* ulogd: use daemon() functionEric Leblond2013-10-101-17/+13
* ulogd.conf: add missing quote.Eric Leblond2013-10-101-1/+1
* pgsql: add var to specify arbitrary conn paramsEric Leblond2013-06-082-40/+53
* Improve pid file handling.Eric Leblond2013-05-211-12/+54
* ulogd: Implement PID file writingChris Boot2013-05-212-1/+149
* ulogd: Perform nice() before giving up rootChris Boot2013-05-211-7/+7
* Exec libmnl config check only if nfacct is enabledVictor Julien2013-05-211-1/+1
* db: db ring has precedence over backlog.Eric Leblond2013-05-211-5/+7
* db: disable SIGHUP if ring buffer is used.Eric Leblond2013-05-211-3/+8
* db: add ring buffer for DB queryEric Leblond2013-05-215-14/+178
* db: use offset instead of direct pointer.Eric Leblond2013-05-212-8/+10
* db: suppress field in db structureEric Leblond2013-05-212-19/+19
* db: store data in memory during database downtimeEric Leblond2013-05-213-33/+180
* sqlite3: add sanity checkingEric Leblond2013-04-201-0/+2