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
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