summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/NEWS
blob: 01281ecdb48195c700a376509559382276ff2dc3 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
09-Dec-2003
	First step on factoring out the transport mapping stuff into
	loadable modules.

	Local stream sockets that check the clients privileges.

03-Dec-2003
	Bump version to 1.5 but leave library version intact.

03-Dec-2003
	Now works with libbegemot polling stuff instead of libisc.
	Use --with-libbegemot[=path] to configure.

03-Dec-2003
	Fix parsing of non-minimal ASN.1 integers. They are now disallowed.
	Non-minimal lengths are allowed.

	Remove copyright clause 3 everywhere.

	Make an autoconf build infrastructure.

08-Nov-2003
	WARNS=6 fixed.

28-Jan-2003
	WARNS=5 fixes.

09-Jan-2003
	snmpd: remove local socket in case of an error to fully initialize it.
	Use chmod instead of fchmod. The latter seems not really to change
	the mode of the socket.

	lib: at program exit remove the local socket in the library.

11-Dec-2002
	Implement listening on unix domain sockets. The client must bind
	its socket, or the server cannot send back its response. These
	sockets are considered to be more secure, because it is much
	harder for an intruder to listen on them.

	This requires changes in snmpmod.h and snmpclient.h.

04-Dec-2002
	Sparc fixes.

15-Aug-2002
	Use inttypes.h instead of limits.h to get integer limits. This
	seems to be the Posix way.

	First drafts of an snmpd, gensnmptree, asn1, bsnmplib,
	bsnmpclient, bsnmpagent, snmpmod, snmp_mibII, snmp_netgraph man pages.

	snmpd/main.c: reorder getopt options according to style(9). Implement
	a -h option to print a short help.

25-Jun-2002
	Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
	really hard to use, because a) they are not documented and b) they
	change much too often.

	Make the patch a context diff instead of a unified one.

28-Feb-2002
	Library code for SNMP clients.
OpenPOWER on IntegriCloud