Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 7d88130d6f8ecbd0ed58c178f84af955 > files > 3

logsurfer-1.5a-1mdk.i586.rpm

Version 1.5a
	+ Corrected minor bug in context timeouts

Version 1.5
	+ Added y2k disclaimer
	+ Corrected authorship and copyright information
	+ Released

Version 1.5beta2
	+ Patch for context linelimit added
	+ Changed Logsurfer URL to http://www.cert.dfn.de/eng/logsurf/

Version 1.5beta
	+ Changed default dumpfile to /dev/null to avoid security problems.
	  You can specify the default location for the logsurfer.dump file
	  in the Makefile (see DEF_DUMPFILE). However - be aware that if using
	  a public writable directory someone can crate a sym-link for that
	  name and you'll write to another file. So I would suggest to use
	  the "-d" option while starting logsurfer to specify a dumpfilename.
	+ Added -DWARN_ROOT to print a warning if logsurfer is running as root.
	+ Added generic GNU "INSTALL" file
	+ Corrected version number in Makefile

Version 1.41
	+ deleted two #error defines which caused problems on non
	  ansi-compilers

Version 1.4
	+ fixed serious bug: rule processing stopped if a match_regex was
	  found (even if the not_match_regex dropped this rule)
	+ setup www-page http://www.cert.dfn.de/eng/team/wl/logsurfer/

Version 1.3
	+ removed #error directive (this is only available on ansi
	  compilers)
	+ added output of logsurfer version number in the usage
	  output

Version 1.2
	+ updated manpage of logsurfer.1 to include -f and the new
	  -p option
	+ added -p option to write pid to a file (for easier restarts)
	+ changed line handling to be independent from line length
	  (no fixed buffers for processing stuff)
	+ added --with-etcdir option for configure to specify the
	  default location of the logsurfer.conf file
	+ new "contrib" directory to collect helpful tools (added a script
	  "start-mail" and a tool "prtime" to start the collection)
	+ added a check if "const" is defined or not
	+ sendmail flushing has been improved (but is still not completly
	  reliable - it is only implemented as an additional help for
	  flushing the sendmail queue beside the time sendmail does it
	  by itself)
	+ -DSENDMAIL_FLUSH is now not longer default
	+ LDFLAGS in Makefile.in corrected
	+ trying to report linenumber on configuration errors
	+ the behaviour or fgets() at EOF is not portable - now using read()
	+ all header defines also for non ANSI C compilers available
	+ added sys/resource.h include because AIX header files are broken
	+ added srcdir and VPATH definition to Makefiles
	+ changed all #include "../config.h" to #include <config.h>
	+ added Makefile.in in man/ and src/ dir
	+ added PostScript version of regex documentation to package
	+ merged configure.in from the old regex dir to the new global one
	+ removed regex-0.12 dir and included regex.c and regex.h in the
	  logsurfer source dir

Version 1.1
	+ splited the code into several peaces
	+ wrote a draft manual page