File: ChangeLog

package info (click to toggle)
fprobe-ulog 1.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 668 kB
  • ctags: 470
  • sloc: sh: 3,099; ansic: 2,282; makefile: 24
file content (26 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (5)
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
2005-01-30  Slava Astashonok <sla@0n.ru>

	* Release 1.1: bugfixes, features enhancement.

	* Changes:
	- was fixed vulnerability to a DoS attack, as described in "Denial
          of Service via Algorithmic Complexity Attacks" by Scott A
          Crosby and Dan S Wallach: http://www.cs.rice.edu/~scrosby/hash,
	  by strengthening the crc16 hash function implementation;
	  note that xor8 and xor16 hashes remain vulnerable
	- default hash was changed to crc16
	- -B and -M options were added
	- if_nametoindex() used as default action to find SNMP-index

2004-09-21  Slava Astashonok <sla@0n.ru>

	* Release 1.0.6: minor bugfixes.

	* Changes:
	- security fix for "change user" feature
	- typo in CAPTURE_SIZE definition was fixed
	- debian/* files were removed

2004-08-14  Slava Astashonok <sla@0n.ru>

	* Release 1.0.5: initial ULOG fork