summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2019-05-21whitespacerob
2019-05-21Cleanup some residual markup from the ber.3 days.rob
2019-05-17add various missing informationIngo Schwarze
2019-05-16Add XXX to a comment.rob
2019-05-16Correct errno markup. Noticed by schwarze.rob
2019-05-15sort SEE ALSO;Jason McIntyre
2019-05-15add substantial amounts of missing information;Ingo Schwarze
2019-05-15Consistently make errno a .Vtrob
2019-05-15delete some duplicate wordsIngo Schwarze
2019-05-15Split ber.3 into logical parts. Further tweaking will be done in tree.rob
2019-05-12Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.rob
2019-05-12Enforce smallest number of contents octets for int (and enum).rob
2019-05-12Mention #include of <sys/types.h> in synopsis.rob
2019-05-12Fail early if a (universal) primitive type identifies as constructed, or if arob
2019-05-12Enforce minimal number of octets for tag > 30.rob
2019-05-12In long form encoding, explicitly prohibit an initial length octet of 0xffrob
2019-05-11The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, androb
2019-04-23missing dots after ".%P pp"; the case of btree(3) wasIngo Schwarze
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-20Change imsg header definitions to use standard types.Brent Cook
2019-01-14Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does notAlexander Bluhm
2018-09-26explicitly mention local processes; from geoff hillJason McIntyre
2018-08-10delete volatile intended to silence whiny old compilers around vfork.Theo de Raadt
2018-05-14constrain fractional part to [0-9] (less confusing to static analysis); ok ian@Damien Miller
2018-02-16Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@.Nicholas Marriott
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2017-12-14Make a few internal symbols static and add a Symbols.map version scriptMark Kettenis
2017-12-06It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3).Vadim Zhukov
2017-05-03spacing (in EXAMPLES code)Reyk Floeter
2017-04-20add previous to NAME;Jason McIntyre
2017-04-20Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programsNicholas Marriott
2017-04-18use freezero() instead of explicit_bzero+freeTheo de Raadt
2017-04-11Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).Reyk Floeter
2017-03-24Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former areNicholas Marriott
2017-03-17Grow buffers using recallocarray, to avoid the potential dribble thatTheo de Raadt
2017-03-16Fix overly-conservative overflow checks on mulitplications and add checksDarren Tucker
2017-03-15Collapse underflow and overflow checks into a single block.Darren Tucker
2017-03-15Catch integer underflow in scan_scaled reported by Nicolas Iooss.Darren Tucker
2017-03-11fix signed integer overflow in scan_scaled. Found by Nicolas IoossDamien Miller
2016-10-15zap trailing whitespace;Jason McIntyre
2016-10-10Fixup the example for msgbuf_write() and imsg_read() to check theReyk Floeter
2016-08-30Use a constant format string and output the variable part with %sPhilip Guenther
2016-08-30Use O_CLOEXEC when opening fds local to a functionPhilip Guenther
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-14Refer to /etc/passwd consistently as the "legacy password file" andTheo Buehler
2016-07-16Fix example: long long should be print with %lldJeremie Courreges-Anglas
2016-05-18Remove obsolete caveat. OK deraadt@Todd C. Miller
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-12-29mention that ibuf_free() does not need a NULL check.Sebastian Benoit
2015-12-29check for NULL in ibuf_free().Sebastian Benoit