File: ChangeLog

package info (click to toggle)
snoopy 1.3-15
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 236 kB
  • ctags: 15
  • sloc: sh: 135; ansic: 92; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$Id: ChangeLog,v 1.5 2000/12/10 08:50:49 marius Exp $

Sun December 10 - Version  1.3
------------------------------
o Altered logging mechanism for performance
o Added new way of logging (can choose)
o Added an integrity check (optional)

Wed October 25 - Version  1.2a
-----------------------------
o ROOT_ONLY behavior now works again, thanks to adrian.head@bytecomm.com.au for
  notifying us!

Thu October 10 - Version  1.2
-----------------------------
o Fixed small bug with rather adverse side effects. 

Thu August 17 - Version  1.1
----------------------------
o Added support for execv().  Although execv() calls execve()
  [as described in the man page], execv() calls don't seem to log.
  They now do.  Will investigate this issue a bit further.
o Made logging code modular, as to accomodate for the extra 
  overload that execv() brought.

Thu August 3  - Version 1.00
----------------------------
o Cleaned up the codebase a bit
o Added the output of username and sid (PID of the login shell) 
  to the logged output
o Fixed install.sh to be compatible with older (v1.0) bash shells