summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-091-1/+1
|
* made udp spoofing code compile (but does not necessarily run right now, ↵Rainer Gerhards2009-07-091-1/+1
| | | | untested)
* first proof of concept on zipped file writerRainer Gerhards2009-06-031-1/+3
| | | | | | This DOES NOT work sufficiently well, I just wanted to verify that zip writing is possible and files are readable. Will be refined soon.
* integrated various patches for solarisRainer Gerhards2009-03-051-1/+1
| | | | | | | | | Unfortunatley, I do not have the full list of contributors available. The patch set was compiled by Ben Taylor, and I made some further changes to adopt it to the news rsyslog branch. Others provided much of the base work, but I can not find the names of the original authors. If you happen to be one of them, please let me know so that I can give proper credits.
* Merge branch 'beta'Rainer Gerhards2009-02-241-2/+2
|\ | | | | | | | | | | | | | | Conflicts: ChangeLog Makefile.am configure.ac doc/manual.html
| * make all cflags and libs variables uppercaseMichael Biebl2009-02-241-2/+2
| | | | | | | | | | | | pkg-config uses uppercase for its _CFLAGS and _LIBS variable names. So we follow suit and convert all _cflags and _libs variables to uppercase for more consistency.
* | added a small diag tool to generate local log messages quicklyRainer Gerhards2008-09-181-1/+2
|/ | | | | ... I think it may be useful to extend this later, thus I move it into git.
* added a samll diagnostic tool to obtain result of gethostname() APIRainer Gerhards2008-07-161-1/+5
|
* begun building a testbenchRainer Gerhards2008-06-131-16/+1
|
* Fix linker flags for librsyslog and rsyslogdMichael Biebl2008-06-111-1/+1
| | | | | | | | | | Use $(dl_libs) and $(rt_libs) instead of -ldl and -lrt. This ensures that rsyslog can be successfully built on *BSD. Don't like rsyslogd against $(dl_libs) and $(rt_libs) anymore. This functionality is now in librsyslog. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* fixed problem with man pages thanks to Michael Biebl's helpRainer Gerhards2008-05-061-2/+2
|
* file dirty.h was missing - thanks to darix for pointing this outRainer Gerhards2008-05-061-0/+2
|
* added forgotten fileRainer Gerhards2008-04-241-0/+42