Age | Commit message (Expand) | Author |
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 |
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-29 | remove unsupported LIBRARY section; from Alan R. S. Bueno | Jason McIntyre |
2009-08-01 | Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ | Todd C. Miller |
2009-06-20 | use llabs instead of the home-grown version; and some comment changes | Martynas Venckus |
2008-07-29 | example code fix from Will Maier; ok otto | Jason McIntyre |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-19 | copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at | Jason McIntyre |
2007-09-09 | comment inside comment | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-16 | Make it clear, that the line returned does not have a | Moritz Jodeit |
2007-03-20 | remove some bogus *p from charles longeau | Ted Unangst |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2006-12-20 | Don't use err as labels or variables, especially since we include | Ray Lai |
2006-12-17 | Always write errno on pw_lock failure so it can be relied on. | Ray Lai |
2006-10-02 | Fix off by one comparison. FSMAXTYPES is the last valid index into | Kenneth R Westerback |
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback |
2006-04-02 | getting to the bottom of the issues. sprinkle a few casts that will | Theo de Raadt |
2006-03-30 | casts that cannot cause breakage in the future | Theo de Raadt |
2006-03-30 | change internal login_protect() API to use mode_t like it should | Theo de Raadt |
2006-03-30 | please lint (without making anything else worse) | Theo de Raadt |