summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/ber.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* basic macro cleanup, break lines of excessive length, fix order of sectionsschwarze2018-08-131-18/+36
* Add more content. Tweaks from ingo. This man page is not yet hooked up to therob2018-08-131-26/+184
* Change ber_write_elements() to return ssize_t instead of int.rob2018-08-121-3/+3
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-311-5/+5
* tweak previous;jmc2018-06-291-5/+5
* Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd,rob2018-06-291-1/+5
* Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diffrob2018-06-291-4/+31
* add ber_oid_cmp() to the listreyk2013-10-011-2/+3
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-5/+5
* sync manpage with codecamield2012-09-281-3/+3
* Add initial SNMPv3 support to snmpd(8).reyk2012-09-171-4/+11
* a little cleanup;jmc2010-02-251-5/+6
* manual pages should not have blank lines outside literal context,schwarze2010-02-241-10/+1
* match code and doc; ok claudiojmc2010-02-241-6/+7
* remove ber_add_astring and make it the default behaviour inreyk2008-03-181-11/+7
* add a new ber function ber_add_astring() that strdups the string andreyk2008-03-141-2/+6
* fix a memleak in the snmp engine and the ber i/o; free the dynamicallyreyk2008-02-091-3/+7
* more typos in comments etc.reyk2007-12-051-2/+2
* typo s/beeing/being/greyk2007-12-051-2/+2
* Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationreyk2007-12-051-0/+233