Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-23 | indent | Michael Shalayeff | |
1997-11-23 | OpenBSD tags (and preserve sudo tags) | Todd C. Miller | |
updates from my sudo source tree: logging.c: deal with maxfilelen < 0 case sudo.c: correct error message if mode/owner wrong and not statable by owner compat.h: fix seteuid macro | |||
1997-11-23 | define tty global to an initial value to avoid dumping core in logging | Todd C. Miller | |
functions when passwd file is unavailable. | |||
1997-11-23 | use MI cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | no private cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | ok. add cdev_decl(ipl) | Michael Shalayeff | |
1997-11-23 | missing ipf cdev_decl | Michael Shalayeff | |
1997-11-23 | nuke prehistoric disk statistics | Michael Shalayeff | |
1997-11-22 | typo | Michael Shalayeff | |
1997-11-22 | remove unused kernel vars | Michael Shalayeff | |
1997-11-22 | declare struct buf earlier to avoid warnings | Michael Shalayeff | |
1997-11-22 | back out 1.8, will fix in another way. | kstailey | |
1997-11-22 | Make vmstat mode display actually fit in 80x24. | kstailey | |
Exploits fact that swap display is always blank. | |||
1997-11-22 | locate.rc | kstailey | |
1997-11-21 | bail if no arp entries | Theo de Raadt | |
1997-11-21 | evil art forgot to crank the minor number | Theo de Raadt | |
1997-11-21 | Added copykey - a functions to manipulate keys. | Artur Grabowski | |
1997-11-21 | Updated the code to reflect the changes in kth-krb-0.9.7 | Artur Grabowski | |
1997-11-21 | Remove LOG_CONS from openlog() call so every darned finger connect message | gene | |
doesn't go to console. Change discussed and checked with millert. | |||
1997-11-20 | do not exit(-1) | Theo de Raadt | |
1997-11-20 | Fix units conversion wrt -h flag to be correct (and consistent with | Todd C. Miller | |
the GNU df's -h flag). | |||
1997-11-20 | define MMU_68060 | etheisen | |
1997-11-20 | incorrect MLINKS | Theo de Raadt | |
1997-11-20 | 177 boards have 128k SRAM. | etheisen | |
1997-11-20 | Document -s in SYNOPSIS | Todd C. Miller | |
1997-11-20 | puts -> xputs | Theo de Raadt | |
1997-11-20 | Yawn. $OpenBSD$ tag. | gene | |
1997-11-20 | Fix for open(2) when O_TRUNC and O_??LOCK are used together. I | Todd C. Miller | |
ran the fix by Kirk, who said it was an OK solution and pointed out two problems. | |||
1997-11-19 | clean /var earlier | Theo de Raadt | |
1997-11-19 | Document new functions | Niklas Hallqvist | |
1997-11-19 | Fixed building on a read-only src-tree. | Artur Grabowski | |
1997-11-18 | check correct size of buffer. from felix@mamba.pond.sub.org. pr #350 | Niels Provos | |
1997-11-18 | readlink does not necessarily NUL-terminate | Niklas Hallqvist | |
1997-11-18 | cleanup | kstailey | |
1997-11-18 | strong random | kstailey | |
1997-11-18 | strong random | kstailey | |
1997-11-18 | -Wall | Todd C. Miller | |
1997-11-18 | beautifiaction from m4@umn.edu. pr #349 | Niels Provos | |
1997-11-18 | fix 3DES, style changes | Theo de Raadt | |
1997-11-18 | one more for NJ | Michael Shalayeff | |
1997-11-18 | clarify EINVAL | Todd C. Miller | |
1997-11-18 | Use 0177777, not 07777 as the mask to check for EINVAL. This allows | Todd C. Miller | |
one to use the st_mode field in struct stat as an argument to f?chmod(). | |||
1997-11-18 | Fix misplace '>' vs. '>>'; John.P.Darrow@wheaton.edu | Todd C. Miller | |
1997-11-18 | make old style padding default again, use -netpadding for new style | Niels Provos | |
padding. allow ip4 encapsulation/tunnels with no encryption/authentication. | |||
1997-11-18 | make old style padding default again. | Niels Provos | |
1997-11-17 | Check if we get a valid fd from pw_lock(). | gene | |
1997-11-17 | Go back to old file locking method, O_EXLOCK method has too many problems | Todd C. Miller | |
1997-11-17 | pw_mkdb() now returns -1 if ptmp is size 0. | Todd C. Miller | |
1997-11-17 | Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK. | Todd C. Miller | |
1997-11-17 | oh, a timespec | Theo de Raadt | |