xref: /freebsd/contrib/bsnmp/NEWS (revision d2387d42b8da231a5b95cbc313825fb2aadf26f6)
109-Dec-2003
2	First step on factoring out the transport mapping stuff into
3	loadable modules.
4
5	Local stream sockets that check the clients privileges.
6
703-Dec-2003
8	Bump version to 1.5 but leave library version intact.
9
1003-Dec-2003
11	Now works with libbegemot polling stuff instead of libisc.
12	Use --with-libbegemot[=path] to configure.
13
1403-Dec-2003
15	Fix parsing of non-minimal ASN.1 integers. They are now disallowed.
16	Non-minimal lengths are allowed.
17
18	Remove copyright clause 3 everywhere.
19
20	Make an autoconf build infrastructure.
21
2208-Nov-2003
23	WARNS=6 fixed.
24
2528-Jan-2003
26	WARNS=5 fixes.
27
2809-Jan-2003
29	snmpd: remove local socket in case of an error to fully initialize it.
30	Use chmod instead of fchmod. The latter seems not really to change
31	the mode of the socket.
32
33	lib: at program exit remove the local socket in the library.
34
3511-Dec-2002
36	Implement listening on unix domain sockets. The client must bind
37	its socket, or the server cannot send back its response. These
38	sockets are considered to be more secure, because it is much
39	harder for an intruder to listen on them.
40
41	This requires changes in snmpmod.h and snmpclient.h.
42
4304-Dec-2002
44	Sparc fixes.
45
4615-Aug-2002
47	Use inttypes.h instead of limits.h to get integer limits. This
48	seems to be the Posix way.
49
50	First drafts of an snmpd, gensnmptree, asn1, bsnmplib,
51	bsnmpclient, bsnmpagent, snmpmod, snmp_mibII, snmp_netgraph man pages.
52
53	snmpd/main.c: reorder getopt options according to style(9). Implement
54	a -h option to print a short help.
55
5625-Jun-2002
57	Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
58	really hard to use, because a) they are not documented and b) they
59	change much too often.
60
61	Make the patch a context diff instead of a unified one.
62
6328-Feb-2002
64	Library code for SNMP clients.
65