summaryrefslogtreecommitdiffstats
path: root/ulogd/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete patches and files and move ulogd to repository top-level ↵Patrick McHardy2008-05-187-1137/+0
| | | | directory
* Marius Tomaschewski (mt@suse.de)/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sqlite3 - added global stmt_siz variable for the allocated size of the stmt buffer (obsoletes local size variable in _sqlite3_createstmt). - added guard at the beginning of _sqlite3_output so the output is disabled if the plugin initialization (db open, ...) fails. - changed many formats to use %zu for size_t variables, esp. in DEBUGP calls - changed to use snprintf instead of sprintf in pgsql_output to take care about the allocated buffer length - using the STMT_ADD macro when the string has to be appended. - fixed sqlite3_prepare() call error handling. - fixed to use ULOGD_MAX_KEYLEN-1 in strncpy. - added severals sqlite3_close(dbh); dbh = NULL; to reset it propelly. * pcap - fixed to use pcapsync_ce.u.value instead of pcapf_ce.u.value for flush - changed to show pcap file name (so the user can see if the default or the file specified in the config is used). * mysql-table - fixed id field definition in mysql.table.ipaddr-as-string; default value can't be set when auto_increment is used. * example configuration file: - fixed to use an usefull default value for sqlite3 db file... * user option - added "user" config option, disabled by default (runs as root). can be overwritten by the already existing "-u" cmd line option. without this option, the customers have to edit init script or source some sysconfig file to pass it via -u ... both not needed.
* pgsql has uint as default, so make the table definition correspond to thatlaforge2005-09-241-4/+4
|
* lots of spelling and grammar fixeslaforge2005-07-121-38/+50
|
* add HTMLlaforge2005-06-161-0/+421
|
* fix typolaforge2005-05-291-1/+1
|
* add syslog logging (not for packets, but ulogd logfile)laforge2005-04-181-2/+1
|
* add documentation about sqlite3 and SYSLOGlaforge2005-02-091-7/+56
|
* add SQLITE3 support (ported from ulogd-1.02 patch by Ben La Monica)laforge2005-02-091-0/+22
|
* new configuration file syntax (Magnus Boden)laforge2003-09-281-16/+16
|
* update version to 1.01, update changelog and documentation.laforge2003-08-231-5/+10
|
* big documenttion update, bring docs in sync with realitylaforge2003-03-051-39/+192
|
* fix typolaforge2003-02-081-3/+3
|
* add postgresql example tablelaforge2008-03-011-0/+81
| | | | (Martin Kähmer)
* more details on netfilter patch-o-maticlaforge2002-06-131-13/+15
|
* moved doc-generation to distribution-time, not compile-timelaforge2001-05-201-3/+6
|
* added support for synchronous writes to ulogd_LOGEMU (Michael Stolovitzsky)laforge2001-05-201-10/+27
|
* documentation updates (no RH binary rpms anymore, ...)laforge2001-05-202-5/+63
| | | | mysql.table.ipaddr-as-string added
* added support for multipart netlink messages. Updated docslaforge2001-01-291-2/+12
|
* small doc changeslaforge2000-11-201-4/+4
|
* mysql autoconf detectionlaforge2000-11-201-0/+2
|
* huge reorganization for 0.9laforge2000-11-203-0/+303
- 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