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