summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2007-07-21even though gcc doesn't reuse the utsname space, it could. Ensure MACHINEMarc Espie
2007-07-21zap unneeded stuffMarc Espie
2007-07-20big clean-up patch:Marc Espie
2007-07-20reorder stuff in var.c so that the next patch is more readable.Marc Espie
2007-07-20- document the "play" default a little more clearlyJason McIntyre
2007-07-19Sync with cvs:Ray Lai
2007-07-19xcalloc is unneeded here since i is always 0 and we always use theRay Lai
2007-07-18Support -r for the export command.Xavier Santolaria
2007-07-17Forgot this part about rlog not needing the Directory request to be sent.Xavier Santolaria
2007-07-17Correct function name in error string.Xavier Santolaria
2007-07-17Simplify the way we check wether the issued command is `log' or `rlog'.Xavier Santolaria
2007-07-17Do not send the Directory request when using the rlog command.Xavier Santolaria
2007-07-17comment snicky usage of strchrMarc Espie
2007-07-16oops, missed a bit from tobias' diff - add "usage: " to usage();Jason McIntyre
2007-07-16sync usage(); from Tobias StoeckmannJason McIntyre
2007-07-16fix percentage computation of wrapping numbers; from Willem DijkstraOtto Moerbeek
2007-07-16Do not display the `Working file:' line if the issued command is `rlog'.Xavier Santolaria
2007-07-14Don't trim whitespace from stdin. Encrypt it the same as otherKenneth R Westerback
2007-07-12Do not fatal() if the CVSROOT/config file does not exist.Xavier Santolaria
2007-07-12Delint: remove some unreachable statements, from Bret Lambert.Ray Lai
2007-07-09espie, you have got to be jokingTheo de Raadt
2007-07-09Fix possible heap overflow in file(1), aka CVE-2007-1536.Dimitry Andric
2007-07-09tweaks;Jason McIntyre
2007-07-09indent correctlyMarc Espie
2007-07-09repair, sorry about that (obvious typo, duh)Marc Espie
2007-07-08rename variable to errorIsOkay. What does oldVars mean anyway ?Marc Espie
2007-07-08missed part: add check to avoid poison checking inexistent local vars,Marc Espie
2007-07-08A set of big related changes. okay millert@, tested further by kettenis@Marc Espie
2007-07-06dont inlucde <sys/syslimits.h> directly.Thordur I. Bjornsson
2007-07-06some discussion of devices, logs, and permissions;Jason McIntyre