]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bsnmp/NEWS
This commit was generated by cvs2svn to compensate for changes in r124208,
[FreeBSD/FreeBSD.git] / contrib / bsnmp / NEWS
1 08-Nov-2003
2         WARNS=6 fixed.
3
4 28-Jan-2003
5         WARNS=5 fixes.
6
7 09-Jan-2003
8         snmpd: remove local socket in case of an error to fully initialize it.
9         Use chmod instead of fchmod. The latter seems not really to change
10         the mode of the socket.
11
12         lib: at program exit remove the local socket in the library.
13
14 11-Dec-2002
15         Implement listening on unix domain sockets. The client must bind
16         its socket, or the server cannot send back its response. These
17         sockets are considered to be more secure, because it is much
18         harder for an intruder to listen on them.
19
20         This requires changes in snmpmod.h and snmpclient.h.
21
22 04-Dec-2002
23         Sparc fixes.
24
25 15-Aug-2002
26         Use inttypes.h instead of limits.h to get integer limits. This
27         seems to be the Posix way.
28
29         First drafts of an snmpd, gensnmptree, asn1, bsnmplib,
30         bsnmpclient, bsnmpagent, snmpmod, snmp_mibII, snmp_netgraph man pages.
31
32         snmpd/main.c: reorder getopt options according to style(9). Implement
33         a -h option to print a short help.
34
35 25-Jun-2002
36         Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
37         really hard to use, because a) they are not documented and b) they
38         change much too often.
39
40         Make the patch a context diff instead of a unified one.
41
42 28-Feb-2002
43         Library code for SNMP clients.