source: trunk/docs/Changelog@ 250

Last change on this file since 250 was 250, checked in by katerina, 15 years ago

Proper reporting for udp6 sockets (ticket #168).

File size: 86.4 KB
Line 
12.5.9b:
2 * remove stale file record when creating handle, and raise diagnostic
3 error to find origin of stale record
4 * sh_port2proc.c: check /proc/net/upd6 for IPv6-only UDP sockets
5
62.5.9a:
7 * fixed a race condition in closing of file handles
8
92.5.9 (11-09-2009):
10 * added code to generate directory for pid file, since it
11 would get cleaned if /var/run is a tmpfs mount (problem
12 reported by M. Athanasiou)
13 * fixed a bug that prevented reporting of user/executable path
14 for open UDP ports (issue reported by N. Rath)
15 * added more debugging code
16
172.5.8a (18-08-2009):
18 * fixed a bug in sh_files.c that would prevent samhain from
19 running on MacOS X (reported by David)
20
212.5.8 (06-08-2009):
22 * fixed a bug in the MX resolver routine which causes it to fail
23 sometimes (issue reported by N. Rath).
24 * fixed deadlock with mutex_listall in sh_nmail_test_recipients() if
25 error occurs within sh_nmail_flush (problem reported by N. Rath)
26
272.5.7 (21-07-2009):
28 * sh_userfiles.c: set userUids = NULL at reconfiguration (issue
29 reported by U. Melzer)
30 * if available, use %z to print timezone as hour offset from GMT
31 in email date headers (problem reported by NP, solution suggested
32 by TimB).
33 * eliminate C99-style comments (problem reported by
34 venkat)
35 * fix bad variable name for AC_CACHE_CHECK
36 * fix potential deadlock when external programm is called
37 (problem reported by A. Dunkel)
38
392.5.6 (09-06-2009):
40 * recognize fdesc filesystem on MacOS X for suid check (Problem
41 reported by David)
42
432.5.5 (01-05-2009):
44 * fix some warnings from gcc 4.4 (strict aliasing)
45 * fix minor memory leak in process check
46 * t-test1.c: change function names because of clashes with an
47 AIX system header file
48 * fix warnings with -fstack-check (too large stack frames)
49 * fix for incorrect handling of hostnames in database insertion
50 (reported by byron)
51
522.5.4 (04-03-2009):
53 * fix for incorrect input check in SRP implementation (discovered
54 by Thomas Ptacek)
55 * option KernelCheckPCI to switch off check of PCI expansion ROMs
56
572.5.3 (25-02-2009):
58 * disable dnmalloc on MacOS X, doesn't work properly
59 * stat -> lstat in sh_unix_file_exists (OS X nameforks, report
60 by David)
61 * Fix problem in standalone trustfile, does not work correctly on
62 group-writeable files (reported by David).
63 * Option SetThrottle to throttle throughput for db download
64 * Option SetConnectionTimeout to configure the client connection
65 timeout configurable
66 * Provide getrpcbynumber, getservbyname implementations
67 to avoid dependencies with static linkage
68 * Fix missing sh.host.(system|release|machine) on FreeBSD,
69 reported by D.Lowry
70 * New option SetMailPort to allow setting of SMTP port (patch
71 by lucas sizzo org)
72 * allow POSIX regexes for filters
73 * consolidate filtering code from sh_extern.c, sh_(n)mail.c
74 * rewrite mail subsystem to allow individual filtering
75 for recipients
76 * allow shell expansion for values of config file options
77 * allow list as value for option PortCheckInterface
78 * fix bug in trustfile.c (with slapping on "/../" for symlinks)
79 * lock baseline database upon writing
80
812.5.2b (29-01-2009):
82 * turn warnings into errors in the compile test suite
83 * fix missing define in sh_portcheck.c to eliminate compiler warning
84 (reported by joerg)
85
862.5.2a (26-01-2009):
87 * fix problem building deb package (bit rot; reported by joerg)
88
892.5.2 (22-01-2009):
90 * samhain.c: report module failure with positive offset
91 * sh_database.c: parse numerical fields into ulong
92 * fix regression test script for postgresql
93 * fix regression test script for SELinux/ACL test
94 * fix reporting of user for open ports to prelude
95 * report process pid for open ports
96 * replace _exit() by raise(SIGKILL) b/o pthread problem
97 * new option LooseDirCheck ([false]/true), request by
98 Alexander
99 * improved help output of samhain_stealth (as suggested
100 by Michael Athanasiou)
101 * new option ProcessCheckIsOpenVZ ([false]/true)
102
1032.5.1 (07-12-2008):
104 * workaround for freebsd7 amd64 lossage (compiler toolchain,
105 no mmap to 32bit address space)
106 * samhain-install.sh: check for presence of stealth_template.ps
107 before trying to create it
108 * use -Wno-empty-body if supported to suppress warnings about
109 glibc pthread_cleanup_pop implementation
110 * fix text relocations for i386 in src/sh_tiger1.s
111 * implement server->client SCAN command to initiate file check
112 * implement @if / @else conditionals with more tests in config file
113 * new option SetDropCache to drop checksummed files from cache
114 * report process/user for open ports on FreeBSD (code
115 lifted from FreeBSD sockstat.c)
116 * fix for config reload issue with stealth mode (reported by
117 siim)
118 * add -fstack-protector flags to LDFLAGS
119 * cygwin fix: don't use dnmalloc, doesn't work with pthreads
120 * cygwin fix: make trust check in samhain-install.sh return zero
121 * improved diagnostics for file read errors
122 * fixed script permissions (754 -> 755), reported by Christoph
123 * constness patch by Joe MacDonald
124 * GnuPG key ID patch by Jim Dutton
125 * sh_kern.c: more error checking for reads from kernel
126
1272.5.0 (01-11-2008):
128 * dnmalloc.c: fix inconsistent chunksize on 64bit systems
129 * fix improved error reporting for failed fstat in checksumming
130 * report process/user for open ports (Linux only currently)
131 * fix deadlock on exit in sh_hash_init()
132 * fix --enable-mounts-check for FreeBSD 7.0 (no MNT_NODEV anymore)
133 * log monitoring support
134 * fixed constness in trustfile interface
135 * remove libprelude 0.8 support (obsolete)
136 * sh_forward.c: increase TIME_OUT_DEF to 900 secs
137 * dnmalloc.c: initialize rc in dnmalloc_fork_child(),
138 reported by B. Podlipnik
139
1402.4.6a (09-10-2008):
141 * fix compile problem on Fedora 9 (reported by pierpaolo),
142 'struct ucred' in sh_socket.c requires _GNU_SOURCE
143
1442.4.6 (27-08-2008):
145 * fix compile failure on win2k/cygwin (sh_unix_mlock prototype),
146 reported by jhamilton
147 * fix potential deadlock with dnmalloc upon fork()
148 * fix non-portable use of 'hostname -f' in regression test suite
149 (reported by Borut Podlipnik)
150
1512.4.5a (18-08-2008):
152 * fix compile problem in dnmalloc.c (remove prototypes for
153 memset/memcpy), problem reported by Juergen Daubert
154
1552.4.5 (07-08-2008):
156 * testscripts: 'chmod -R' -> 'chmod -f -R', since Solaris 10
157 bails out on a chmod on a dangling link
158 * fix bug in check_samhain.pl nagios script (J.-S. Eon)
159 * use the UNO static checker
160 * compile as position independent executable (PIE)
161 * handle EINPROGRESS error (Windows/cygwin issue)
162 * make sure every function uses less than one page of stack
163 (proactive security against gap jumping, Gael Delalleau)
164 * use dnmalloc instead of system malloc
165 (proactive security against heap buffer overflows)
166 * fix dnmalloc bugs and portability problems
167 * check for compressBound, since older zlibs don't have it
168
1692.4.4 (30-04-2008):
170 * sh_database.c: fix maximum size of sql query string, maximum
171 size of strings in struct dbins_
172 * sh_hash.c: fix maximum size of message string
173 * fix typo in the base64 decoder
174 * fix 'make cutest' for parallel compiling
175 * fix compile warnings with -Wstrict-prototypes
176 * sh_static.c: override getgrgid, getpwuid for libacl
177 * fix more warnings about variables clobbered by 'longjmp'
178 or 'vfork' (due to library internal handling of mutexes)
179 * fix configure warning about unused datarootdir
180 * configure.ac: warn, but accept nonexistent tmp dir
181 (Problem reported by Brian)
182 * sh_unix.c: undef P_ALL, P_PID, P_PGID before including
183 sys/wait.h (compile problem reported by Reputation)
184 * syslog function tested ok with Syslog Fuzzer v0.1
185 by Jaime Blasco (c) 2008
186 * slib.c: call fflush when writing trace to file
187 * sh_readconf.c: don't set OnlyStderr to false if gpg (problem
188 reported by Irene Reed)
189 * fix unconditional removal of pid file in atexit handler (bug
190 reported by Brian)
191 * fix invalid free() in sh_unix_checksum_size()
192 * sh_processcheck.c: workaround for stupid OpenBSD bug (returns
193 ENODEV instead of EAGAIN, because fgetc does
194 fcntl(0,F_SETFL,O_NONBLOCK) [ENODEV] internally), problem
195 reported by Roman R.
196 * fix buf that cause incomplete reporting of modified symlink if
197 symlink has changed and both old and new paths are >48 bytes
198 * fix bug that prevented mount check from running in one-shot mode
199 * enable mount check for openbsd
200 * fix processcheck default options and test script for openbsd
201 * option --list-file to list content of file (if saved)
202 * sh_tools.c: use strcasecmp in reverse lookup since DNS is case
203 insensitive (bug reported by Phil)
204 * fill content if MODI_TXT, zlib compress, base64 encode and add
205 as link_path in sh_unix.c; add to report in sh_hash.c
206 * testsuite: add test for gpg fingerprint option
207 * sh_extern.c: add 'CloseCommand' for syntactic sugar,
208 add in testsuite
209
2102.4.3a (12-02-2008):
211 * fix compile error caused by open() with O_CREAT and no third argument
212 (reported by J.-S. Eon)
213
2142.4.3 (31-01-2008):
215 * sh_kern.c: don't require asm/segment.h for kernel check module
216 * use global var with pid of initial thread instead of getpid(),
217 since LinuxThreads returns different value in each thread (problem
218 reported by Steffen Mueller)
219 * sh_kern.c: no inode check for pci rom (creates spurious messages)
220 * slib.c: eliminate prototype for vsnprintf (compile problem reported
221 by eddy_cs)
222 * Makefile.in: fix missing dependency on 'encode' for $(OBJECTS)
223 (reported by Matthias Ehrmann)
224
2252.4.2 (17-01-2008):
226 * fix broken option --with-checksum (reported by halosfan),
227 regression test added
228 * change HP-UX default optimization to +O2 since +O3 breaks
229 cutest unit testing framework
230 * put result vector of rng in skey struct
231 * fix more compiler warnings, and a potential (compiler-dependent)
232 NULL dereference in the unix entropy collector
233 * fix some compiler warnings
234 * use -D_FORTIFY_SOURCE=1 -fstack-protector-all instead
235 of -fstack-protector
236 * always add PTHREAD_CFLAGS to LDFLAGS
237 * sh_tiger0.c: checksum functions return length of file hashed,
238 needed to fix GrowingLogfile bug (researched by
239 siim at p6drad dash teel dot net)
240 * sh_static.c: fix more 'label at end of compound statement'
241 (SH_MUTEX_UNLOCK closing brace; reported anonymously)
242 * make sh_hash.c thread-safe
243 * remove plenty of tiny allocations
244 * improve sh_mem_dump
245 * modify port check to run as thread
246 * new option PortCheckSkip to skip ports
247 * fix unsetting of sh_thread_pause_flag (was too early)
248
2492.4.1a (28-11-2007):
250 * fix overwrite of ErrFlags (functionality bug)
251
2522.4.1 (26-11-2007):
253 * security fix: regression in the seeding routine for the PRNG
254 (detected by C. Mueller)
255 * regression test added for PRNG seeding routine
256 * fix problem with PCI ROM check (spurious messages about modified
257 timestamps, reported by S. Clormann)
258
2592.4.0a (08-11-2007):
260 * fix compile failure with --enable-static (reported by S. Clormann)
261 * fix potential deadlock if SIGHUP is received while suspended
262
2632.4.0 (01-11-2007):
264 * eliminate alarm() for I/O timeout (replaced by select)
265 * use getgrgid_r, getpwnam_r, getpwuid_r, gmtime_r, localtime_r,
266 rand_r, strtok_r if available
267 * protect readdir(), getpwent(), gethostname() with mutexes
268 (readdir_r considered harmful)
269 * make checksum/hash, entropy, rng functions reentrant
270 * use thread-specific conversion buffer for globber()
271 * fixed compile problems and problems with test suite
272 * modify login watch to run as thread
273 * modify process check to run as thread
274
2752.3.8 (03-10-2007):
276 * new option PortCheckIgnore = interface:portlist
277
2782.3.7 (13-09-2007):
279 * Makefile.in: fix 'make deb' target, wrong name of config file
280 written to debian/conffiles (reported by marc)
281 * configure.ac: fix incorrect order of with-prelude, enable-static
282 (libprelude test was always without -static)
283
2842.3.6 (06-09-2007):
285 * added yuleadmin.pl script contributed by Riccardo Murri
286 * fix compile error with -f-stack-protector on some systems (reported
287 by marc); we now check for libssp
288 * fix local DoS attack on BSD systems lacking getpeereid() (reported
289 by Rob Holland).
290 * fix yulectl password reading from $HOME/.yulectl_cred, erroneously
291 rejected passwords with exactly 14 chars (reported by Jerry Brown)
292 * introduce 'fflags' flag for suid files to detect new files already
293 found in regular file check (problem reported by J. Crutchfield);
294 also add regression test to ascertain that files in baseline
295 database are not quarantined erroneously
296 * sh_hash.c: replace check for prefix 'K' with check for not prefix'/'
297 to allow for arbitrary module-specific store/lookup in db
298 * replace 'visited', 'reported', 'allignore' with generic 'fflags' field
299 * sh_cat.c: reduce priority of MSG_TCP_RESET to avoid spamming if
300 port checking is used on same host as server (reported by kadafax)
301 * Install.sh: don't use --separate-output with non-checklist
302 widgets (problem discovered by D. Denton)
303 * sh_gpg.c, sh_userfiles.c: use sh_getpwnam et al. wrappers
304
3052.3.5 (20-06-2007):
306 * sh_portcheck.c: try to tear down connections more gracefully
307 (request by S. Petersen)
308 * fix incorrect handling of files with zero size in GrowingLogFiles
309 (problem reported by S. Petersen)
310 * fix incorrect encoding of null checksums in stealth mode
311 * sh_hash.c: fix repeated printing of acl/attributes in database dump
312 * sh_unix.c: fix option useaclcheck ignored if both useaclcheck and
313 useselinuxcheck are supported
314
3152.3.4 (01-05-2007):
316 * sh_processcheck.c: fix missing init of sh_prochk_res array before
317 check (leads to degrading functionality over time and 'fake pid'
318 warnings; reported by D. Ossenbrueggen and
319 soren dot petersen at musiker dot nu)
320 * sh_processcheck.c: fix memory leak
321 * sh_kern.c: for 2.6.21+ don't check proc_root_lookup (not possible
322 anymore? proc_root_inode.lookup != proc_root_lookup)
323 * sh_extern.c: flush streams before forking (problem if [Prelink]
324 used together with prelude logging, reported by M. deJong)
325 * fixed compilation of kern_head (regression cause by cross-compiling
326 fix; problem reported by S. Clormann)
327 * more typos fixed (reported by John Horne)
328
3292.3.3 (27-03-2007):
330 * fixed typos in configure.ac and manual (reported by John Horne)
331 * don't use mysql_options on x86_64, since libmysql is broken
332 * fixed cross-compiling (patch by Joe MacDonald)
333 * refactor sh_kern.c, sh_suidchk.c
334 * fix bug with leading slashes in linked path of symlinks within
335 the root directory
336 * sh_kern.c: check PCI ROM (Linux), refactor code
337 * move file descriptor closing more towards program startup
338 * kernel check: support OpenBSD 4.0 (wishlist)
339 * fix samhain_hide module (in-)compatibility with recent kernels
340 (reported by Jonny Halfmoon)
341
3422.3.2 (29-01-2007):
343 * fix regression in full stealth mode (incorrect comparison of
344 bytes read vs. maximum capacity), reported by B. Fleming
345
3462.3.1a (21-01-2007):
347 * fix incorrect use of sh_gpg_fill_startup if option --with-fp is used
348 (reported by zeroXten)
349
3502.3.1 (21-01-2007):
351 * fix bug that may cause accidental closure of yule TCP socket
352 (problem reported by B. Masuda)
353 * fix sh_kern.c for kernel 2.6.19 (reported by S. Clormann)
354 * don't use sstrip in 'make deb', since dh_shlibdeps uses objdump
355 (reported by B. Masuda)
356 * rm report.pl from rules.deb.in (reported by B. Masuda)
357 * samhainctl(): longer timeout (bad status reporting at startup,
358 reported by Phil and by Dan Track)
359 * sh_portcheck.c: make connect errors more descriptive
360 * sh_portcheck.c: fix ignored setting of PortCheckActive
361 * sh_processcheck.c: add statvfs, and wrap for EINTR
362 * sh_portcheck.c: add wrappers for EINTR
363 * report user and executable for hidden processes
364 * fix update failure if reportonlyonce = false (reported
365 by D. Strine)
366 * fix compile error in sh_portcheck.c (problem on cygwin
367 reported by J. D. Fiori)
368 * check filenames ending in space (also for utf8 spaces)
369 * check and escape csv formatted db listing
370 * cache results of sl_trustfile_euid()
371 * trustfile: use 4096 for MAXFILENAME, switch to strncpy
372 * CL option -v|--version for info on version and compiled-in options
373
3742.3.0a (01-11-2006):
375 * fix compile failure with portcheck + stealth (reported by lucas)
376
3772.3.0 (01-11-2006):
378 * fix concurrency for inserts in oracle db
379 * add acl_(new|old) to database schema
380 * check for selix attributes and/or posix acl
381 * new option UseSelinuxCheck (bool)
382 * new option UseAclCheck (bool)
383 * regression tests for above
384 * add module to check for open ports
385 * add module to check processes (hidden/fake/missing)
386 * use const char* for argument of module configuration callbacks
387
3882.2.6 (31-10-2006):
389 * fix missing support for MacOX X init script (reported
390 by Daniel Kowalewski)
391 * fix error about non-readable file with no checksum required
392 * fix server warning about 'no server name known'
393 * fix 'make deb' makefile target
394 * fix default export severity for server
395
3962.2.5 (05-10-2006):
397 * fix broken Install.sh, reported by Alexander Kraemer
398 * workaround for glob(3) sillyness on MacOS X (reported by David)
399 * fix for broken resorce fork check (reported by David)
400 * fix for broken compilation on cygwin (reported by Elias)
401
4022.2.4 (03-09-2006):
403 * add regression test for the GrowingLogFiles issue to test suite
404 * fixed sh_unix.c: bug in database init if GrowingLogFiles used
405 with signed database (reported by Timothy Stotts)
406 * bug in manual fixed (incorrect documentation of --enable-user,
407 noticed by M. Brown)
408 * rc.subr compatible init script for FreeBSD/NetBSD
409 * improve routine to find rpm after build
410 * add netbsd rc file from Brian Seklecki (taken from pkgsrc-wip)
411 * fix error in manual (location of lock file)
412 * fix bug with SuidExclude (files in directory were still checked)
413
4142.2.3 (31-07-2006):
415 * fix samhainadmin.pl: check for gpg-agent running if use-agent is set
416 (ticket #28 by anonymous)
417 * fix stealth mode (regression in parser), problem reported by
418 Joschi Kuphal
419 * fix minor typo in sh_database.c (compile problem reported by
420 Joschi Kuphal)
421
4222.2.2 (17-07-2006)
423 * minor fixes for regression test scripts
424 * minor updates to the manual (suggested by Brian A. Seklecki)
425 * fix sh_kern.c, kern_head.c: kernel rootkit detection for 2.6.17+
426 (problem reported by Leonhard Maylein)
427 * fix samhain_hide.c for 2.6.17+: use module_param() if MODULE_PARM
428 is not defined
429
4302.2.1c (11-07-2006)
431 * fix sh_extern.c: sh_ext_add_default() cast to (void) was too early
432 (Solaris 8 build failure reported by Jesse)
433 * fix sh_unix.c: wrong prototype for sh_unix_mlock()
434 if HAVE_BROKEN_MLOCK (AIX 5.2 build failure reported by
435 Jonathan Kaufman)
436
4372.2.1b (20-06-2006):
438 * fix compile error on SuSE 10.1 (reported by Leonhard Maylein)
439
4402.2.1a (15-06-2006):
441 * fix compile error on i686/MacOS X (reported by Andreas Neth)
442
4432.2.1 (13-06-2006):
444 * fix gcc 4 warnings and build failure on x86_64 (debian bug #370808)
445 * fix compiling with Oracle (noticed by Colapinto Giovanni)
446 * fix configure.ac for most recent autoconf version
447 (debian bug #369503)
448 * fix a regression that would make impossible local updates w/clients
449 * fix a few missing '\n' in sh_getopt.c
450 * sh_kern.c: fall back on mmap() if read() fails on /dev/kmem
451 * fix Solaris package creation
452 * recognize Solaris doors and event ports
453 * fix the idmef_inode_t patch: provide required info to avoid stat()
454 * fix bug on database update: fill in dev and rdev fields
455 * fix get_file_infos() in sh_prelude.c: avoid premature return
456 * GCC_STACK_PROTECT_CC: AC_TRY_COMPILE -> AC_TRY_LINK
457 * deploy.sh: allow to set a group for hosts upon installation
458 * patch by Yoann: fix an issue when setting the idmef_inode_t object
459 * fix memory leaks in error paths in sh_prelude.c
460 * fix concurrent inserts with postgres in sh_database.c
461 * code cleanup
462 * fix manual version in spec file, first noticed by Imre Gergely
463
4642.2.0 (01-05-2006):
465 * patch by Jim Simmons for samhainadmin.pl.in
466 * fix testsuite portability problems
467 * fix md5 endianess problem detected on HP-UX 11i / PA-RISC 8700
468 * fix potential NULL dereference in sh_utmp_endutent()
469 * patch by Neil Gorsuch for suidchk.c (do not scan lustre, afs, mmfs)
470 * fix sh_ext_popen (OpenBSD needs non-null argv[0] in execve)
471 * fix make_tests.sh portability (echo '"\n"' does not work on OpenBSD)
472 * fix bug in sh_utils_obscurename (check isascii)
473 * scan h_aliases for FQDN if h_name is not
474 * add copyright/license info to test scripts
475 * add copyright/license info to deployment system scripts
476 * support server-to-server relay
477 * new CL option --server-port
478 * minor improvements in manual
479 * patch by Yoann Vandoorselaere for sh_prelude.c
480 * allow --longopt arg as well as --longopt=arg
481 * verify checksum of growing log files (up to previous size)
482 * rewrite of the test suite
483 * added a bit of unit testing
484 * minor optimizations in various places
485 * optimized implementation of tiger checksum algorithm
486 * read in 64k blocks (faster than 4k)
487 * sh_unix.c, sh_hash.c: support file flags on *BSD, update Linux
488 file attribute code
489 * kern_head: fix compilation of kernel check module on OpenBSD
490 * updated samhainrc.linux, samhainrc.freebsd
491 * sh_unix.c: fix setrlimit (RLIMIT_NOFILE, ..)
492 * sh_files.c: fix missing use of flag_err_info
493 * sh_tiger0.c: remove repetitive use of mlock
494 * slib.c: remove fcntl's from sl_read_timeout (caller sets O_NONBLOCK),
495 add function sl_read_timeout_prep
496
4972.1.3 (13-03-2006):
498 * fix compile problem in slib.c (reported by Lawrence Bowie)
499 * fix bug with combination of one-shot update mode and file check
500 schedule (reportedby Dan Track)
501 * improved the windows howto according to suggestions by
502 Jorge Morgado
503 * fix samhain_hide kernel module for new linux kernel versions
504 * fix minor problem with dead client detection (problem reported
505 by Michal Kustosik)
506
5072.1.2 (10-01-2006):
508 * fix startup error with combination of gpg+prelude
509
5102.1.1a (22-12-2005):
511 * fixed a stupid bug in sh_files.c (break if file = dir)
512
5132.1.1 (21-12-2005):
514 * sh_calls.c: protect sh_calls_set_bind_addr against overriding
515 * comINSTALL, updateDB: use locking
516 * samhainadmin.pl: use locking
517 * fix typos in samhainrc.solaris (noticed by Robby Cauwerts)
518 * improve zAVLSearch (remove redundant strcmp)
519 * use AVL tree in sh_files.c instead of linked list (better scaling)
520 * fix bug with suidcheck (no update/check in one-shot mode with
521 schedule instead of check interval; noticed by R. Rati)
522 * fix for problem with '-t update -i' if daemon mode (problem report
523 by Peter van der Does)
524 * fix for bug in sh_util_ask_update (two returns were required ...)
525
5262.1.0 (31-10-2005):
527 * minor fix for cross-compiling with --with-kcheck
528 * sh_forward.c: handle bad fds in the select() fd sets
529 (reported by hmy)
530 * sh_extern.c: fix debugging code
531 * slib.c, sh_calls.c, sh_calls.h: improve handling of O_NOATIME
532 (reported by Gabor Kiss)
533 * makefile.in: fix for solaris package creation
534 * sh_mail.c, sh_readconf.c: mail filtering options
535 * sh_database.c: Oracle reconnect on connection failure
536 (bug report by Alexander A. Sobyanin)
537 * sh_unix.c: don't purge MYSQL_UNIX_PORT environment variable
538 (problem reported by Peter)
539 * sh_calls.c: fix for a HP-UX accept() problem caused by the gcc4 fix
540 * fixes for gcc 4.0.2 compiler warnings
541 * ability to use daemon mode together with update
542 (wishlist Yoan Vandoorselaere)
543 * fixes for debugging
544
5452.0.10a (22-08-2005):
546 * fix for overlapping directory check specification (reported by Bub)
547
5482.0.10 (21-08-2005):
549 * fix for segfault (free() on a constant string) with libprelude
550 (problem reported by Grae Noble)
551 * upgrade FreeBSD kernel check to 5.4, minor fixes
552 * useful script for users of Linux kernel check
553 (contributed by marc heisterkamp)
554 * documentation improvements (suggested by Brian Seklecki and Robby)
555
5562.0.9 (25-08-2005):
557 * samhain_erase.c: add #define for NULL
558 * sh_suidchk.c: fix incorrect use of escaped filename
559 * sh_prelude.[ch], sh_readconf.c: configurable mapping from
560 samhain severity to prelude severity
561 * sh_unix.h: second arg of gettimeofday should be NULL
562 * sh_files.c: fix checking of directory special file (use specified
563 policy, not that of parent dir, problem found by Brian A. Seklecki)
564 * sh_entropy.c: longer timeout for entropy collector
565 * sh_socket.c, sh_forward.c: allow probing of clients for
566 necessity of configuration reload
567 * yulectl: minor fixes, option -v (verbose), new command PROBE
568 * fix 'File not found' messages for files flagged with IgnoreMissing
569 * sh_database.c: strip newline from oracle error messages
570 * sh_files.c: fix rsrc fork issue with MacOS X Tiger
571 (reported by A. Koren)
572 * never compute checksum if not checked (problem report by D.Hughes)
573 * sh_prelude.c: cleanup and bugfix by Yoann
574 * sh_hash.c: for prelude, make sure mode is supplied with user/group
575 and vice versa
576 * sh_prelude.c: provide proper FileAccess objects (bug
577 report by Mihai Ilinca)
578
5792.0.8 (03-07-2005):
580 * configure.ac: use $LIBPRELUDE_PTHREAD_CFLAGS rather than
581 $LIBPRELUDE_CFLAGS (bugfix by Yoann)
582 * samhain.spec.in: remove support for chkconfig (it's too buggy).
583 Strangely, if invoked as install_initd it behaves sanely ...
584 * src/sh_err_log.c: fix key input (this time for real)
585 * fix --with-altlogserver (bug from 2.0.7b)
586 * remove server socket in start/stop script
587
5882.0.7e (not released):
589 * Makefile.in: introduce a total of 6 sec delay for 'make' utilities
590 that use 1 sec resolution, and consider target out-of-date if
591 timestamp(target) = timestamp(dependency) ...
592 * src/sh_err_log.c: fix key input
593 * another fix for yulectl (use pwent->pw_dir)
594 * dsys/comINSTALL, dsys/comUNINSTALL, dsys/comBUILD: fix PATH
595
5962.0.7d (not released):
597 * one more fix for the spec file (stupid rpm finds tags in comments!!!)
598
5992.0.7c (not released):
600 * test/testrun_1b.sh, test/testrun_2b.sh: use $GPG_PATH
601 * dsys/comINSTALL, dsys/funcDB, dsys/funcINSTALL: some bugfixes
602 * samhain-install.sh.in: fix test -z $verbose
603 * sh_hash.c: speedup database reading
604 * Makefile.in: fix the problem that BSD make would make too much
605 * deploy: yulerc.clients -> yulerc.install.db, provide
606 $defdatabase for backward compatibility
607 * deploy: allow for comma in client_install_date
608
6092.0.7b (not released):
610 * hp_ux.psf.in: fix psf file
611 * dsys/comINSTALL: fix $yule_date -> $yule_data
612 * Makefile.in: fix 'make depot'
613 * sh_tools.c, sh_unix.c: fix detection of open file limit
614 * sh_readconf.c: reset read_mode after reading conf file
615 * yulectl.c: better error messages, use homedir from getpwuid(geteuid)
616 * init/samhain.startLSB.in: fix misleading message in lsb init script
617 * sh_forward.c: better display for nonce u in debug mode
618 * sh_tiger*.c: fix checksum for HP-UX 64bit
619 * samhain.c: don't fetch database twice
620 * configure.ac: accept nodename for --with-logserver=...
621 * samhain_setpwd.c: return proper exit status for samhain_setpwd
622 * respond to SIGTERM on initializing
623 * fix problems with samhainadmin.pl
624 * sh_utils.c: fix bug with AddOKChars (found by Karol)
625
6262.0.7a (not released):
627 * remove 'df' from entropy gatherer (NFS may hang)
628 * modify va_copy check (doesn't work with HP-UX PA64 compiler)
629 * fix compile warnings in sh_database.c
630 * samhain-install.sh.in: check for /usr/bin/false in /etc/shells
631 * fix install-boot on HP-UX
632 * aclocal.m4: fix configure CL parsing to recognize VAR=VALUE
633
6342.0.7 (11-06-2005):
635 * yet another fix for the spec file (use internal dependency generator)
636 * sh_error.c, sh_prelude.c: init libprelude after open fds are closed
637 * error message if queue is full
638 * fix two compiler warnings on HP-UX
639 * fix sh_mail.c for Interix (no resolver routines)
640 * fix sh_unix_initgroups2() if no initgroups() function (bug reported
641 by Geries Handal)
642 * remove references to 'struct timezone' (Interix; problem
643 reported by Geries Handal)
644 * init/stop for prelude on SIGHUP
645 * sh_cat.h: fix a stupid bug with messages classes
646 * manual: new section on nagios (with help from kiarna),
647 more on prelude
648 * sh_prelude.c: cleanup and improvements (Yoann Vandorselaere)
649 * default prelude profile name now is 'samhain' (lowercase)
650 * sh_readconf.c: new option PreludeProfile (by Yoann Vandorselaere)
651 * remove obsolete check for linux/module.h, linux/unistd.h
652 * remove dependency on virtual/glibc in gentoo ebuild
653 (problem reported by Willis Sarka)
654
6552.0.6 (01-03-2005):
656 * sh_prelude.c, configure.ac, aclocal.m4: support for
657 libprelude 0.9 (Yoann Vandoorselaere)
658 * sh_html.c: fix bug with entry.html template (reported by
659 Stephane Sanchez)
660 * Install.sh: fix mandir option (reported by Rodney Smith)
661 * Fixed Linux/64bit bug in definition of EUIDSLOT
662 * New targets 'make depot', 'make depot-light' (HP-UX, untested)
663 * Use sstrip for RPMs and DEBs (automatic stripping disabled)
664 * Fix aclocal.m4 for autoconf 2.59 (missing $ac_cr_alnum et al.,
665 problem noticed by Yoann Vandoorselaere)
666 * Modify samhain.spec.in to disable automatic stripping upon install
667 * Fix deploy.sh + '--enable-gpg', and fix 'make rpm' and 'make deb'
668 for '--with-khide' (problems reported by Mark)
669 * Fix compile error in sh_tools.c on HP-UX 10.20
670 (problem reported by Dennis Boylan)
671 * Runtime configuration of server listening port (wishlist)
672 * Runtime configuration of server listening interface (wishlist)
673 * Ignore SIGTTIN (consistency)
674 * Use SIGTTOU to force file check (wishlist)
675
6762.0.5b (01-04-2005):
677 * Fix build problem b/o timestamp on stamp file
678
6792.0.5a (16-03-2005):
680 * Fix problem with 'make rpm' (reported by Dirk Brümmer)
681
6822.0.5 (02-03-2005):
683 * Fix bug with partial reads from clients in server
684 (bug report by Brian)
685 * Support gpg checksum bootstrap with yule
686 * Support mount option check on HP-UX
687 * For MAIL FROM, use 'example.com' as domain part if
688 hostname is numeric (problem reported by Eric Raymond)
689 * The HOWTO-write-modules has been updated.
690 * Convenience functions to insert data in database have been
691 added.
692 * Use int0x03 only on i386 in sh_derr() (portability problem
693 reported by John Mandeville)
694
6952.0.4 (09-02-2005):
696 * Fixed broken 'make deb' (problem report by olfi)
697 * Fixed minor bug in test scripts (detection of gmake vs. make)
698 * Fixed Tru64/OSF compile warnings (reported by B. Terp)
699 * Normalize list parsing to allow comma, space, and tab as separators
700 * Some more descriptive error messages in kern_head.c
701 * Absolute path to utilities in init/samhain.startLinux.in
702 * Fixed is_root variable in deploy.sh
703 * Fixed 'deploy.sh info'
704 * Fixed 'deploy.sh install' client startup
705 * Fixed 'make tbz': don't remove ebuild scripts in 'make dist'
706 (issue reported by W. Sarky)
707
7082.0.3 (14-12-2004):
709 * Fix CPPFLAGS with mysql/postgresql (repoted by P. Smith)
710 * Fix missing sys/time.h include in slib.c (reported by Jonas)
711 * Workaround for file closing problem with Prelude+GPG
712 * Fixed memory leak with Prelude.
713 * Fixed bug in samhain_stealth (PGP signature not correctly
714 retrieved from hidden configuration; report and patch by V. Tuska)
715 * Added Perl script to concatenate file signature database files
716 * Fix compile error with combination of --enable-nocl and
717 --enable-stealth (reported by Zdenek Polach)
718 * Fix bug in dsys/initscript with --enable-nocl
719 * Fix declaration of sh_kern_timer()
720 * Fix missing Mounts+Userfiles options in appendix of manual
721 * Updated the README (bug report by H. Franzke)
722 * Fix some compiler warnings
723
7242.0.2a (09-11-2004):
725 * Fixed OoM condition when client rc file not found (reported by Eilko)
726
7272.0.2 (08-11-2004):
728 * Fixed buffer overflow in sh_hash_compdata() (only in 'update' code)
729 * Fixed uninitialized variable in sh_mail_msg() (problem reported
730 by Michael Milvich)
731 * Fixed potential NULL pointer dereference in sh_hash_compdata()
732
7332.0.1 (01-11-2004):
734 * Fixed compilation bug reported by jue (--with-kcheck broken).
735 * Fixed start option (bug reported by sanek). Behaviour wrt.
736 environment variables depended on the way the daemon was started.
737
7382.0.0 (31-10-2004):
739 * The deployment system has been rewritten from scratch in
740 a cleaner and more modular and extensible way. Deployment
741 of native packages is supported now.
742 * The build system has been revised. Building outside the source
743 directory is supported now.
744 * Support for checksumming of prelinked executables / libraries
745 has been added.
746 * The configure script now checks for the SSP/ProPolice patch in GCC,
747 and enables it if present.
748 * The install-boot option in samhain-install.sh has been fixed
749 (use absolute paths for sbin utilities).
750 * A nagios plugin (scripts/check_samhain.pl) has been added.
751 * The LSB (Linux Standard Base) init script has been fixed (the output
752 was incorrect).
753 * Fetching of built binary packages has been
754 fixed ($(PACKAGE)->@install_name@).
755 * For files in proc, the timeout has been reduced, and no error
756 messages are issued upon timeout.
757 * A function has been added to print out full details for missing
758 files if encountered while in sh_files().
759 * The reporting for SuidCheck has been fixed (incorrect policy
760 noticed by JiM).
761 * On Linux, SuidCheck does not report on files marked as candidates
762 for mandatory locking (group-id bit set, group-execute bit cleared).
763 * Fix for oracle init script (by Matt Warner)
764
7651.8.12b (11-10-2004):
766 * fix bug in MSG_MSTAMP (%ld -> %lu)
767 * fix bugs in sh_suidchk.c (%ld -> %lu), check fopen for NULL,
768 mkdir mode for quarantine directory
769 * fix the fix for modlist_lock search in System.map
770
7711.8.12a (01-10-2004):
772 * fix bug in samhain-install.sh.in (only occurs on Solaris), reported
773 by J. Roland
774
7751.8.12 (27-09-2004):
776 * fix compile bug with --enable-static + --with-database=postgresql
777 * fix search for modlist_lock in System.map
778 * password auth for yule command socket (request by D. Kocic)
779 * more info about pending/sent commands to clients
780
7811.8.11 (30-08-2004):
782 * fix static linking on Linux by use of replacement routines from
783 uClib - however, this means, there is no NIS support anymore
784 * new option AddOKChars=... to modify the set of characters for
785 filenames considered 'obscure'
786 * new option HardlinkOffset=... to specify an offset from the canonical
787 hardlink count for a directory
788 * fix some warning with HP 11.23 native compiler
789 * fix minor OpenBSD portability problems (EIDRM, compiler warning)
790 * samhainrc.5, samhain.8: updated the man pages
791 * sh_unix.c, sh_files.c: ignore 'no user/group' and 'obscure name'
792 for AllIgnore
793 * sh_kern.c: fix 'update' to display modifications
794 * sh_kern.c: fix bug with IDT check (spurious alerts b/o uninitialized
795 fields)
796 * stealth kernel modules: fix for linux 2.6, fix
797 redefine of KERNEL_VERSION
798 * warn about stealth kernel module problem with 2.6 in manual
799 * sh_unix.c: remove some cruft
800 * fix a typo in the manual (noticed by J. Rubin)
801 * configure.ac: re-order output from libprelude-config (required
802 for static linking - problem reported by E. Neber)
803 * kern_head.h, kern_head.c: fixes for Linux 2.6 kernel
804
8051.8.10b (13-07-2004):
806 * fix incorrect usage of 'retry_msleep()' in sh_kern.c (reported
807 by Pat Smith)
808
8091.8.10a (13-07-2004):
810 * depend-gen.c: fix for FreeBSD 'make' which does not understand
811 the dependencies ... (problem reported by David Thiel)
812
8131.8.10 (13-07-2004):
814 * sh_unix.c/sh_unix.h: fix defaults for 'GrowingLogFiles' policy
815 (bug report by VZoubkov)
816 * fix some warnings (unreachable statement) with HP-UX native compiler
817 * kern_check.c: silence warning about 'sendfile' for 4.10
818 (noticed by Ryan Beasley)
819 * modify depend-gen.c to ignore sh_gpg_chksum.h
820 * add a non-plaintext version of GPG_HASH (sh_gpg_chksum.h)
821 * .. and for fingerprint
822 * sh_suidchk.c: fix some compiler warnings on solaris
823 * allow commas to separate multiple entries in a RedefXXX= directive
824 * replace sleep/usleep with nanosleep wrapper function
825 * replace alarm() for read timeout with select() in sl_read_timeout
826 (should fix bug reported by Scott Kelley)
827 * increase lstat/open timeout to 6 sec
828
8291.8.9 (16-06-2004):
830 * made 'no action specified' error message more informative
831 (suggested by Stephen Gill)
832 * fix memory leak in mysql sh_database_query() (bug report by Dejan)
833 * remove some cruft from the code
834 * sh_files.c: check MacOS X resource forks (idea from Osiris)
835 * sh_files.c: no hardlink check for MacOS X
836 * sh_util_ask_update: fix bug with no terminal in non-interactive mode
837 (report and debug data by Kris Dom)
838 * manual refactored
839 * fix redundant messages when updating with suidcheck
840 * allow interactive update for suid files
841 * don't remove the TZ environment variable to guard against
842 misconfigured hosts
843 * also use gethostname if uname returns possibly truncated name
844 * fix improper file descriptor handling in sh_mail.c (bug report
845 by Alex Weiss)
846 * cleanup MBLK cruft
847 * use SH_ALLOC/SH_FREE in sh_prelude.c
848 * update sstrip to Version 2.0
849
8501.8.8 (25-05-2004):
851 * fix compilation problem on AIX 5.2 (nameser_compat.h; report by
852 Tim Evans and Ian McCulloch)
853 * don't check for trusted paths on Cygwin
854 * add Windows HOWTO written by Kris Dom
855 * kern_check.h: extend FreeBSD syscall table for 5.x
856
8571.8.7a (03-05-2004):
858 * sh_mail.c: fix subject length
859 * sh_mail.c: fix the sh.mailNum.alarm_last fix (report by Kris Dom)
860 * sh_utils.c: sh_util_ask_update(): fix ISO C conformance bug
861 (compile problem reported by Kris Dom)
862
8631.8.7 (01-05-2004):
864 * sh_mail.c: fix incorrect count of sh.mailNum.alarm_last, causing
865 empty mails (introduced with segfault fix in 1.8.6, report
866 by Kris Dom)
867 * sh_utils.c: sh_util_ask_update(): check whether stdin is a terminal,
868 try to reopen on controlling terminal if not
869 * sh_utmp.c: fix order of options (problem report by Uri)
870 * sh_files.c: sh_files_chk(): set tmp = NULL at end of loop
871 (may cause segfault on null dereference for missing files)
872 * sh_unix.c: patch by Marc Schütz (order of sh_unix_getinfo_type,
873 sh_unix_getinfo_attr)
874 * don't use dh_installmanpages in 'make deb' (samhain/yule conflict
875 reported by xavier)
876 * on HP-UX, define _XOPEN_SOURCE_EXTENDED in sh_mail.c and sh_tools.c
877 (suggested by Kris)
878 * include nameser_compat.h in sh_mail.c (for MacOS X,
879 suggestion by jna)
880 * sh_utmp.c: fix time for logout events (reported by Erich
881 van der Velde)
882
8831.8.6 (15-04-2004):
884 * add CL option to set threshold for prelude and RDBMS
885 * sh_mail.c: fix bug with MailSubject option (segfault on NULL pointer
886 dereference; reported by Micha Silver)
887 * fix compiling with --disable-encrypt (reported by Pat Smith)
888 * fix minor problem in scheduler (don't return before all schedules
889 are tested, to set last_exec correctly)
890
8911.8.5 (05-04-2004):
892 * fix bugs in sh_utmp.c (unlinking of list head); may fix an OpenBSD
893 problem (endless loop; report and debugging aid by Joe MacDonald)
894 * fix hardlink check (null dereference in error message, segfaults
895 on solaris - noticed by Bob Bloom)
896 * sh_suidcheck: don't truncate quarantined file if nlink > 1
897 * fix Install.sh (no --seperate-output with --radiolist); patch by
898 Greg Kimberly
899
9001.8.4 (17-03-2004):
901 * add Prelude patch by Patrice Bourgin
902 * add license statement to sh_mounts.c, sh_userfiles.c after
903 receiving a clarifying e-mail from Cian Synnott
904 * support UsePersistent = no for Oracle (problem spotted and fix
905 tested by Michael Somers)
906 * fix bug in samhainadmin.pl
907 * sh_gpg.c: describe type of gpg error (if any)
908 * fix persistent connections with postgresql (reported by
909 Erwin Van de Velde)
910 * prelude: local 'meaning' shadows global in sh_prelude_alert
911 (spotted by David Maciejak)
912 * uname: workaround for cases where nodename would be a possibly
913 truncated FQDN (problem reported by Cian Synnott)
914 * re-write parts of sh_kern.c, store kernel info in baseline database
915 -> no need to recompile after kernel upgrade
916 * modify timeouts in sh_unix_getinfo, add timeout warning
917 * change handling of dangling symlinks (store in db)
918 * fix typo with MSG_FI_OBSC2 (double slash)
919 * remove redundant operation in sh_utils_safe_name
920 * fix occasional random start bytes of long messages in
921 sh_error_string (sl_strlcat -> sl_strlcpy)
922 * provide details for missing files (as for added files)
923 * remove duplicate message for no such group/user
924 * add fixes for samhain.oracle.init (supplied by Michael Somers)
925 * fix date insertion for Oracle (fix by Michael Somers)
926 * manual: fix incorrect statement about RPM (noticed by
927 Lars Kellogg-Stedman)
928
9291.8.3 (02-02-2004):
930 * add a HOWTO-client+server-troubleshooting document
931 * fix another bug with SIGUSR2 (suspend mode)
932 * new option SetBindAddress (--bind-address=...) to force
933 interface for outgoing connections on multi-interface box
934 * don't link against libgmp if not required (i.e. standalone)
935 * test for ext2fs/ext2_fs.h or linux/ext2_fs.h
936 * new make targets 'emerge' and 'tbz2' for gentoo
937 * update rules.deb.in based on the Debian package
938 by Javier Fernandez-Sanguino
939 * updated config.guess, config.sub to version 2002-09-05
940 * external command: report failure only once
941 * console: reset failure status after success
942 * README.UPGRADE: explain 1.7.x <-> 1.8.x client/server compatibility
943 * use persistent connection to database by default
944 * option UsePersistent=no to switch off persistent connection
945
9461.8.2 (19-01-2004):
947 * sh_userfiles.c: new option UserfilesCheckUids (requested)
948 * sh_error.c: server: don't log to logfile before dropping root
949 * new script scripts/samhainadmin.pl (administrative tasks for
950 signed config/database files)
951 * add changes code to log_msg for reports on modified files
952 * change default log threshold to 'mark', as 'none' tends
953 to confuse new users
954 * faster response time for SIGUSR2
955 * revised (mostly backward-compatible) message classes
956 * fix missing check of mailTime in server select loop
957 * add support for libprelude (version 0.8.10)
958 * fix format for MSG_E_GRNULL (reported by Stefan Hudson)
959 * fix Bourne shell incompatibility (export) in samhain-install.sh
960 (first reported by David Thiel)
961 * fix typo in spec file (first reported by Christian Vanguers)
962 * remove some cruft (signal handler, memory handling)
963 * return from sigterm handler, rather than exit directly
964 (re-entrancy problem causes more problems than it's worth)
965
9661.8.1 (03-12-2003):
967 * fix gmp detection (problem pointed out by Nix)
968 * fix/improve the error message if test compiling with mysql fails
969 * new CL option --interactive for interactive db update
970 * fix some compiler warnings from IRIX MIPS compiler
971 * kern_head.h, kern_head.c: option to disable IDT check
972 * kern_head.h, kern_head.c: update kernel syscall table (2.4.20,2.6)
973 * sh_utmp.c: count number of logins (request by Erwin Van De Velde)
974 * change username -> userid, remove (long) userid (bug noticed
975 by Erwin Van De Velde)
976 * emit ADDED message for new SUID/SGID files
977 * add trailing slash to excluded directory if there is none
978
9791.8.0a (04-11-2003):
980 * sh_error.c: remove two debug printf's
981
9821.8.0 (31-10-2003):
983 * manual: make ps file fit on both a4 and letter paper
984 * sh_socket.c, sh_socket.h, sh_forward.c: socket interface
985 to send (quit/reload) commands to clients
986 * sh_forward.c, configure.ac: enable build with libwrap
987 (Wietse Venema's TCP Wrappers library)
988 * sh_ignore.c, sh_ignore.h, sh_files.c, sh_hash.c, sh_readconf.c:
989 new option to suppress messages for new and/or deleted files
990 * samhainrc.aix5.2.0: contributed by Christoph Kiefer
991 * samhain.c: fix compile warning on solaris (noticed by Ian Hunt)
992 * sh_database.c: undef debug code for oracle
993 * samhain.oracle.init: contributed by Joern Michael Krueger
994 * configure.ac, sh_utils.ac, Makefile.in, sh_modules.c,
995 sh_cat.c, sh_cat.h, sh_mounts.c/h, sh_userfiles.c/h:
996 check-mounts and userfiles modules contributed by eircom.net
997 * sh_utils.c: fix off-by-one bug in sh_util_compress()
998 * sh_forward.c, sh_tools.c, configure.ac:
999 version 2 client/server protocol
1000 * sh_mail.c: add %S to include severity in subject (user request)
1001 * sh_suidchk.c, 1093: fix warning about unused var 'flags' on FreeBSD
1002 * samhain.h, sh_unix.h, sh_unix.c: extern inline -> static inline
1003 for --enable-ptrace
1004 * samhain.c: lower priority for 'uninitialized module' message
1005 * sh_entropy.c: lower priority for message if /dev/random blocks and
1006 /dev/urandom is available
1007 * improved error messages in sh_readconf.c
1008 * print system error message for getpwuid, getgrgid
1009 * fix missing module init after SIGHUP (noticed by Cian Synnott)
1010
10111.7.12 (13-10-2003):
1012 * sh_mail.c: fix buffer overflow in mail handler (introduced in 1.7.10)
1013 thanks to bug reports by Jason Martin and Matthew P. Cox
1014
10151.7.11 (01-09-2003):
1016 * samhain.c, samhain.h, sh_unix.c, sh_forward.c, sh_html.h:
1017 - change SIG_USR1 to switch between dbg on/off
1018 - change SIG_USR2 to switch between suspend on/off
1019 - fix CLT_ILLEGAL to actually work
1020 - introduce new state CLT_SUSPEND
1021 - force reauthentication after suspend
1022 * slib.c: change MAXFD from FOPEN_MAX (16) -> 1024
1023 * sh_suidchk.c: better AIX fs detection (Christoph)
1024 * sh_entropy.c: increase buffer size for unix entropy gatherer
1025 (problem reported by D. Danielson)
1026 * default config files: add lots of comments, list more options
1027 * sh_error.c: set default severities to 'crit'
1028 * sh_readconf.c, sh_cat.c, sh_cat.h: stricter check on config
1029 file syntax, issue warnings (triggered by C. Kiefer)
1030 * Makefile.in: handle depend-gen errors more gracefully
1031 * sh_err_console.c: fix bug in enable_msgq (reported by F. Behrens)
1032 * configure.ac: workaround for mysql_config weird output
1033 (reported by G. Faron)
1034 * sh_unix.c, sh_tiger0.c: check IO limit during read of large files
1035 * depend-gen.c: close streams before attempting to rename (Cygwin)
1036 * Makefile.in: fail gracefully if depend-gen fails
1037 * sh_database.c: sh_database_query(postgresql): fixed missing SL_ENTER
1038
10391.7.10 (27-07-2003):
1040 * FreeBSD init script: define $pidfile (reported by D. Thiel)
1041 * sh_unix.c, sh_unix.h: fix compile error on AIX 4.2
1042 * sh_schedule.c: fix bad array size
1043 * samhain.c: fix pid_t <> int casts
1044 * sh_kern.c: fix repetitive messages
1045 * configure.ac: try to bootstrap if TIGER192 not supported by gpg,
1046 provide a detailed error message
1047 * configure.ac: try harder to locate mysql
1048 * docs/Changelog: retroactively add release dates, if known
1049 * sh_mail.c: fix potential message truncation in mailer
1050 * sh_unix.c, samhain.c, samhain.h: make --enable-ptrace more portable
1051 * sh_readconf.c: fix segfault (dereference of uninitialized pointer)
1052 if --with-gpg and --enable-stealth are used together (reported
1053 by Anthony Caetano)
1054 * sh_unix.c, samhain.c, sh_calls.c: fix problems with descriptive
1055 error messages (larger GLOB_LEN, stat fills aud_err_message)
1056
10571.7.9 (30-06-2003):
1058 * sh_err_log.c: fix segfault on SIGABRT (dereference of freed memory),
1059 problems with SIGABRT noticed by Brian and Alf B Lervåg
1060 * deploy.sh.in: fix some bugs (found by Alf B Lervåg)
1061 * scripts/chroot.sh: fix typo (found by Alf B Lervåg)
1062 * configure.ac (khide): search also for 'd sys_call_table' (noted by
1063 cuek_saja)
1064 * strip whitespace before checking gpg checksum (noted by D. Thiel)
1065 * manual (faq section): explain how to stop console output
1066 * Makefile.in: fix re-naming of yule with --enable-install-name
1067 * HOWTO-client+server.html: fix typo (noted by xavier renaut)
1068 * configure.ac: escape '-' in awk regex (required by GNU awk 3.1.1)
1069
10701.7.8 (28-05-2003):
1071 * sh_unix.c: new mlock implementation with reference count
1072 and page alignment (fix for solaris problem)
1073 * kern_head.c: search also for 'xxxxxxxx d sys_call_table'
1074 * sh_html.c: write status comment (for Beltane 2)
1075 * add CL option --delimited for comma-delimited signature database dump
1076 * sh_mail.c: check exit status of push_list to fix counting bug
1077 (bug reported by Alan Moore)
1078 * configure.ac: add error message to --with-libs
1079 * fix spelling of $DAEMON in init script (noted by C. Grigoriu)
1080 * fix missing initgroups()
1081
10821.7.7 (06-05-2003):
1083 * sh_forward.c: fix bug if compiled with --enable-udp, but disabled
1084 in config file (found by Andy OBrien)
1085 * sh_database.c: sh_database_entry(): size -> c_size (two places)
1086 to fix writing of '\0' to arbitrary places :(
1087 (problem pointed out by Stefan Giesen)
1088 * profiles/*/configopts: fix --with-base -> --enable-base
1089
10901.7.6 (24-04-2003):
1091 * sh_forward.c, entry.html, head.html: fix/additions by Stefan Giesen
1092 * fix samhain_hide for the O(1) scheduler used by RedHat:
1093 configure.ac, acconfig.h: check for next_task in struct task_struct
1094 samhain_hide.c: use find_task_by_pid if no next_task in task_struct
1095 * samhain_erase.c: add MODULE_LICENSE("GPL") to fix warning
1096
10971.7.5 (15-04-2003):
1098 * sh_cat.c, sh_forward.c, sh_hash.c: fix double 'msg' tag
1099 * manual: point out the bmaxdata problem on AIX in faq section
1100 * trustfile.c: don't check symlinks (permissions of directory count)
1101 * sh_schedule.c: fix problem with daylight saving switchover
1102 * sh_samhain.c: close all open fd's >2 before reading the conf file
1103 * sh_unix.c: fix dereferenced NULL pointer when exiting on non-existing
1104 user
1105 * sh_forward.c: fix dereferenced NULL pointer when exiting on udp error
1106 * sh_forward.c: place timestamp code before select() timeout handler
1107 * fix incorrect class of timestamp messages (conflict with manual)
1108 * sh_readconf.c, sh_forward.c: new config option SetStripDomain
1109 * configure.ac: add warning if /lib/modules/`uname -r`/build/include
1110 not found
1111 * samhain_hide.c: adapt for RedHat 2.4 kernel (fetch sys_call_table
1112 address from System.map)
1113 * sh_err_syslog.c: fix for Solaris
1114 * samhain.spec.in: strip REQ_FROM_SERVER from config file install path
1115
11161.7.4 (21-03-2003):
1117 * configure.ac: fix bug in defargs (--with-base > --enable-base)
1118 * aclocal.ac: detect unsupported options
1119 * kern_check: add syscalls, skip unused syscalls
1120 * fix Manual (--enable.../--with... inconsistency)
1121 * add two HOWTOs (signed files, server/client)
1122 * moved manual into new subdirectory docs/
1123 * add admin scripts by S.Bailey/M.Redinger
1124 * option to have a version string in db file
1125
11261.7.3 (23-02-2003):
1127 * samhain-install.sh: use yule user key for signing on install
1128 * fix a bug in sh_err_console.c (attempted write to const char)
1129 * sh_gpg.c: if server, always use ~unprivileged_user/.gnupg
1130 * Makefile.in: make target 'trustfile' depend on config.h
1131 * configure.ac: don't use install_name before it is defined ...
1132 * sh_tiger0.c: fix bug in checksum computation introduced in 1.7.2
1133 * samhain.c: make sure daemon cannot be forced into 'update' mode
1134 * sh_hash.c: remove AIX workaround (AIX has been fixed meanwhile)
1135
11361.7.2 (04-02-2003):
1137 * sh_kern.c: use sys_call_table address from System.map
1138 * fix for reserved SQL keyword 'group'
1139 * add AC_SYS_LARGEFILE to configure.ac
1140 * allow separate client-specific log files for server
1141 * sstrip.c: compile sstrip code only for i386
1142 * sh_unix.c: closeall: don't close trace file
1143 * slib.c: don't trace sl_is_suid (leads to recursion in trace handler)
1144 * samhain-install.sh.in: fix detection of LSB compliant systems
1145 * sh_tools.c: get_client_*_file: lstat -> stat to allow symlinks
1146 * sh_forward.c: sh_forward_do_write: set O_NONBLOCK for fd
1147 (may block otherwise, for no good reason apparently ...)
1148 * samhain.spec.in: replace %configure with ./configure
1149 * sh_unix.c: re-write signal handling (use __malloc_hook et al. to
1150 check whether we are in the middle of a free/malloc/realloc/memalign)
1151 * sh_unix.c: use new safe_logger() function to log from signal handler
1152 * sh_err_log.c: fix xml
1153 *
1154 * fix Makefile.in to exit non-zero on compile failure
1155 * database init: create index on log_host, entry_status
1156 * sh_suidchk.c: fix path building
1157 * sh_tiger0.c: read larger blocks
1158 * sh_hash.c: cast inode to UINT32
1159 * sh_tools.c: check that config/database files size fits in uint
1160 * sh_error.c: export flag_err_debug to avoid unnecessary calls
1161 * sh_unix.c: save the open() call in sh_unix_getinfo_attr()
1162 * profiles/redhat_i386/bootscript: add # description field
1163 * deploy.sh.in: set owner + permissions for files in yule_filedir
1164 * profiles/debianlinux_i386: fix bootscript
1165 * Makefile.in: fix deploy file lists and targets (include init+scripts)
1166 * MLOCK GOOD/BAD -> SL_FALSE/SL_TRUE
1167 * sh_mail.c: GOOD/BAD -> SL_FALSE/SL_TRUE (AIX sys/param.h)
1168 * sh_err_syslog.c: split long messages rather than truncating
1169 * sh_error.c: allocate msg to fix truncation limit
1170 * sh_unix.c: closeall fd's >= 3 in non-daemon mode (inherited
1171 filedescriptors may exceed FOPEN_MAX, causing problems in
1172 sl_open_file)
1173 * sh_err_console.c: avoid stdio
1174 * trustfile: dirz: make swp[] static
1175 * slib.c: speed up sl_strlcat
1176 * clean up some bad heap allocation (PATH_MAX+(1|2) -> PATH_MAX)
1177 * remove some unused code
1178 * slib.c: support long long int in the snprintf replacement
1179 * configure.ac: new configure macro to check whether sa_sigaction works
1180 * Makefile.in: make sstrip, encode dependent on config.h
1181
11821.7.1a (08-01-2003):
1183 * fix a syntax error in samhain-install.sh.in
1184
11851.7.1 (07-01-2003):
1186 * search runlevel scripts in ./init or ./
1187 * handle all distro-specific Linux runlevel script issues
1188 within a single script
1189 * support install-boot on Yellow Dog Linux and Slackware
1190 * samhain-install.sh: fix a bug for unknown Linux
1191 ('"' not closed, DVER not set)
1192 * samhain-install.sh: check for /etc/yellowdog-release
1193 * sh_database.c: fix missing entry for 'userid' in attr_tab[]
1194 * fix debian.rules.in (disable sstrip)
1195 * update make targets: 'srpm', 'srpm-dist', 'rpm'
1196 * check for zlib if mysql is used
1197 * workaround for NetBSD bug with libresolve
1198 * fixed problems with spec files
1199
12001.7.0 (22-12-2002):
1201 * improved spec files (Andre Oliveira da Costa <brblueser@uol.com.br>)
1202 * sh_unix.c: fix a dereferenced static pointer in tf_trust_check
1203 * runlevel scripts: remove pid file after stop
1204 * make the data directory read-only for the daemon
1205 * treat 'localhost' specially in MX resolver
1206 * sh_err_log.c: set sh.flag.log_start == TRUE after writing </trail>
1207 * deploy.sh.in: fix quoting (fix by Simon Bailey)
1208 * slib.c: make sl_get_euid et al. behave well if uids not stored
1209 * trustfile.c: use euid = uid(SH_IDENT) if server
1210 * sh_mail.c: include an MX resolver
1211 * Makefile.in: install-user routine for user installation
1212 * have yule drop root
1213 * sh_tools.c: open_temp use logdir if server
1214 * unified options for runlevel script
1215 * HP-UX, IRIX runlevel scripts
1216 * AIX inittab entry
1217
12181.6.6 (13-12-2002):
1219 * configure.ac: solaris cc -O2 -> -xO2
1220 * sstrip.c: avoid alpha architecture
1221 * profiles/solaris/configopts: no --enable-static
1222 * sh_forward.c: sh_forward_req_file: copy argument to local array
1223
12241.6.5 (04-12-2002):
1225 * sh_utmp.c: set userlist = NULL in sh_utmp_end ()
1226 * sh_unix.c: do not assume that environ is sane
1227 * exit handler: write </trail>
1228 * sh_log_file(NULL): test sh.flag.log_start != S_TRUE
1229 * FreeBSD rc script does not blindly accept content of pid file
1230 * configure.ac: allow 'localhost' for log server
1231 * sh_calls.c: retry_connect: ntohs (port)
1232 * testrun_2[abc].sh: --with-logserver=localhost for client
1233
12341.6.4 (12-11-2002):
1235 * sh_tools.c: fix error when escaping '=<'
1236 * fix the 'make srpm' target
1237 * deploy.sh.in: avoid that client is named 'yule'
1238 * define memset to sl_memset
1239 * fix type cast of uid_t, gid_t
1240
12411.6.3 (31-10-2002):
1242 * fix options for Sun/Solaris native compiler
1243 * sh_unix.c: MSG_FI_LIST (line 2333): cast theFile->size to fix error
1244 * test sstrip on freebsd
1245 * default config file for freebsd
1246 * make target to build .deb packages
1247 * sh_readconf.c: fix bug in error message
1248 * samhain.c, sh_suidchk.c: fix initialization of suidchk
1249 * samhain-install.sh.in: don't remove config file by default
1250 * samhain-install.sh.in: support complete de-installation
1251 * samhain-install.sh.in: add support for Gentoo, FreeBSD, and Solaris
1252 * samhain-install.sh.in: check more paths
1253 * sh_unix.c: fix sys_siglist declaration [NetBSD portability issue]
1254 * sh_calls.c: save error message in retry_lstat()
1255
12561.6.2 (04-10-2002):
1257 * make target to build rpms
1258 * update samhain.spec.in, samhain.startRedHat
1259 * support DESTDIR, as in 'make DESTDIR=/what/ever install'
1260 * explicitely set -fno-omit-frame-pointer b/o gcc bug
1261 * mv configure.in to configure.ac to benefit from autoconf wrapper
1262 * sh_modules.c, sh_modules.h: add mod_reconf() to run at SIGHUP
1263 * slib.c: fix debug messages (no msgs for dlogActive <= 1)
1264 * sh_schedule.c, samhain.c, sh_suidchk.c:
1265 scheduler may accept multiple schedules
1266
12671.6.1 (04-09-2002):
1268 * sh_schedule.c: bugfix (executes only after first day)
1269 * rm obsolete WITH_TRACE stuff
1270 * new dlog() function for debug logging
1271 * some more descriptive error messages
1272
12731.6.0 (27-08-2002):
1274 * omit the -fomit-frame-pointer option (bugs in some gcc versions ?)
1275 * sh_error.c: fix escape mode when logging to database
1276 * sh_forward.c: fix error (twice escape) in recv_syslog_socket
1277 * sh_tools.c: change escape mode for server-received data
1278 * sh_mem.c: change ulong -> size_t in sh_mem_malloc()
1279 * configure.in: fix localstatedir if --prefix=USR
1280 * sh_hash.c: snprintf() -> sl_snprintf()
1281
12821.5.5 (07-08-2002):
1283 * sh_err_log.c: fix incorrect xml syntax for client messages
1284 logged by server
1285 * sh_err_log.c: fix incorrect '</trail>' entries on client EXIT
1286 * sh_files.c: introduce file_class_next
1287 this fixes the problem that a policy for the directory
1288 inode erroneously becomes a policy for the directory itself.
1289
12901.5.4 (17-07-2002):
1291 * sh_hash.c: fix buffer overflow with (micro-)stealth
1292 * sh_database.c: set path[] 1024 -> 12288
1293 * sh_database.c: set query[] 2048 -> 16383
1294 * sh_database.c: set values[] 1024 -> 16383
1295 * sh_forward.c: larger limit for message size (16 kB)
1296 * trustfile.c: set MAXFILENAME 2048 -> 4096
1297 * fixed a bug in the handling of filenames with embedded newlines
1298 * sh_files.c: fix missing sh_util_safe_name() in debug output
1299 * --with-sender can specify a full address
1300 * fix xml log in a backwards compatible way
1301
13021.5.3 (03-07-2002):
1303 * fix combination of stealth and sql logging
1304 * fix some more places where invalid UIDs/GIDs trigger errors
1305
13061.5.2 (01-07-2002):
1307 * include solaris config file from (sean [at] boran d.o.t com)
1308 * test for files/dirz defined twice in the configuration file
1309 * option to disable reverse lookup on outbound connections
1310 * option to use socket peer as client name (with name resolving)
1311 * sh_html.c: fix an HTML bug (twice </head><body>)
1312 * sh_suidchk.c: fix warning on AIX b/o dirname()
1313 * allow logging server -> syslog if yule is NOT configured to
1314 receive syslog messages
1315 * define PRIi64 to "lld" if undefined
1316 * invalid UIDs: use gid/uid as name, error level SeverityNames
1317 * minor fixes for connect_port
1318 * sh_hash.c: flush output of db listing before _exit()
1319 * configure.in: fix incorrect default ${install_name} for server
1320 * configure.in: try harder to find mysql.h / libpq-fe.h
1321 * sh_files.c: sh_files_checkdir:
1322 closedir() early to not exhaust OPEN_MAX
1323
13241.5.1a (30-05-2002):
1325 * fix missing LSB init script
1326
13271.5.1 (27-05-2002):
1328 * fix '-t update' option
1329
13301.5.0a (23-05-2002):
1331 * fix configure.in
1332
13331.5.0 (22-05-2002):
1334 * include solaris nosuid patch from (nathoo [at] co d.o.t ru)
1335 * similar fix for bsd nosuid
1336 * speed up -t update
1337 * convert manual to DocBook, distribute html and ps
1338 * fix some more problems with configure.in, Makefile.in
1339 * fix testsuite, add tests for udp, mysql
1340 * MSG_TCP_MSG: host -> remote_host
1341 * convert to autoconf 2.53
1342 * make c_bits.sh exit with status 0
1343 * sh_database.c #include "mysql.h" --> <mysql.h>, ditto libpq-fe.h
1344 to avoid dependency tracking problems
1345 * samhain.c remove *YULE* #ifdefs
1346 * acconfig.h remove *YULE* #undefs
1347 * samhain.c: procdirSamhain: lstat --> stat (allow symlink)
1348 * configure.in: add checks for correct user input
1349 * Makefile.in: add automatic dependency tracking
1350 * depend-gen: tool to figure out dependencies
1351 * chkconfig comments in redhat start scripts
1352
13531.4.8:
1354 * sh_database.c: fix missing attr_old, attr_new, (from)host columns
1355 * configure.in, Makefile.in: fix an error in the configfile
1356 definition with REQ_FROM_SERVER
1357 * sh_err_console, sh_err_log: avoid recurrent failure messages
1358 * timeout on read from files (/proc)
1359 * fix errrors with setjmp/longjmp/alarm
1360 * fix memory leak in server (~20 byte/file download in sh_tools, 930)
1361 * check gpg signature for files downloaded from server, add a
1362 regression test
1363 * fix chown in solaris bootscript
1364 * provide second scheduler for file check
1365 * provide scheduler for file check
1366 * provide scheduler for SUID check
1367
13681.4.7 (08-04-2002):
1369 * make daemon control LSB-compliant (arguments, exit status)
1370 * set log_ref = 0 for server messages
1371 * boolean option SetDBServerTstamp to disable entering server
1372 timestamps for received client messages into database
1373 * sh_suidcheck: check for "nosuid" mount option if getmntent is used
1374 * fix logrotate script in manual (reported by Scott Worthington)
1375 * don't strip numerical IP addresses
1376 * check item->status_now != CLT_TOOLONG in client_time_check()
1377 * set log_host to client in db client message
1378
13791.4.6a (20-03-2002):
1380 * define prefix in deploy.sh
1381
13821.4.6 (19-03-2002):
1383 * modify samhain_hide.c to hide processes on new Linux kernels
1384 * better error diagnostics in kern_head.c
1385 * fix compile error in all_items ()
1386 * check length of install-name in enable-khide (max is 15)
1387 * define exec_prefix in deploy.sh.in
1388 * make configure a bit more cross-compiler friendly
1389
13901.4.5 (07-03-2002):
1391 * Make sure missing file is reported even if ptr->reported == S_TRUE
1392 because the file has been added.
1393 * propagate 'reported' flag from sh_files_checkdir() into file list
1394 * close checkfd in sh_gpg_check_file_sign()
1395 * sh_derr(): kill(parent, SIGCONT) after ptrace(PT_DETACH,...)
1396 * use sh.srvcons.name in dbg() to get debugging info from daemon
1397 * option to log file timestamps with localtime instead of GMT
1398 * comment out MSG_FI_ADD in sh_dirs_chk () - obsoleted by mandatory
1399 sh_files_filecheck(directory) that triggers MSG_FI_ADD in sh_hash.c
1400 * set ptr->reported = S_FALSE; for reappeared files in sh_files_chk()
1401 to make sure re-disappearing will get reported
1402 * new function sh_hash_set_missing() to remove file record
1403 without (duplicate) 'missing' message
1404 * make sure all items are reported for added files
1405 * fix stealth mode with sh_kern (encode sh_ks.h -> sh_ks_xor.h)
1406 * clarify in the documentation which gpg options to use for signing
1407
14081.4.4 (11-02-2002):
1409 * check that parent process has exited before writing PID file
1410 * promote MGG_W_CHDIR to SH_ERR_ERR
1411 * add error message to sh_unix_testlock
1412 * fix missing _() macro in sh_aud_set_functions
1413
14141.4.3 (05-02-2002):
1415 * don't check attributes for symlinks (may cause device access)
1416 * add USE mysql; USE samhain; to samhain.mysql.init
1417 * point out the MessageHeader/mysql problem in manual
1418 * add -lz to LIBS for mysql
1419 * strip after install, avoid double strip
1420
14211.4.2 (27-01-2002):
1422 * support for EGD
1423 * fix some more problems with install-deploy / deploy.sh
1424 * fix a bug in profiles/suselinux_i386/bootscript (INSTALL_NAME_)
1425 * fixed the 'external logging' test (init rather than none in rc file)
1426
14271.4.1:
1428 * SuSE: include run level 4+5
1429 * install location of hiding kernel modules changed - some insmod
1430 variants do not test for /lib/modules/$(uname -r)/module_name.o
1431 * new make targets 'install-deploy', 'uninstall-deploy'
1432 * fixed make targets 'deploydir', 'deploydirfast'
1433 * bail on unsupported CL option in deploy.sh
1434 * fix various bugs in deploy.sh
1435
14361.4.0 (16-01-2002):
1437 * fixed missing 'dirname' on Mac OS X
1438 * fixed && tested for/with postgres
1439 * 'user=' -> 'userid=' (reserved word in sql)
1440 * fix the endianess + size of file database; this changes db format
1441 for any non-Linux OS
1442 * --enable-old-format for old (V1.3) database format
1443 * getopt, samhain.c, samhain.h: option -f to loop if not daemon
1444 * sh_hash: list numeric + char data to allow file db update on
1445 server side
1446 * sh_database: modify handling of integer (long) data
1447 * sh_database: datetime in database
1448 * sh_database: hash field in database
1449 * sh_database: rewrite database insert string construction
1450 [use INSERT INTO log (fields) VALUES (values);]
1451 * makefile suse 7.x runlevel entries
1452
14531.3.7 (06-01-2002):
1454 * fix incorrect escape in sh_tools_safe_name
1455 * fix sh_error_handle (4. argument) in sh_extern.c
1456
14571.3.6c:
1458 * fix segfault in sh_database (mysql logging) on solaris
1459
14601.3.6b (03-01-2002):
1461 * fix syntax error ('==') in Makefile.in
1462 * fix configure.in (path for /lib/modules/$(uname -r)/build/include)
1463 * fix sh_kern.c (redeclaration of 'j')
1464
14651.3.6 (03-01-2002):
1466 * sh_kern.c: check integrity of int 80h vector
1467 (SucKIT rootkit - Phrack 58)
1468 * make sure childs in sh_kern are wait()'ed for
1469 * provide start/stop/restart/reload/status interface
1470 * fix a potential segfault (dereferenced NULL pointer) in the server
1471 * use sh_util_flagval for sh_unix_setdaemon
1472 * documentation for logging to SQL database
1473 * configure.in: check for -I/lib/modules/$(uname -r)/build/include
1474 * fix trustfile.c to ignore invalid users
1475 * separate 'make install-samhain' and 'make install-yule'
1476 * separate default log/pid/config files for server/client
1477 - less problems running server and client on same host
1478 * rewrite deploy.sh(.in):
1479 - don't use (make|install) if deploying
1480 - use command line options
1481 - better integrate into server environment
1482 - write install db
1483 * always write a pidfile if daemon
1484 * don't use server's config file as fallback for downloading client
1485 * don't overwrite config file when doing 'make install'
1486
14871.3.5 (28-12-2001):
1488 * fix --enable-message-queue for newer glibc versions
1489 * log to SQL database: implemented, but undocumented yet,
1490 needs to be tested further
1491 * xml: escape received syslog messages
1492 * xml: rename 'time' to 'tstamp'
1493 * make targets: make [un]install-[boot-]yule
1494 (for server-only installation)
1495 * fix samhain_hide.c for 2.4 kernel
1496 * fix sh_kern for updated samhain_hide.c
1497 * new option -j to just list the logfile
1498 * sh_getopt.c: recognize -Dt check for -D -t check
1499 * sh_tiger0.c: fix compiler warning (memmove) on Solaris
1500
15011.3.4 (12-12-2001):
1502 * sh_suidchk.c: option to limit files per second
1503 * sh_unix.c: option to limit (kilo)bytes per second
1504 * sh_hash.c: fix potential problem with '\n' in filename
1505 (not backward compatible if there are filenames with '=')
1506
15071.3.3 (03-12-2001):
1508 * sh_readconf.c, samhain.h, samhain.c, sh_suidchk.c:
1509 option SetNiceLevel to set scheduling priority
1510 * sh_hash.c: bugfix for database listing on Solaris
1511 * taus_seed: bugfix for emergency backup rng seed
1512 * sh_util_safe_name: fix for XML
1513 * sh_utmp_set_login_activate: use sh_util_flagval
1514 * sh_utils.c: sh_util_obscurename: rm 'space' from list
1515 * more backtrace macros
1516 * sh_util_flagval: fix bug to recognize 1/0
1517 * fix test scripts testtimesrv.sh, testext.sh (test.sh 6/5)
1518 * rm stray debug fprintf in sh_srp.c
1519
15201.3.2 (27-11-2001):
1521 * sh_hash.c: fix an error introduced in 1.3.1
1522 * set RLIMIT_CORE to RLIM_INFINITY if --enable-debug
1523
15241.3.1 (25-11-2001):
1525 * slib.c: get backtrace with --enable-debug
1526 * sh_unix.c: allow core dumps when --enable-debug
1527 * configure.in: fix default message queue permissions
1528 * sh_suidchk.c: automatically include suid/sgid files in database
1529 * sh_suidchk.c: check all suid/sgid files
1530 * sh_hash.c: don't insert duplicates when reading the database
1531 * sh_utmp, sh_kern, samhain: fix 1sec offset in timer
1532 * sh_unix.c: don't require /dev/random to be non-world-writeable
1533 * server: fix segfault in zAVLTree.c if avltree == NULL (no clients)
1534 * client: fix segfault on Solaris if path_conf == NULL
1535 * testrun_1b.sh: \(^/.*\) -> \(/.*\) for Solaris sed
1536
15371.3.0 (31-10-2001):
1538 * support compiling with GNU gmp library
1539 * set 3 sec timer on client_time_check to avoid excessive (and
1540 unnecessary) calls under heavy load
1541 * replace sl_strlen with a macro
1542 * store client_t structure in AVL tree
1543 * database format incompatible with previous format, up the magic#
1544 * sh_html.c: cache entry template for speedup
1545 * slib.c: reset islong(double) in sl_printf_count
1546 * sh_hash.c: report on rdev change
1547 * sh_hash.c: print size in 64 bit
1548 * sh_hash.c: save in absolute size types
1549 * sh_unix.c: get values as appropriate type (time_t, dev_t, ...)
1550
15511.2.10:
1552 * update MANUAL
1553 * sh_unix.c: tiger_hash -> tiger_generic_hash
1554 * sh_readcon.c: DigestAlgo option
1555 * sh_tiger0.c: add MD5 and SHA1
1556 * sh_unix.c: fix minor problem with win2k/cygwin
1557
15581.2.9 (17-10-2001):
1559 * fix problem with entry template/empty hostname
1560 * fix MASK_USER_ (MTM -> ATM)
1561 * typo fixed in configure.in (${install_name} -> {install_name})
1562 * bugfix group_old -> size_old in XML code
1563 * skip armor header in signed files
1564
15651.2.8 (29-09-2001):
1566 * Mac OS X: in sh_getopt.c, rename table[] to op_table[] to avoid
1567 obscure compiler warning
1568 * Mac OS X: fix test scripts
1569 * Mac OS X: import newest config.guess, config.sub from ftp.gnu.org
1570 * implement deadtime in syslog recv code to protect against flooding
1571 * sh_err_log: sl_close(fd) if lock|forward fails
1572 * compliance with Filesystem Hierarchy Standard -- Version 2.2 final
1573 * add policies User0, User1
1574 * fix compile problem (FreeBSD) in sh_suidchk.c
1575 * macro to check for debugger breakpoints (linux/i386)
1576 * check for solaris (does not work) in sh_derr (--enable-ptrace)
1577 * option to listen on 514/udp for syslog, drop root
1578 irrevocably if compiled thus
1579 * use (check_mask & MODI_ATM) to decide whether to reset utime
1580 * reset the policy masks on sighup
1581 * option to write XML log messages
1582 * cleanup of message catalog
1583 * modified error messages for BADCONN
1584 * error messages for Rijndael
1585 * block recursive error messages within sh_error_handler()
1586 - would hang the machine ... -
1587
15881.2.7:
1589 * sh_files, sh_utils: check top level directory
1590 * sh_kern, sh_cat, kern_head: check syscall code, fork subprocess
1591 for reading from /dev/kmem
1592 * include /boot in default samhainrc
1593 * change source distribution signing/packaging system
1594 * Makefile, README, MANUAL: adhere to file system standard,
1595 document new locations
1596 * fix a bug in samhain_hide.c
1597
15981.2.6:
1599 * reset list of trusted users before config file re-read
1600 * TrustedUser=... can be a list
1601 * fix severity for files missing from IgnoreAll
1602
16031.2.5:
1604 * include example_pager.pl, example_sms.pl scripts
1605 * explain paging/sms setup in docs
1606 * allow manual exclusion of a directory in suidcheck
1607 * automatically track all file changes
1608 * remove missing files from in-memory database
1609 * add $(KERN) to DEPLOYFILES
1610
16111.2.4:
1612 * log IP address for login/logout events, if supported by the OS
1613 * release block in globerr (callback)
1614
1615-------------
1616
16171.2.3:
1618 * fix problem with reading stealth configuration
1619 * fix a few formats in sh_cat.c
1620 * always use strncmp for file system type check in sh_suidchk.c
1621 (trailing 'fs' may be system specific for some types)
1622 * no bare LF in messages (RFC 2822)
1623 * no lines longer than 998 chars (RFC 2822)
1624 * fix error in testrc_1
1625
16261.2.2:
1627 * make tmp file directory a compile time option
1628 * fix minor bugs in tmp file allocator (potential memory leak,
1629 double slash if root directory)
1630 * obsolete testpipe script removed
1631
16321.2.1:
1633 * fix memory alignment in rijndael-api-fst.c: blockEncrypt()
1634 * fix byte order in HMAC code (compatibility fix for Linux/HP-UX)
1635 * removed a debug fprintf()
1636
16371.2.0:
1638 * fix a bug in the HMAC implementation (thanks to Cesar Tascon
1639 for help in tracking down this one)
1640 * module to check the file system for SUID/SGID files
1641
16421.1.16 (never released):
1643 * fix the recursion depth -1 option as described in the manual
1644 * optional database reload on SIGHUP
1645 * fix a race condition when checking that /dev/random is a charakter
1646 device
1647 * redirect stderr to /dev/null for c_random
1648 (AIX may segfault in netstat...)
1649 * check whether /dev/random is a charakter device in c_random.sh
1650 (we know at least one sysadmin who has set up a fake /dev/random ...)
1651 * don't give NULL as 2. and 3. arg to execve if not Linux - some
1652 Unices (notably Solaris) don't like it
1653 * init ptr = NULL in my_malloc (compiler warning)
1654 * make the bitmask for tests configureable (suggestion by A. Dunkel)
1655 * make the bitmask for tests a static variable
1656 * make (database/logfile/lockfile) path configurable
1657 (to run multiple instances of samhain from an NFS share - on the
1658 wishlist of J. Patton)
1659
16601.1.15 (never released):
1661 * fix minor error in testcompile.sh (rm test_log only at start)
1662 * return from subroutines on sig_terminate == 1
1663 (faster exit on SIGTERM)
1664 * fix re-configuration of addresses
1665 * use sh_util_flagval() in sh_mail_setFlag and sh_kern_set_activate
1666 * SysV message queue as compile option
1667 * config file option to set console device
1668 * removed the pre 1.1.9 code bloat
1669 * don't print the LOGKEY to the console
1670
16711.1.14:
1672 * fix an error in the setup consistency check
1673 * make target to uninstall runtime files
1674 * trustfile.c: check return code of readlink(), fix off-by-one error
1675 * sh_files.c: fix placement of terminator after readlink() call
1676 * sh_files.c: fix a missing set_suid()/unset_suid()
1677 - suid should work, but is not recommended -
1678 * more debug statements in c/s code
1679 * avoid re-entry in sh_unix_sigexit
1680 * put a block around free() and malloc() in wrapper functions
1681 * ditto for glob()/globfree(), regcomp()/regfree(), fdopen()/fclose()
1682 - i.e. avoid corrupting the heap from a signal handler -
1683
16841.1.13:
1685 * optimized the size of the configure script somewhat
1686 * modify the compile and hash test scripts
1687 * read '\0's in sh_unix_getline
1688 * exponential schedule for connection attempts
1689 * make stealth working properly with signed files
1690 - config file should be signed now before embedding in picture -
1691 * fix a race in using signed files
1692 * updated err messages for PWNULL, GRNULL
1693 * add missing shell script for test 11
1694 * add mandatory source file/line info with -p debug
1695 * add mandatory source line info with BADCONN
1696 * fix a latex error in the manual
1697
16981.1.12:
1699 * debug output to console if compiled with --enable-debug and
1700 running as daemon
1701 * make reportonlyonce=true the default
1702 * make sure state changes of a file are always reported, even
1703 with reportonlyonce=true
1704 * Linux kernel modules (samhain_hide, samhain_erase)
1705 * fixed incorrect return value of sh_util_flagval
1706 * fixed an error in sh_files.c: happens with -t init and first
1707 file that is checked does not exist
1708 * revised install/uninstall targets in the Makefile
1709 * module to check for clobbered kernel syscalls (tested on Linux 2.2)
1710 * more diagnostic error messages in sh_gpg.c
1711 * more diagnostic error messages in sh_mail.c
1712 * error in mail.c fixed
1713 (address -> address_list[i] for multiple recipients)
1714 * docs updated, better(?) explanation of signed files
1715 * skip over path in gpg checksum output
1716 * check client name against IP address and FQDN
1717 * fix for --disable-* in config file
1718 * fixed a server crash (MSG_TCP_OKMSG without arg)
1719 if the server is run with debug level output threshold
1720 * catch EAGAIN in sh_gpg.c pipe reader
1721 * fix the 'external logging' test to make it work on BSD
1722 * error message if no local path to init DB
1723 * check for i86/Solaris in configure (vsnprintf prototype)
1724 * make SRP the default
1725
17261.1.11:
1727 * make log file verification more convenient
1728 * fix problem with message classes in stealth mode
1729 * linux: do not try to read file attributes for devices
1730 * handle the root directory correctly (avoid "//" in listing)
1731 * fix problems with blockin on FIFOs/char dev
1732 pointed out by I. Rogalsky (rog@iis.fhg.de)
1733 - open in nonblocking mode for read, then set to blocking
1734 - open file only if regular
1735 * fix alignment in memory profiler
1736
17371.1.10:
1738 * minor code cleanup
1739 * fix an error in trustfile.c (handling of empty/incomplete
1740 group entries in /etc/group, bug report by A. Capriotti )
1741
17421.1.9:
1743 * compatibility option for old behaviour (plain hash instead
1744 of HMAC, ECB instead of CBC mode)
1745 * use CBC rather than ECB mode for encryption
1746 * use HMAC-TIGER for message authentication codes
1747 * handle NULL data in sh_tiger_hash
1748 * option to set syslog facility (default is LOG_AUTHPRIV)
1749 * longer timeout (300 sec) on /dev/random if no /dev/urandom
1750 * fix minor output error with stealth option
1751 * option not to log names of config/database files on startup
1752
17531.1.8:
1754 * fix error in syslog routine
1755 * fix missing 'test' in configure.in
1756 * fix error in replace_tab() in sh_html.c
1757 * fix minor memory leak in sh_util_regcmp()
1758
17591.1.7:
1760 * timeout on read_mbytes (from /dev/random; fallback to /dev/urandom)
1761 * fix for FreeBSD: ut_user -> ut_name in sh_utmp.c
1762 * fix for Alpha: consider $ac_cv_sizeof_unsigned_int_ in configure.in
1763 * fix for Alpha: format string in sh_tiger0.sh
1764 * on Linux, now compiles cleanly with
1765 -Wall -W -Wstrict-prototypes -Wcast-align
1766 * fix problem with recursion depth
1767 (pointed out by Vic <hvicha@mail.ru>)
1768 * #include "sh_tools.h" in sh_unix.c and fix the
1769 --with-timeserver option (reported by Vic <hvicha@mail.ru>)
1770 * place read_port(), MSG_TCP_NETRP outside ifdefs
1771 * close fd/zero skey before execve
1772 * verify client name against socket peer
1773 * ... with configureable error priority
1774 * use strcmp() rather than strncmp() in search_register()
1775 * fix race between lstat() and open() for checksum
1776 (reported by dynamo <dynamo@ime.net>,
1777 JJohnson <JJohnson@penguincomputing.com>)
1778 * enable globbing for filenames
1779 * fix Solaris problem: siginfo_t may be NULL
1780 * fix missing SL_EBADGID in tf_trust_check
1781 * test case for external scripts, fix flushing pipe
1782 * fix a typo in sh_ext_type
1783 * do an fdexec w/checksum on Linux if calling external program
1784 * even safer tmp file creation
1785 * allow db update
1786 * fix compile options for --enable-debug
1787 * fixed a spelling error in the output
1788 * test program for full CS support (config/database download)
1789 * tell which file is searched for cs download
1790
17911.1.6:
1792 * fix bug in sh_readconf_line (segfault on erroneous config lines)
1793
17941.1.5:
1795 * sh_unix.c: sh_unix_getinfo_attr: f -> flags
1796 * use gettimeofday as last resort
17971.1.4:
1798 * fix AIX compiler warning in sh_forward (cast arg1 of sh_tiger_hash
1799 to (char *)
1800 * configure: add static link flags for some more os (from tar)
1801 * don't strip twice (some stupid systems abort)
1802 * fix for reading from /dev/random on non-Linux systems (untested)
1803 * sh_mail.c: end all message lines with \r\n
1804 * stealth: ignore \r, \"
1805 * take out tracing from --enable-debug (presently useless anyway)
1806 * fix some remaining cleartext with debug && stealth combined
1807 * fixed a small memory leak in sh_err_log.c
1808
18091.1.3:
1810 * fixed circular logic in taus_seed() (fallback method only)
1811 * fix for missing _SC_OPEN_MAX (runaway close())
1812
18131.1.2:
1814 * implement message classes
1815 * let server recognize client message severity and class
1816 * secondary log server
1817 * keep database in memory (allows to close file
1818 if retrieved from server)
1819 * encrypt client/server communication
1820
18211.1.1:
1822 * Compilation problems with native Solaris compiler fixed
1823 * fill in euid/ruid variable
1824 * manual.pdf --> MANUAL.pdf
1825 * debug sh_util_formatted()
1826 * http refresh 120sec for server stat page
1827 * trace/debug options
1828 * fixed problem with utmp.c options
1829 * fixed problem with sh_mail_setaddress
1830 * option for custom message header
1831 * fixed problem in compdata
1832 * fixed problem in mail verification
1833 * remove eventual trailing '/' in file names
1834 * fixed problem with report string for modified files
1835 * option to report in full detail
1836
18371.1.0:
1838 * Move error messages to catalog
1839 * Make error message format more uniform
1840 * Wrap sytem calls that could be interrupted by signals
1841 * Warn on append to database
1842 * Option for full details on mod. files
1843 * Option to report only once on mod. files
1844 * Generally speaking, major modifications with potential new bugs
1845
18460.9.5:
1847 * sh_hash.c: fixed erroneous checksum for config file
1848 * sh_html.c: fixed erroneous timestamp (last)
1849 * sh_tools.c: fixed connect_port (set port for cached address)
1850 * sh_srp.c: fix for '00' (='\0') in pw
1851 (last two fixes by Andreas Piesk)
1852
18530.9.4:
1854 * samhain.c: fcntl(1, ..) -> fcntl(2, ..)
1855 * sh_hash.c: copy 12 instead of 10 byte for c_attributes
1856 * 'empty directory' WARN -> INFO
1857
18580.9.3:
1859 * FreeBSD fixes:
1860 - c_random.sh: make sure /dev/random provides something
1861 rather than nothing
1862 - check for <netinet/in.h> and include it
1863 - include <sys/types.h> early
1864 - sh_utmp.c: fixed an occurence of ut_user
1865 - sh_utmp.c: #ifdef HAVE_UTTYPE static char terminated_line #endif
1866 - sh_forward.c: EBADMSG -> ENOMSG
1867 * sh_unix.c: check return value of gethostbyname
1868 * sh_entropy.c: fallback on /dev/urandom if /dev/random blocks for
1869 more than 30 sec
1870 * ... and fix the timestamp format ...
1871
18720.9.2:
1873 * ISO 8601 timestamps
1874 * Bugfix in sh_utmp (timestring overwrite)
1875 * don't use siginfo_t on Linux (garbage as of 2.2.14)
1876 * check for Linux capabilities bug when dropping root
1877 * include README for gcc compiler bug (pointed out by A. Piesk)
1878 * explicitely set -fno-strength-reduce with gcc
1879 * fixed ignoring missing files with the IgnoreAll policy
1880
18810.9.1:
1882 * more ext2flags (breaks backward database compatibility on Linux)
1883 * IgnoreAll policy modified - missing/added files reported with
1884 SeverityIgnoreAll (to handle files that may or may not be present)
1885 * Check all files, not only regular ones
1886 (bug in sh_files, originally introduced because checksum of
1887 regular files only is computed)
1888
18890.9:
1890 * use O_NOATIME if supported
1891 * --with-nocl takes argument (PW to re-enable CL parsing)
1892 * no daemon mode if initializing database
1893 * fixed segfault in yule with 'unknown file type' request
1894 * enlarged MAX_GLOBS 24 -> 32 and made the array linear
1895 * server uses last registry entry for any given client now
1896 * deploy.sh script to deploy clients to remote hosts
1897 * enhanced signal handling: SIGUSR1/SIGUSR2/SIGABRT/SIGQUIT/SIGHUP
1898 * allow y/Y/n/N for login monitoring (in addition to 0/1)
1899 * external logging scripts/programs
1900 * trustfile.c: define STICKY on Linux
1901 * reset signal mask when initializing
1902 * EINTR_RETRY wrapper
1903 * slib: sl_read, sl_write EINTR update
1904 * use sstrip when installing
1905 * more compact database format (breaks backward database compatibility)
1906 * larger download packets
1907 * TcpFlags unsigned char
1908 * cast to (char *) head in write_port
1909 * m(un)lock cast to (char *)
1910 * (1 << 31) --> (1UL << 31)
1911 * support e2fs attributes on Linux
1912 * fixes for AIX and Solaris native compilers
1913 * fixed Makefile for non-GNU make (pattern rule --> suffix rule)
1914
19150.8.1:
1916 * fixed 'is_numeric()' return value
1917
19180.8:
1919 * added option for static compilation
1920 * added option for stealth with non-hidden config file
1921 * added option for disabling command line parsing
1922 * all options can be set in the configuration file now
1923 * stealth: xor strings in database file
1924 * fixed bug in mailer code ([] in HELO)
1925 * print timestamp when asking for key
1926 * 'micro' stealth mode (no hidden configuration file)
1927 * simplified slib
1928 * int->long for uids/gids in trustfile
1929 * moved mailkey from data to code
1930 * shell script for entropy (stronger default key)
1931 * general code cleanup
1932 * better error checking in client/server code
1933 * detect out-of-sync messages
1934 * check state across protocol passes in server
1935 * make sure authentication is mutual
1936 * file download to client
1937 * reserve six file descriptors in server
1938 * mlock queue buffer if LOG_KEY
1939 * improved robustness in bignum (don't fail on free())
1940 * per-directory recursion depths
1941 * RFC821 compliance: empty line at end of header, To field, Date field
1942 * RFC821 compliance: make e-mail transfer relieable
1943 * fix detection of hardlink changes
1944 * checksum verification for calling gpg/pgp
1945 * CL option '-S' not required for server-only binary
1946 * eliminate CL options that may leak privileged information
1947 if the program is SUID
1948 * skip leading white space in configuration file
1949 * allow nested conditionals in configuration file
1950 * allow whitespace before and after '=' in configuration file
1951 * don't leak file descriptors to child processes
1952 * make message transfer relieable
1953 * always report error on abnormal termination of connection
1954
19550.7:
1956 * support for alpha machines
1957 * stop TCP logging after exit message
1958 * limit connections in server (DoS attacks)
1959 * move string handling to slib
1960 * move file handling to slib
1961 * timestring without space
1962 * changed report format
1963 * SUID bugfix - use euid when checking logfile ownership
1964 * SUID bugfix - get root for lstat()
1965 * SUID bugfix - get root for opendir()
1966 * store number of hardlinks
1967 * send no message if polling empty queue
1968 * include tiger 64-bit implementation (portability)
1969 * codes for error conditions
1970 * mail check: handle multiple, overlapping audit trails
1971 * security fix: no append to database if SUID
1972 * fix sh_entropy.c (BUFSIZ -> BUF_ENT)
1973 * read command line before config file
1974 * PGP signing of config/database files
1975 * checksum of config file reported
1976 * checking for attributes only
1977
19780.6:
1979 * more syslogish priority specification
1980 * fixed segfault in sh_mem_check, apparently this was also
1981 the reason for the segfault in atexit()
1982 * allow for compilation with SRP authentication
1983 * fixed tiger checksum computation
1984 * fixed broken logfile verification for second and further audit trails
1985 * test program added
1986 * documentation improved
1987 * sh_forward_make_client: bug fixed in[8]->in[i]
1988 * sh_error.h: fixed missing #include <errno.h>
1989 * configure.in: fixed missing strerror() test
1990 * sh_utmp.c: check logins/logouts
1991 * check for missing files
1992 * only reset access time if necessary
1993 * O_EXCL in open()
1994 * limit environment to TZ in execve (sh_entropy.c, not used on Linux)
1995 * use trustfile() to determine whether logfile dir is trustworthy
1996 * strip head instead of tail for numerical address
1997 * store messages in fifo during log server outage
1998 * re-init session key after server outage
1999
20000.5 (21-12-1999):
2001 * added option for mail relay server
2002 * own popen() implementation in sh_entropy() (portability)
2003 * fixed error in sh_util_basename() (returned NULL for base == "/")
2004 * fixed segfault in strlcpy/strlcat (check for src == NULL)
2005 * FILENAME_MAX -> PATH_MAX (HP-UX 10.20)
2006 * use TIGER for 32-byte compilers (portability)
2007 * fixed hash function (do not include stdlib.h)
2008 * flush buffer before write in mailer code (IBM AIX 4.1)
2009 * make mailer code non-forking
2010 * cast argument of is...() to int (portability)
2011 * return() after _exit() for braindead compilers (portability)
2012 * optionally use inet_addr (portability)
2013 * check for broken mlock() (HP-UX 10.20)
2014 * minor code cleanups
2015 * fixed incorrect size of munlock()'ed memory in sh_error_string()
2016 * fixed a buffer overflow in the error printing routine
2017 * fixed a buffer overflow in sh_util_safe_name ()
2018 * implement SRP session key exchange
2019 * implement client/server facility
2020 * implement @host/@end construct in configuration file
2021 * preferably use uname(), and do gethostbyname() for FQDN
2022 * make vernam cipher base numeric
2023 * make OnlyStderr private in sh_error
2024 * test -e "/dev/random" --> test -r "/dev/random" (portability)
2025 * check for libsocket (portability)
2026 * add #defines for IPPORT_SMTP, IPPORT_TIMESERVER (portability)
2027 * eliminate superfluous /proc test
2028 * some unreachable code removed
2029 * cast to (byte*) replaced by cast to (word64*) in sh_tiger_hash()
2030 * check for setresuid() if no seteuid() (HP-UX 10.20)
2031
20320.4 (09-11-1999):
2033 * make sure output from /dev/random has no NULL's
2034 * one-time pad encryption for emailed keys
2035 (better than nothing ...)
2036
20370.3 (04-11-1999):
2038 * logfile readable for group
2039 * verify signatures for any file
2040 * signature block in tarball
2041 * use select() in time server routine
2042 * better protection for session keys (mlock)
2043
20440.2:
2045 * fixed incorrect man page
2046 * fixed incorrect example rc file
2047 * recursive error logging should work now
2048
20490.1:
2050 * initial release -- on Samhain 1999, of course
2051
2052development start:
2053 * probably 29-06-1999
2054
Note: See TracBrowser for help on using the repository browser.