source: trunk/docs/Changelog@ 251

Last change on this file since 251 was 251, checked in by katerina, 16 years ago

Improved logic for interpreting /proc/net/udp,tcp

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