freebsd-dev/contrib/bsnmp/NEWS

65 lines
1.7 KiB
Plaintext
Raw Normal View History

2004-01-23 10:44:47 +00:00
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.
2003-11-10 08:53:38 +00:00
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.