summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/ber.c
AgeCommit message (Expand)Author
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