summaryrefslogtreecommitdiffstats
path: root/lib/libutil
AgeCommit message (Expand)AuthorFilesLines
2019-12-31Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in themartijn3-6/+6
2019-11-21zero tmpout too. reminded by related diff from timtedu1-1/+2
2019-11-21overwrite the key in failure modes in case the caller doesn't check.tedu2-7/+17
2019-10-25Adjust whitespace, so Ta macros are aligned vertically as already done intb1-7/+7
2019-10-24The ber_* namespace is used by liblber since time immemorial,tb10-438/+439
2019-08-30uucplock(3) is incorrectly named in some places, it is actually uu_lock(3)deraadt3-6/+6
2019-08-15Revert previous. There were some users of the quirky behaviour that weremartijn1-2/+2
2019-08-14Fix argument list for ber_set_writecallbackmartijn1-3/+5
2019-08-14wonky comma;jmc1-3/+3
2019-08-14Document that ber_scanf_elements' 'p' and 't' attribute don't eat themartijn1-2/+7
2019-08-14Make ber_scanf_elements's 'e' attribute eat the element.martijn1-2/+2
2019-08-14Make sure that ber in ber_scanf_elements is not NULL before parsing formatmartijn1-3/+3
2019-08-05Don't use a 0 element to determine the end of an OID when comparing twomartijn1-17/+17
2019-08-05There's no reason why the first digit of an OID can't be 0.martijn1-4/+1
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-7/+9
2019-06-28Actually, the C standard only guarantees that atexit(3) returns non-zeroschwarze1-2/+2
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt8-24/+24
2019-06-28atexit() returns -1 on failurederaadt1-2/+2
2019-06-01Limit maximum number of length octets to platform independent sizeof(int32_t).rob1-2/+5
2019-05-21whitespacerob1-2/+2
2019-05-21Cleanup some residual markup from the ber.3 days.rob5-29/+17
2019-05-17add various missing informationschwarze1-29/+75
2019-05-16Add XXX to a comment.rob1-2/+2
2019-05-16Correct errno markup. Noticed by schwarze.rob2-6/+6
2019-05-15sort SEE ALSO;jmc2-8/+8
2019-05-15add substantial amounts of missing information;schwarze1-24/+96
2019-05-15Consistently make errno a .Vtrob2-6/+8
2019-05-15delete some duplicate wordsschwarze1-4/+2
2019-05-15Split ber.3 into logical parts. Further tweaking will be done in tree.rob7-456/+769
2019-05-12Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.rob1-2/+1
2019-05-12Enforce smallest number of contents octets for int (and enum).rob1-2/+9
2019-05-12Mention #include of <sys/types.h> in synopsis.rob1-2/+3
2019-05-12Fail early if a (universal) primitive type identifies as constructed, or if arob1-1/+17
2019-05-12Enforce minimal number of octets for tag > 30.rob1-1/+8
2019-05-12In long form encoding, explicitly prohibit an initial length octet of 0xffrob1-1/+7
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb6-5/+1984
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasschwarze1-3/+3
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-3/+3
2019-01-20Change imsg header definitions to use standard types.bcook3-9/+11
2019-01-14Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does notbluhm1-5/+9
2018-09-26explicitly mention local processes; from geoff hilljmc1-3/+3
2018-08-10delete volatile intended to silence whiny old compilers around vfork.deraadt1-2/+2
2018-05-14constrain fractional part to [0-9] (less confusing to static analysis); ok ian@djm1-2/+5
2018-02-16Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@.nicm1-9/+9
2018-01-12Adjust references for sysctl(3) to sysctl(2)deraadt2-6/+6
2017-12-14Make a few internal symbols static and add a Symbols.map version scriptkettenis5-13/+107
2017-12-06It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3).zhuk1-9/+9
2017-05-03spacing (in EXAMPLES code)reyk1-3/+3
2017-04-20add previous to NAME;jmc1-2/+5
2017-04-20Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programsnicm4-19/+96