Age | Commit message (Expand) | Author |
2013-08-17 | Use %lld and cast to (long long) when printing time_t values and atoll() | Philip Guenther |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-08-06 | When writing a new record in pw_copy() print the uid and gid as | Todd C. Miller |
2013-07-29 | fix a colossal cockup due to pointer/array confusion. | Ted Unangst |
2013-06-05 | i copied .Fd just like everybody else. use .In | Ted Unangst |
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-06-04 | revert. check is < 1, not < 0. | Ted Unangst |
2013-06-04 | oops, rounds is unsigned now | Ted Unangst |
2013-06-04 | \-1; | Jason McIntyre |
2013-06-03 | not much use for sha1 .Xr | Ted Unangst |
2013-06-03 | Add bcrypt_pbkdf, a password based key derivation function using bcrypt. | Ted Unangst |
2013-05-21 | Fix pty descriptor leak if fork() fails. | Matthew Dempsky |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2013-04-29 | use O_CLOEXEC with open() instead of open/fcntl; from David Hill | Okan Demirmen |
2013-02-01 | fix memleak in imsg_read() when hitting the fd reserve check | Gilles Chehade |
2012-12-19 | Fix a purely theoretical NULL-pointer dereference in the case that we | Reyk Floeter |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-15 | imsg_get() returns ssize_t, not size_t. | Kenneth R Westerback |
2012-11-12 | make scan_scaled set errno to EINVAL rather than ERANGE if it encounters | Alexander Hall |
2012-10-22 | struct buf -> ibuf; from Sunil Nimmagadda | Jason McIntyre |
2012-09-09 | Use "unsigned int" instead of BSD "u_int" in <util.h> so that it can | Matthew Dempsky |
2012-09-07 | various fixes; | Jason McIntyre |
2012-09-06 | Move the commented out test program in pkcs5_pbkdf2.c into a proper | Matthew Dempsky |
2012-09-06 | some better phrasing, mostly via jsing | Ted Unangst |
2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | Ted Unangst |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-09 | ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in | Nicholas Marriott |
2012-06-15 | update return values for ibuf_write and msgbuf_write | Jonathan Matthew |
2012-06-04 | crank minor, since a symbol was added | Theo de Raadt |
2012-06-02 | in imsg_read() avoid calling recvmsg() if we detect that we will be short | Gilles Chehade |
2012-04-26 | Drop support from openpty() for 8+ year old kernels that don't support | Matthew Dempsky |
2011-06-30 | Do not mask errno if we fail to open /dev/diskmap. Also, fall through | Joel Sing |
2011-06-23 | s/ands/and/, from Tobias Ulmer | Stuart Henderson |
2011-03-05 | Correct msgbuf_write() example. OK jmc@ and nicm@ | Claudio Jeker |
2011-01-03 | Update to better describe reality, i.e. disklabel(8) UID usage. | Kenneth R Westerback |
2010-12-22 | Do not attempt to prepend /dev/ to path if it already contains a slash. | Todd C. Miller |
2010-12-21 | Always return a pointer to the static buffer in realpath, even if | Todd C. Miller |
2010-12-17 | opendev() path argument should be const. OK deraadt@ | Todd C. Miller |
2010-11-17 | Document isduid(3). | Joel Sing |
2010-11-16 | Crank minor due to the addition of isduid(). | Joel Sing |
2010-11-15 | Teach readlabelfs() how to handle DUIDs. | Joel Sing |
2010-11-15 | Factor out DUID identification code so that it can easily be reused. | Joel Sing |
2010-10-31 | imsg.h requires sys/uio.h, ok deraadt | Nicholas Marriott |
2010-06-28 | add missing headers needed for close() and ioctl(). | Charles Longeau |
2010-06-23 | Protect against multiple inclusion, from Christiano F. Haesbaert. | Nicholas Marriott |
2010-06-18 | If a request to opendev(3) is given in the form of a disklabel UID, | Joel Sing |
2010-05-28 | typo; Ian McWilliam | Stuart Henderson |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |