389 Commits (b8cd4e212a1f07447767fa3937f008476cf2728c)

Author SHA1 Message Date
  rob 9d258bd6e0 Limit maximum number of length octets to platform independent sizeof(int32_t). 5 years ago
  rob 5ea11244b8 whitespace 5 years ago
  rob 459d3403bc Cleanup some residual markup from the ber.3 days. 5 years ago
  schwarze f6ecccdd17 add various missing information 5 years ago
  rob 509ea037e6 Add XXX to a comment. 5 years ago
  rob 8e14404ce3 Correct errno markup. Noticed by schwarze. 5 years ago
  jmc e2a13c2289 sort SEE ALSO; 5 years ago
  schwarze a870edacf8 add substantial amounts of missing information; 5 years ago
  rob 4a2c8d4050 Consistently make errno a .Vt 5 years ago
  schwarze 0b50432670 delete some duplicate words 5 years ago
  rob b43f7ed0ff Split ber.3 into logical parts. Further tweaking will be done in tree. 5 years ago
  rob b02b4b32b0 Enable support for the writting of BITSTRING by treating it as an OCTETSTRING. 5 years ago
  rob b6f67bd097 Enforce smallest number of contents octets for int (and enum). 5 years ago
  rob f90a0d7af2 Mention #include of <sys/types.h> in synopsis. 5 years ago
  rob cbfc875695 Fail early if a (universal) primitive type identifies as constructed, or if a 5 years ago
  rob d7ff82d34b Enforce minimal number of octets for tag > 30. 5 years ago
  rob b3f85186e0 In long form encoding, explicitly prohibit an initial length octet of 0xff 5 years ago
  rob ad393dcd5f The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and 5 years ago
  schwarze 28c4796b19 missing dots after ".%P pp"; the case of btree(3) was 5 years ago
  millert 47165904cf I am retiring my old email address; replace it with my OpenBSD one. 5 years ago
  bcook 101f48a3de Change imsg header definitions to use standard types. 5 years ago
  bluhm df4fda1761 Calling llabs(LLONG_MIN) is undefined behavior, llvm 7.0.1 does not 5 years ago
  jmc c1931faa11 explicitly mention local processes; from geoff hill 5 years ago
  deraadt 68d7aa0670 delete volatile intended to silence whiny old compilers around vfork. 5 years ago
  djm 468ab01728 constrain fractional part to [0-9] (less confusing to static analysis); ok ian@ 6 years ago
  nicm 2c571a29e6 Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@. 6 years ago
  deraadt 3bfb6d03b3 Adjust references for sysctl(3) to sysctl(2) 6 years ago
  kettenis 0566b09422 Make a few internal symbols static and add a Symbols.map version script 6 years ago
  zhuk 8d93985924 It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3). 6 years ago
  reyk 9b036c42f9 spacing (in EXAMPLES code) 7 years ago
  jmc e471403169 add previous to NAME; 7 years ago
  nicm cddf1b0fbc Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programs 7 years ago
  deraadt f94fcc6e0f use freezero() instead of explicit_bzero+free 7 years ago
  reyk 9e0fddd8a3 Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3). 7 years ago
  nicm df542bfce2 Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are 7 years ago
  deraadt a6614e5870 Grow buffers using recallocarray, to avoid the potential dribble that 7 years ago
  dtucker b249d7ea63 Fix overly-conservative overflow checks on mulitplications and add checks 7 years ago
  dtucker 73af3c1b7e Collapse underflow and overflow checks into a single block. 7 years ago
  dtucker 4cba5ce8e2 Catch integer underflow in scan_scaled reported by Nicolas Iooss. 7 years ago
  djm 29fbe34e31 fix signed integer overflow in scan_scaled. Found by Nicolas Iooss 7 years ago
  jmc fa0722f382 zap trailing whitespace; 7 years ago
  reyk 0fd38ba8e4 Fixup the example for msgbuf_write() and imsg_read() to check the 7 years ago
  guenther 487debcae6 Use a constant format string and output the variable part with %s 7 years ago
  guenther 98ac59d5a1 Use O_CLOEXEC when opening fds local to a function 7 years ago
  guenther b73a72cf6b Pull in <stdio.h> for NULL 7 years ago
  tb 68bc198e0c Refer to /etc/passwd consistently as the "legacy password file" and 7 years ago
  jca 1adc3fff12 Fix example: long long should be print with %lld 8 years ago
  millert f5bf7ac057 Remove obsolete caveat. OK deraadt@ 8 years ago
  jmc 813a539cd3 for some time now mandoc has not required MLINKS to function 8 years ago
  benno 9e6e578d7b mention that ibuf_free() does not need a NULL check. 8 years ago