summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/ber.c
AgeCommit message (Expand)Author
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2016-03-05mirror memset changes to ber.c made in ldapd (these 3 daemonsTheo de Raadt
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-02-12ber_printf_elements should return NULL if any of its parts fail.Martin Pelikan
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert
2014-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter
2010-09-20Allow output of null values with a context class. This is used in SNMPv2 toMartin Hedenfal
2010-06-14Fixes unlinking the first element inside a set or a sequence, andMartin Hedenfal
2010-06-08ber_calc_len() is not an internal function, so adjust the comment.Martin Hedenfal
2010-02-24match code and doc; ok claudioJason McIntyre
2009-12-16knf and unused variablesTheo de Raadt
2009-11-12accessses 1 entry too far, found by parfait, ok jsg claudioTheo de Raadt
2009-06-04Make the types of ber_read() decl match the prototype.Jonathan Gray
2009-01-03Sync with ypldap. Add ber_{add,get}_enumerated.aschrijver
2008-06-29Use C99, not gcc-specific variadics. Ok miod@.Anders Magnusson
2008-03-18remove ber_add_astring and make it the default behaviour inReyk Floeter
2008-03-18fix bug that ber_oid2ber skips the first byte when encoding powers ofReyk Floeter
2008-03-14add a new ber function ber_add_astring() that strdups the string andReyk Floeter
2008-03-12remove noisy warning messageReyk Floeter
2008-03-12fix a memleak in the ber_read_elements() error case.Reyk Floeter
2008-03-12Check that the current ber element is a sequence or a set when '{' or '('Claudio Jeker
2008-03-12SNMP has a restricted BER encoding especially all encodings use theClaudio Jeker
2008-03-12Return an error if more data is requested even though the buffer is empty.Claudio Jeker
2008-02-09fix a memleak in the snmp engine and the ber i/o; free the dynamicallyReyk Floeter
2008-01-03scalars have an index of 0 in the returned oid (like sysDescr.0).Reyk Floeter
2007-12-07comparison betweem signed and unsignedReyk Floeter
2007-12-07add a new 'd' format to ber_printf_elements to pass ints instead ofReyk Floeter
2007-12-05more typos in comments etc.Reyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter