summaryrefslogtreecommitdiffstats
path: root/lib/libutil (follow)
Commit message (Expand)AuthorAgeFilesLines
* tweak column widths of a .Bl -column tableschwarze2021-03-311-3/+4
* change the barrier so that fd's are always passed and received witheric2021-03-311-8/+10
* fix previousjsg2021-03-121-2/+2
* spellingjsg2021-03-123-9/+9
* Stop abusing display blocks under the authors section in order toanton2021-03-051-4/+4
* s/byte/charactermartijn2021-03-031-8/+8
* Make the ober_get_* set of function to accept a NULL-pointer.martijn2021-02-222-16/+55
* Add '$' to ober_scanf_elements().martijn2021-01-282-4/+13
* Gracefully handle any erroneous closing bracket/brace trailers inrob2021-01-221-2/+2
* Valid integer and enumerated types always have non-zero length. Performrob2021-01-221-1/+5
* Make imsg.h a bit more self-contained by prototyping struct iovec.claudio2021-01-131-1/+2
* typo fix from aisha tammy; ok nicmjmc2020-12-151-3/+3
* double word fixes; from varik valeforjmc2020-10-161-3/+3
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-123-12/+10
* Create ERRORS section for ober_read_elements.martijn2020-09-041-6/+29
* Missed one case of errno not being set in previous.martijn2020-09-031-2/+4
* Make sure ober_read_elements sets errno on every case where NULL ismartijn2020-09-031-4/+10
* Squelch warning by using idiom from libc bcrypt(3)tb2020-08-021-2/+2
* Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in themartijn2019-12-313-6/+6
* zero tmpout too. reminded by related diff from timtedu2019-11-211-1/+2
* overwrite the key in failure modes in case the caller doesn't check.tedu2019-11-212-7/+17
* Adjust whitespace, so Ta macros are aligned vertically as already done intb2019-10-251-7/+7
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-2410-438/+439
* uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)deraadt2019-08-303-6/+6
* Revert previous. There were some users of the quirky behaviour that weremartijn2019-08-151-2/+2
* Fix argument list for ber_set_writecallbackmartijn2019-08-141-3/+5
* wonky comma;jmc2019-08-141-3/+3
* Document that ber_scanf_elements' 'p' and 't' attribute don't eat themartijn2019-08-141-2/+7
* Make ber_scanf_elements's 'e' attribute eat the element.martijn2019-08-141-2/+2
* Make sure that ber in ber_scanf_elements is not NULL before parsing formatmartijn2019-08-141-3/+3
* Don't use a 0 element to determine the end of an OID when comparing twomartijn2019-08-051-17/+17
* There's no reason why the first digit of an OID can't be 0.martijn2019-08-051-4/+1
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-7/+9
* Actually, the C standard only guarantees that atexit(3) returns non-zeroschwarze2019-06-281-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-288-24/+24
* atexit() returns -1 on failurederaadt2019-06-281-2/+2
* Limit maximum number of length octets to platform independent sizeof(int32_t).rob2019-06-011-2/+5
* whitespacerob2019-05-211-2/+2
* Cleanup some residual markup from the ber.3 days.rob2019-05-215-29/+17
* add various missing informationschwarze2019-05-171-29/+75
* Add XXX to a comment.rob2019-05-161-2/+2
* Correct errno markup. Noticed by schwarze.rob2019-05-162-6/+6
* sort SEE ALSO;jmc2019-05-152-8/+8
* add substantial amounts of missing information;schwarze2019-05-151-24/+96
* Consistently make errno a .Vtrob2019-05-152-6/+8
* delete some duplicate wordsschwarze2019-05-151-4/+2
* Split ber.3 into logical parts. Further tweaking will be done in tree.rob2019-05-157-456/+769
* Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.rob2019-05-121-2/+1
* Enforce smallest number of contents octets for int (and enum).rob2019-05-121-2/+9
* Mention #include of <sys/types.h> in synopsis.rob2019-05-121-2/+3