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