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
/
lib
/
libutil
Age
Commit message (
Expand
)
Author
2021-03-31
tweak column widths of a .Bl -column table
Ingo Schwarze
2021-03-31
change the barrier so that fd's are always passed and received with
Eric Faurot
2021-03-12
fix previous
Jonathan Gray
2021-03-12
spelling
Jonathan Gray
2021-03-05
Stop abusing display blocks under the authors section in order to
anton
2021-03-03
s/byte/character
Martijn van Duren
2021-02-22
Make the ober_get_* set of function to accept a NULL-pointer.
Martijn van Duren
2021-01-28
Add '$' to ober_scanf_elements().
Martijn van Duren
2021-01-22
Gracefully handle any erroneous closing bracket/brace trailers in
rob
2021-01-22
Valid integer and enumerated types always have non-zero length. Perform
rob
2021-01-13
Make imsg.h a bit more self-contained by prototyping struct iovec.
Claudio Jeker
2020-12-15
typo fix from aisha tammy; ok nicm
Jason McIntyre
2020-10-16
double word fixes; from varik valefor
Jason McIntyre
2020-10-12
make fixed-sized fixed-value mib[] arrays be const
Theo de Raadt
2020-09-04
Create ERRORS section for ober_read_elements.
Martijn van Duren
2020-09-03
Missed one case of errno not being set in previous.
Martijn van Duren
2020-09-03
Make sure ober_read_elements sets errno on every case where NULL is
Martijn van Duren
2020-08-02
Squelch warning by using idiom from libc bcrypt(3)
Theo Buehler
2019-12-31
Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the
Martijn van Duren
2019-11-21
zero tmpout too. reminded by related diff from tim
Ted Unangst
2019-11-21
overwrite the key in failure modes in case the caller doesn't check.
Ted Unangst
2019-10-25
Adjust whitespace, so Ta macros are aligned vertically as already done in
Theo Buehler
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-08-30
uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)
Theo de Raadt
2019-08-15
Revert previous. There were some users of the quirky behaviour that were
Martijn van Duren
2019-08-14
Fix argument list for ber_set_writecallback
Martijn van Duren
2019-08-14
wonky comma;
Jason McIntyre
2019-08-14
Document that ber_scanf_elements' 'p' and 't' attribute don't eat the
Martijn van Duren
2019-08-14
Make ber_scanf_elements's 'e' attribute eat the element.
Martijn van Duren
2019-08-14
Make sure that ber in ber_scanf_elements is not NULL before parsing format
Martijn van Duren
2019-08-05
Don't use a 0 element to determine the end of an OID when comparing two
Martijn van Duren
2019-08-05
There's no reason why the first digit of an OID can't be 0.
Martijn van Duren
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
Actually, the C standard only guarantees that atexit(3) returns non-zero
Ingo Schwarze
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-28
atexit() returns -1 on failure
Theo de Raadt
2019-06-01
Limit maximum number of length octets to platform independent sizeof(int32_t).
rob
2019-05-21
whitespace
rob
2019-05-21
Cleanup some residual markup from the ber.3 days.
rob
2019-05-17
add various missing information
Ingo Schwarze
2019-05-16
Add XXX to a comment.
rob
2019-05-16
Correct errno markup. Noticed by schwarze.
rob
2019-05-15
sort SEE ALSO;
Jason McIntyre
2019-05-15
add substantial amounts of missing information;
Ingo Schwarze
2019-05-15
Consistently make errno a .Vt
rob
2019-05-15
delete some duplicate words
Ingo Schwarze
2019-05-15
Split ber.3 into logical parts. Further tweaking will be done in tree.
rob
2019-05-12
Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.
rob
2019-05-12
Enforce smallest number of contents octets for int (and enum).
rob
2019-05-12
Mention #include of <sys/types.h> in synopsis.
rob
[next]