Age | Commit message (Expand) | Author |
2007-08-02 | exit when /dev/audio can't be opened. | Jacob Meuser |
2007-08-02 | Fix off by one in group list matching. Found by david@ | Todd C. Miller |
2007-08-01 | Enable SUDO_DEVEL to avoid disabling core dumps (they are disabled for setuid... | Todd C. Miller |
2007-08-01 | PYTHONINSPECT not PYTHONINSPEC; David Krause | Todd C. Miller |
2007-08-01 | in (unused function) free_core(), unmap the core; from veins@evilkittens.org | Theo de Raadt |
2007-08-01 | close core file fd after mmap; veins@evilkittens.org | Theo de Raadt |
2007-08-01 | Refactor realloc() + checks into erealloc() | Todd C. Miller |
2007-08-01 | add cvs id now that this file has diverged from the sudo cvs version | Todd C. Miller |
2007-08-01 | add pkg_add and make release environment variables to env_keep | Todd C. Miller |
2007-07-31 | make rip code work like mmc code for how it does progress reports (use | Theo de Raadt |
2007-07-31 | Remove some unused headers, from Igor Zinovik. | Ray Lai |
2007-07-30 | add commented out example to preserve the environment for users in group wheel | Todd C. Miller |
2007-07-30 | introduce a Var_Substi to substitute on intervals. | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-30 | local is always true, so zap it. | Marc Espie |
2007-07-30 | now that it's clean enough, one can extract some common code from | Marc Espie |
2007-07-30 | clean-up. Basically: | Marc Espie |
2007-07-30 | separate and name functions to add target nodes to the graph. | Marc Espie |
2007-07-30 | simplify the handling of assignment operators, by introducing a VAR_INVALID | Marc Espie |
2007-07-29 | add missing over/back | Todd C. Miller |
2007-07-29 | Change FILES section to use =item | Todd C. Miller |
2007-07-29 | Update to sudo 1.6.9p2 | Todd C. Miller |
2007-07-29 | use correct length when making a copy of environ | Todd C. Miller |
2007-07-29 | sync the command usage with its synopsis | Igor Sobrado |
2007-07-29 | reindent, no code change | Marc Espie |
2007-07-29 | zap redundant code; ok deanna@ | Constantine A. Murenin |
2007-07-27 | size_t vs ssize_t error; spotted by zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-27 | u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-27 | replace a few more malloc(n*m) idioms with calloc(n,m) for safety; | Theo de Raadt |
2007-07-27 | getpriority() and setpriority() are documented in the same page, so only | Jason McIntyre |
2007-07-26 | make FILES section entries line up | Todd C. Miller |
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2007-07-26 | Add the correct file descriptor to rdfd when cycling through | Todd C. Miller |
2007-07-26 | Update to sudo 1.6.9p1. Note that the environment handling in sudo | Todd C. Miller |
2007-07-25 | Update synopsis. with help by jmc@ | Claudio Jeker |
2007-07-25 | Make it possible to show alternate routing tables in netstat. This mostly | Claudio Jeker |
2007-07-25 | Correctly handle the export command when writing to history file. | Xavier Santolaria |
2007-07-24 | reindent, no binary change | Marc Espie |
2007-07-24 | same uninit variable bug as in elf_syms.c | Theo de Raadt |
2007-07-24 | reindent (no binary change) | Marc Espie |
2007-07-24 | uninit variable causing crash; veins@evilkittens.org | Theo de Raadt |
2007-07-24 | Bring back a few things from route/show.c which I like better. | Claudio Jeker |
2007-07-24 | reformat to 8 chars tab, zap unneeded comment (no binary change) | Marc Espie |
2007-07-24 | zap unused variable | Marc Espie |
2007-07-24 | simplify computations in the var module: instead of advancing a char * | Marc Espie |
2007-07-24 | move the code that grabs a value in Var_Parse in its own function, | Marc Espie |
2007-07-24 | change Var_ParseSkip API to increment the position instead of returning a | Marc Espie |
2007-07-22 | lexicographically sorts the list of commands | Igor Sobrado |
2007-07-22 | make sure loop variables use their own buffers. | Marc Espie |
2007-07-21 | Similar to sbin/route/show.c: | Claudio Jeker |