Age | Commit message (Expand) | Author |
2006-05-03 | be more clear about policy inheritance | Nikolay Sturm |
2006-05-02 | some type cleanup | Nikolay Sturm |
2006-05-02 | Format nicelevel relative NZERO as other tools do. | Hugh Graham |
2006-04-26 | ARGSUSED and a FALLTHROUGH to please lint | Nikolay Sturm |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |
2006-04-25 | mode_t is your friend | Theo de Raadt |
2006-04-25 | mark usage() __dead | Theo de Raadt |
2006-04-22 | back out last - it was not a command line prompt; | Jason McIntyre |
2006-04-21 | missing command line prompt; | Jason McIntyre |
2006-04-17 | mark signal race | Theo de Raadt |
2006-04-13 | Change maxsize to type off_t. | David Hill |
2006-04-11 | Check for strdup() failure. | Ray Lai |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich |
2006-04-09 | ftree_add arg #2 expects int not pointer. | Jared Yanovich |
2006-04-03 | add translation for mknod | Nikolay Sturm |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-04-01 | make lint happy | Theo de Raadt |
2006-03-25 | only resolve symlinks in the dirname of rename()'s arguments, | Nikolay Sturm |
2006-03-25 | Use correct directory in example. | Ray Lai |
2006-03-24 | Make sure `path' variable is always NUL-terminated. | Ray Lai |
2006-03-23 | use strdup() instead; adobriyan@gmail | Theo de Raadt |
2006-03-23 | give correct err string; adobriyan@gmail.com | Theo de Raadt |
2006-03-22 | change %u to %zu to correctly print size_t | David Hill |
2006-03-21 | Call fts_close() when done; from NetBSD's Coverity scan; ok millert@ | Otto Moerbeek |
2006-03-21 | Revert for the moment, according to Mike Belopuhov this produces | Otto Moerbeek |
2006-03-21 | Partially revert last commit; jaredy@ showed the NULL deref can't | Otto Moerbeek |
2006-03-20 | Fix potential null deref and out-of-bound access. | Otto Moerbeek |
2006-03-18 | fix problems found by Coverity via NetBSD: | Robert Nagy |
2006-03-17 | Call fts_close(); from NetBSD's Coverity analysis; ok jaredy@ millert@ | Otto Moerbeek |
2006-03-17 | off-by-one; inspired by a netbsd coverity fix; ok deraadt@ | Otto Moerbeek |
2006-03-17 | Simplify savefd() by removing the "noclose" flag and make noclose | Todd C. Miller |
2006-03-15 | Fix signed/unsigned comparisons by using size_t | David Hill |
2006-03-14 | remove excessive optimization; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-14 | only santa checks things twice; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-13 | Interpret zero-filled numbers as decimal; PR 4213; from Alexey | Otto Moerbeek |
2006-03-12 | add a few new translations, partly from NetBSD | Nikolay Sturm |
2006-03-12 | fix double shell expansion issue found in scp in rcp too; ok deraadt | Damien Miller |
2006-03-12 | might as well make ksh_getopt() match real getopt(), ie. get rid of that | Theo de Raadt |
2006-03-10 | add missing break; found by lint | Moritz Jodeit |
2006-03-10 | 1.36 and onwards did not print extra spaces, but sometimes skipped spaces. | Theo de Raadt |
2006-03-07 | simplify the description of what a restricted shell is: | Jason McIntyre |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-03-04 | Properly take into account that the name and prefix field in the tar | Otto Moerbeek |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-26 | `t' and `X' are now included in posix spec; | Jason McIntyre |
2006-01-25 | append without a file list should not corrupt a tar file; | Markus Friedl |
2006-01-25 | some warning reduction | Ted Unangst |
2006-01-25 | an old diff from tech to convert to using strtonum and some other misc | Ted Unangst |
2006-01-08 | make the description of the first example a little more informative; | Jason McIntyre |
2006-01-03 | tar and ustar formats have 8gb limit; | Jason McIntyre |