Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a missing file bug - thanks to Andrea Montanari for reporting this | Rainer Gerhards | 2007-07-28 | 1 | -1/+1 |
| | | | | problem | ||||
* | - added omsr object (objomsr.c, objomsr.h) - template request for output | Rainer Gerhards | 2007-07-27 | 1 | -1/+1 |
| | | | | modules | ||||
* | changed output modules to use a template-based code generation system for | Rainer Gerhards | 2007-07-25 | 1 | -1/+1 |
| | | | | standard entry points (implemented via preprocessor) | ||||
* | moved discard functionality to an output module | Rainer Gerhards | 2007-07-24 | 1 | -1/+1 |
| | |||||
* | fixed a very nasty bug in structure creation of struct filed (caused | Rainer Gerhards | 2007-07-23 | 1 | -1/+1 |
| | | | | | omusrmsg to be defunct) - many thanks to maharaja for providing the right idea at the right time ;) | ||||
* | moved file write output module to own set of code files | Rainer Gerhards | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | moved some more modules to their own file sets | Rainer Gerhards | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | moved mysql action to its own code files | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | moved code for user and wall message action into its own files | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | moved part of the shell action to its own module | Rainer Gerhards | 2007-07-20 | 1 | -1/+1 |
| | |||||
* | moved message object into its own set of files | Rainer Gerhards | 2007-07-19 | 1 | -1/+1 |
| | |||||
* | fixed a bug which caused install to install program under wrong name | Rainer Gerhards | 2007-07-18 | 1 | -5/+5 |
| | |||||
* | applied patch by redhat, Peter Vrabec | Rainer Gerhards | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | added patch by mildew@gmail.com to support IPv6 in $AllowedSender | Rainer Gerhards | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | added contributor page to doc set | Rainer Gerhards | 2007-07-16 | 1 | -1/+1 |
| | |||||
* | added missing files | Rainer Gerhards | 2007-07-13 | 1 | -4/+4 |
| | |||||
* | made "make dist" work | Rainer Gerhards | 2007-07-13 | 1 | -0/+1 |
| | |||||
* | added man files | Rainer Gerhards | 2007-07-13 | 1 | -0/+2 |
| | |||||
* | - removed some now-unused fields from struct filed | Rainer Gerhards | 2007-07-13 | 1 | -1/+1 |
| | | | | | - move file size limit fields in struct field to the "right spot" (the file writing part of the union - f_un.f_file) | ||||
* | removed SYSV preprocessor macro; replaced with autotools equivalent | Rainer Gerhards | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | upgrading to autotools build system - thank Peter Vrabec for patches and | Rainer Gerhards | 2007-07-10 | 1 | -0/+11 |
the idea |