summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/ber.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-121-2/+2
* Place a limit on the number of elements in a ber sequence/set. This preventsrob2018-08-031-3/+4
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-311-8/+8
* Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd,rob2018-06-291-1/+2
* Kill ber.c support for direct fd read/writesjca2018-02-081-2/+1
* Add initial SNMP client utility to snmpctl(8).reyk2013-10-011-1/+3
* Add initial SNMPv3 support to snmpd(8).reyk2012-09-171-2/+14
* Sync with ypldap. Add ber_{add,get}_enumerated.aschrijver2009-01-031-1/+3
* remove ber_add_astring and make it the default behaviour inreyk2008-03-181-5/+5
* add a new ber function ber_add_astring() that strdups the string andreyk2008-03-141-1/+2
* fix a memleak in the snmp engine and the ber i/o; free the dynamicallyreyk2008-02-091-1/+2
* scalars have an index of 0 in the returned oid (like sysDescr.0).reyk2008-01-031-1/+2
* shrink the max number of supported OID elements from 128 to 32.reyk2007-12-281-2/+2
* Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationreyk2007-12-051-0/+123