278 Commits (ac370875b0bfaf778fbddf7969af38c928e30e00)

Author SHA1 Message Date
  deraadt a2912d4d42 merge ohash into 1 source file, then we can revisit next roadmap items. 10 years ago
  jmc 4f0b6ce40e zap trailing whitespace; 10 years ago
  espie a7f9b5b34c move the ohash functions into libutil by popular demand. 10 years ago
  tedu 09f67ccdde fix an error in the stride calculations. the math only works for multiples 10 years ago
  tedu a0c81f7a45 explicit_bzero where useful 11 years ago
  schwarze fbd81370eb obvious .Pa fixes; found with mandocdb(8) 11 years ago
  jsing 3d91c77a21 Wrap long line. 11 years ago
  eric abf1c90f5d constify data parameter in imsg_add() and imsg_compose() 11 years ago
  tedu daca58aea1 tweak comment 11 years ago
  deraadt 4c65102df3 fairly simple unsigned char casts for ctype 11 years ago
  benno 9acc266dad document that ibuf_write() and msgbuf_write() can now return EAGAIN 11 years ago
  benno 82969df044 original bug diagnosed by sthen: automatic retry in msgbuf_write on 11 years ago
  millert 39b57a36bb Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@ 11 years ago
  guenther 7a9b19976d Use %lld and cast to (long long) when printing time_t values and atoll() 11 years ago
  jmc 0c51a5a453 some Bx/Ox conversion; 11 years ago
  guenther 5198ca8bf1 Switch time_t, ino_t, clock_t, and struct kevent's ident and data 11 years ago
  millert b5fa8ad952 When writing a new record in pw_copy() print the uid and gid as 11 years ago
  tedu c86cc50f44 fix a colossal cockup due to pointer/array confusion. 11 years ago
  tedu 730e7b8c19 i copied .Fd just like everybody else. use .In 11 years ago
  tedu 4ec5da8bd2 use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze 11 years ago
  tedu c2b93759b2 revert. check is < 1, not < 0. 11 years ago
  tedu 277ec73d81 oops, rounds is unsigned now 11 years ago
  jmc 15dc842a8d \-1; 11 years ago
  tedu 476a7e68d4 not much use for sha1 .Xr 11 years ago
  tedu 64a805d564 Add bcrypt_pbkdf, a password based key derivation function using bcrypt. 11 years ago
  matthew c01980f9dc Fix pty descriptor leak if fork() fails. 11 years ago
  okan 179b4ca76f use FD_CLOEXEC instead of 1; from David Hill 11 years ago
  okan 0b316e60e4 use O_CLOEXEC with open() instead of open/fcntl; from David Hill 11 years ago
  gilles b8be040212 fix memleak in imsg_read() when hitting the fd reserve check 12 years ago
  reyk d1b4498645 Fix a purely theoretical NULL-pointer dereference in the case that we 12 years ago
  deraadt f0e9631687 Remove excessive sys/cdefs.h inclusion 12 years ago
  krw 6a2bde7908 imsg_get() returns ssize_t, not size_t. 12 years ago
  halex fcf6db6614 make scan_scaled set errno to EINVAL rather than ERANGE if it encounters 12 years ago
  jmc 532680836e struct buf -> ibuf; from Sunil Nimmagadda 12 years ago
  matthew ddc0736e18 Use "unsigned int" instead of BSD "u_int" in <util.h> so that it can 12 years ago
  jmc b9881c9c7b various fixes; 12 years ago
  matthew 79fe643d61 Move the commented out test program in pkcs5_pbkdf2.c into a proper 12 years ago
  tedu d87c08ca59 some better phrasing, mostly via jsing 12 years ago
  tedu d5bb407472 move pkcs5_pbkdf5 function to libutil so everybody can play with it 12 years ago
  okan 068b7390b9 remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. 12 years ago
  nicm f6f6cc630f ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in 12 years ago
  jmatthew 15d163326b update return values for ibuf_write and msgbuf_write 12 years ago
  deraadt 997bb1b4e2 crank minor, since a symbol was added 12 years ago
  gilles 20e1efaa46 in imsg_read() avoid calling recvmsg() if we detect that we will be short 12 years ago
  matthew 36e00bde57 Drop support from openpty() for 8+ year old kernels that don't support 12 years ago
  jsing 4a0a502bf4 Do not mask errno if we fail to open /dev/diskmap. Also, fall through 13 years ago
  sthen ec4391eaa9 s/ands/and/, from Tobias Ulmer 13 years ago
  claudio 2528dce4db Correct msgbuf_write() example. OK jmc@ and nicm@ 14 years ago
  krw d15a9b6dbc Update to better describe reality, i.e. disklabel(8) UID usage. 14 years ago
  millert 58a7be37c3 Do not attempt to prepend /dev/ to path if it already contains a slash. 14 years ago