summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make ulogd compile without any kernel headers (Joerg Wendland)laforge2003-08-233-12/+45
|
* i _did_ mean to call real_connect. sigh.laforge2003-08-231-3/+3
|
* use oob.time.sec instead of reading our own timelaforge2003-08-231-43/+44
|
* have to call mysql_init() before mysql_real_connect()laforge2003-08-231-5/+6
|
* explicitly link against dynamic libs (Joerg Wendland)laforge2003-08-114-4/+4
|
* use mysql_real_connect for MySQL4 (Joerg Wendland)laforge2003-08-111-3/+3
|
* check for more posgresql include paths (supposedly fixes problem with rh7.2)laforge2003-07-151-7/+8
|
* add support for setting of SO_RCVBUF socket option to libipulog and ulogd ↵laforge2003-05-044-35/+57
| | | | (rmem config file entry)
* fix a bug where we've been running out of an array boundary (Magnus Boden)laforge2003-05-031-4/+6
|
* include pcap log in ulogd.logrotate (Magnus Boden)laforge2003-04-271-1/+1
|
* timestamp_usec contains crap if timestamp_sec == 0laforge2003-04-271-3/+5
|
* don't link mysql plugin with postgresql libs and vice versa (Magnus Boden)laforge2003-04-272-4/+6
|
* change a couple of if/then/if/then constructs to use elif (Roberto Nibali)laforge2003-04-271-6/+3
|
* use /lib/modules/`uname -r`/build instead of /usr/src/linux (Magnus Boden)laforge2003-04-271-1/+1
|
* This patch fixes so the pathes in ulogd.conf matches what you gave tolaforge2003-04-272-8/+17
| | | | configure.. (Magnus Boden)
* real fix for skb receive timestamp problem (Harald Welte), revert PCAP ↵laforge2003-04-272-10/+16
| | | | workaround
* Fix broken OUTPUT timestamping since apparently kernel inits the sk_bufflaforge2003-04-271-3/+4
| | | | with a stamp.tv_sec of 0 and junk in stamp.tv_usec. (Curtis@GreenKey.net)
* Include posgresql+redhat fix (Magnus Boden). Might fix the Mandrake ↵laforge2003-04-241-2/+9
| | | | postgresql<->pgsql issue as well (unconfirmed)
* Include fix for postgresql on redhat (Magnus Boden).laforge2003-04-241-2/+2
|
* fixes the boolean case in the mysql plugin to use actual value instead of ↵laforge2003-03-181-3/+3
| | | | forcing "1" (Bob Hockney)
* Add ulogd.8 manpage by Joerg Wendlandlaforge2003-03-101-0/+64
|
* make pcap detection worklaforge2003-03-051-1/+1
|
* postgresql include files are in /usr/include/postgresqllaforge2003-03-051-2/+2
|
* we only have one ulogd.h, indeedlaforge2003-03-051-3/+2
|
* update changelog for version 1.00laforge2003-03-051-0/+16
|
* update version information and copyright infolaforge2003-03-052-13/+17
|
* update specfile to 1.00laforge2003-03-051-4/+8
|
* can't see any endian problems anymorelaforge2003-03-051-2/+2
|
* add cvs versionlaforge2003-03-051-1/+1
|
* big documenttion update, bring docs in sync with realitylaforge2003-03-051-39/+192
|
* fix typolaforge2003-02-081-3/+3
|
* more verbose error messagelaforge2003-02-081-4/+5
|
* increase version to 1.0pre1, we are just before 1.0 comes outlaforge2003-01-131-4/+4
|
* ulogd.h has movedlaforge2003-01-131-1/+1
|
* add typecasts to (struct in_addr) when calling inet_ntoa()laforge2003-01-131-5/+7
|
* include <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) ↵laforge2003-01-131-2/+3
| | | | when calling inet_ntoa()
* include sys/socket.h for struct in_addr_tlaforge2003-01-131-2/+3
|
* signal handler has no return valuelaforge2003-01-131-3/+3
|
* add support for alternate configfilelaforge2003-01-131-6/+19
|
* new ulogd requires '-d' to daemonizelaforge2003-01-131-1/+1
|
* General code cleanup by Roberto Nibali:laforge2002-12-095-13/+23
| | | | | | | | | - linking for dlopen() needs to be after the object generation - fix small typo in Rules.make.in - #ifdef DEBUG all functions that are not used - add missing #include's - fix sloppy braceing - added return for 'int main()'
* todo update (add static linking + kernel-include)laforge2002-12-091-0/+2
|
* fix include paths.laforge2002-12-0915-38/+38
|
* fix 'uninitialized mac_len' bug (by Anders K. Pedersen)laforge2002-10-301-2/+4
|
* fix shifted/unshifted nlgroup buglaforge2002-08-291-11/+16
|
* use NULL instead of 0, typedefs are evil(TM)laforge2002-08-291-3/+3
|
* todo updatelaforge2002-08-281-3/+4
|
* add postgresql example tablelaforge2008-03-011-0/+81
| | | | (Martin Kähmer)
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-03-014-54/+45
| | | | (Martin Kähmer)
* rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname taglaforge2008-03-014-78/+102
| | | | (Martin Kähmer)