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