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