Age | Commit message (Expand) | Author |
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 |
2019-05-12 | Fail early if a (universal) primitive type identifies as constructed, or if a | rob |
2019-05-12 | Enforce minimal number of octets for tag > 30. | rob |
2019-05-12 | In long form encoding, explicitly prohibit an initial length octet of 0xff | rob |
2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | rob |
2019-04-23 | missing dots after ".%P pp"; the case of btree(3) was | Ingo Schwarze |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-20 | Change imsg header definitions to use standard types. | Brent Cook |
2019-01-14 | Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does not | Alexander Bluhm |
2018-09-26 | explicitly mention local processes; from geoff hill | Jason McIntyre |
2018-08-10 | delete volatile intended to silence whiny old compilers around vfork. | Theo de Raadt |
2018-05-14 | constrain fractional part to [0-9] (less confusing to static analysis); ok ian@ | Damien Miller |
2018-02-16 | Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@. | Nicholas Marriott |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2017-12-14 | Make a few internal symbols static and add a Symbols.map version script | Mark Kettenis |
2017-12-06 | It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). | Vadim Zhukov |
2017-05-03 | spacing (in EXAMPLES code) | Reyk Floeter |
2017-04-20 | add previous to NAME; | Jason McIntyre |
2017-04-20 | Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs | Nicholas Marriott |
2017-04-18 | use freezero() instead of explicit_bzero+free | Theo de Raadt |
2017-04-11 | Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3). | Reyk Floeter |
2017-03-24 | Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are | Nicholas Marriott |
2017-03-17 | Grow buffers using recallocarray, to avoid the potential dribble that | Theo de Raadt |
2017-03-16 | Fix overly-conservative overflow checks on mulitplications and add checks | Darren Tucker |
2017-03-15 | Collapse underflow and overflow checks into a single block. | Darren Tucker |
2017-03-15 | Catch integer underflow in scan_scaled reported by Nicolas Iooss. | Darren Tucker |
2017-03-11 | fix signed integer overflow in scan_scaled. Found by Nicolas Iooss | Damien Miller |
2016-10-15 | zap trailing whitespace; | Jason McIntyre |
2016-10-10 | Fixup the example for msgbuf_write() and imsg_read() to check the | Reyk Floeter |
2016-08-30 | Use a constant format string and output the variable part with %s | Philip Guenther |
2016-08-30 | Use O_CLOEXEC when opening fds local to a function | Philip Guenther |