Age | Commit message (Expand) | Author |
2007-11-03 | zap dead code | Marc Espie |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie |
2007-11-03 | document that .ORDER only means something in parallel mode | Marc Espie |
2007-11-03 | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works | Marc Espie |
2007-11-03 | fix an obnoxious bug: in parallel mode, dieing in the job controller is not | Marc Espie |
2007-11-03 | suff.c sets IMPSRC correctly, whereas this is bogus and strips the path | Marc Espie |
2007-11-03 | zap confusing old comment | Marc Espie |
2007-11-03 | mark nodes as made when there is no command around the target. | Marc Espie |
2007-11-03 | Print out names of register pairs correctly. ok otto@ | Stefan Kempf |
2007-11-03 | avoid errno trashing in signal handler; ok dtucker | Theo de Raadt |
2007-11-03 | Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@ | Darren Tucker |
2007-11-03 | bz #1377: getpwuid results were being clobbered by another getpw* call | Theo de Raadt |
2007-11-03 | fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM; | Damien Miller |
2007-11-02 | Fix wait() usage and convert to waitpid(). Convert manual status | Todd C. Miller |
2007-11-02 | sort arguments; | Jason McIntyre |
2007-11-02 | update to sudo 1.6.9p8 | Todd C. Miller |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-11-01 | make check on -s and interactive s consistent; from Tilo Stritzky | Otto Moerbeek |
2007-11-01 | bump arbitrary limit on arg length shown by -C; requested by and ok deraadt@ | Otto Moerbeek |
2007-11-01 | cleanup of message handling, originally from Mark Lumsden, with a | Otto Moerbeek |
2007-11-01 | Pull from master repo, commit by myself: | Otto Moerbeek |
2007-11-01 | Pull from master repo: | Stefan Kempf |
2007-10-31 | Pull from master repo, commit by gmcgarry: | Otto Moerbeek |
2007-10-31 | Pull from master repo, commit by gmcgarry: | Otto Moerbeek |
2007-10-31 | "signal" is an argument, not a flag; | Jason McIntyre |
2007-10-31 | sort flags in STANDARDS; from Pierre Riteau | Jason McIntyre |
2007-10-31 | sync usage() w/ synopsis; from Pierre Riteau | Jason McIntyre |
2007-10-31 | remove out of date comment in BUGS: "Takes 2-10 percent of the CPU." | Jason McIntyre |
2007-10-29 | Pull from master repo: | Stefan Kempf |
2007-10-29 | From master repo: | Anders Magnusson |
2007-10-29 | Updates from master repo: | Anders Magnusson |
2007-10-29 | clean up after previous macro removal; | Jason McIntyre |
2007-10-29 | Make LocalCommand work for Protocol 1 too; ok djm@ | Darren Tucker |
2007-10-29 | ProxyCommand and LocalCommand use the user's shell, not /bin/sh; ok djm@ | Darren Tucker |
2007-10-29 | Send config block back to slave for invalid users too so options | Darren Tucker |
2007-10-29 | Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@ | Darren Tucker |
2007-10-29 | Allow build without -DGSSAPI; ok deraadt@ | Darren Tucker |
2007-10-27 | From master repo: Remove lineid() prototype. | Anders Magnusson |
2007-10-27 | Sync with master repo: At least compiles now. | Anders Magnusson |
2007-10-27 | Sync vith master repo: Remove lineid(), #ifdef for mirbsd wchar_t. | Anders Magnusson |
2007-10-27 | From master repo: Allow for less than 4 register classes. | Anders Magnusson |
2007-10-27 | Pull up changes from master repo: | Anders Magnusson |
2007-10-27 | fix indentation | Marc Espie |
2007-10-26 | patch to improve vmstat(8) output: | Igor Sobrado |
2007-10-25 | Cleanup pctr code: sort options, remove nasty return. | Mike Belopuhov |
2007-10-25 | Update to sudo 1.6.9p7 | Todd C. Miller |
2007-10-24 | add missing checks against NULL after realloc calls | Charles Longeau |
2007-10-24 | Remove idle loop counter. | Mike Belopuhov |
2007-10-24 | fix logic of command line/ MAKEFLAGS parsing. | Marc Espie |
2007-10-24 | factor out network read/write into an atomicio()-like function, and use it | Damien Miller |