aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp/NEWS
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-11-10 08:53:38 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-11-10 08:53:38 +0000
commitf06ca4af1879f1cb903660d2a12ba7edcf152938 (patch)
tree150e45ef74a56ce93475bd8e0436d6da856d4a18 /contrib/bsnmp/NEWS
downloadsrc-f06ca4af1879f1cb903660d2a12ba7edcf152938.tar.gz
src-f06ca4af1879f1cb903660d2a12ba7edcf152938.zip
Virgin import of bsnmp 1.4vendor/bsnmp/1.4
Notes
Notes: svn path=/vendor/bsnmp/dist/; revision=122394 svn path=/vendor/bsnmp/1.4/; revision=122396; tag=vendor/bsnmp/1.4
Diffstat (limited to 'contrib/bsnmp/NEWS')
-rw-r--r--contrib/bsnmp/NEWS43
1 files changed, 43 insertions, 0 deletions
diff --git a/contrib/bsnmp/NEWS b/contrib/bsnmp/NEWS
new file mode 100644
index 000000000000..3d0ca120fa09
--- /dev/null
+++ b/contrib/bsnmp/NEWS
@@ -0,0 +1,43 @@
+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.