summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't run the check_ttyname test if cross compiling.Todd C. Miller2014-03-111-1/+3
* sync with translationproject.orgTodd C. Miller2014-03-072-136/+102
* Catalan translation for sudo from translationproject.org.Todd C. Miller2014-03-062-0/+785
* Remove init.d file and link in uninstall target.Todd C. Miller2014-02-161-0/+3
* First cut add installing an init.d file for HP-UX and AIX to removeTodd C. Miller2014-02-161-1/+15
* We must include gettext.h before missing.h as it includes systemTodd C. Miller2014-02-114-6/+10
* Export getenv() so it is visible to shared objects we link with.Todd C. Miller2014-02-111-0/+2
* In term_restore(), only restores the terminal if we are in theTodd C. Miller2014-02-051-10/+4
* When the closefrom limit is greater than any of the preserved fds,Todd C. Miller2014-02-041-7/+11
* term_restore() now restarts itself so we don't need to do it ourselves.Todd C. Miller2014-02-031-10/+4
* Use sudo_timeval macros and remove compat macros from missing.hTodd C. Miller2014-01-301-3/+2
* Switch to new time stamp file format. Each user now has a singleTodd C. Miller2014-01-301-2/+3
* It is now possible to disable network interface probing in sudo.confTodd C. Miller2014-01-231-2/+11
* Add explicit dependency on sudoers.la to sudo target when sudoersTodd C. Miller2014-01-221-2/+2
* Update copyright yearsTodd C. Miller2014-01-151-1/+1
* When relocating fds, update the debug fd if it is set so we areTodd C. Miller2014-01-151-1/+7
* If the event loop exits due to an error and we are not logging I/O,Todd C. Miller2014-01-141-0/+3
* When relocating preserved fds, start with the highest ones firstTodd C. Miller2014-01-141-47/+45
* When restoring fds traverse list from high -> low, not low -> highTodd C. Miller2014-01-141-1/+1
* If not logging I/O we may get EOF when the command is executed andTodd C. Miller2014-01-141-5/+8
* sync with translationproject.orgTodd C. Miller2014-01-142-137/+103
* Fix strtonum() usage when parsing /proc/self/stat on Linux.Todd C. Miller2014-01-131-4/+7
* Quiet a cppcheck warning about a negative subscript.Todd C. Miller2014-01-081-2/+5
* Make noexec parameter to sudo_execve() bool.Todd C. Miller2014-01-084-4/+4
* Add cppcheck target to run cppcheck on all source files.Todd C. Miller2014-01-131-0/+6
* Update copyright year.Todd C. Miller2014-01-072-2/+2
* If invoked as sudoedit we can't just exec the command directly sinceTodd C. Miller2014-01-031-2/+5
* Fix restoration of the close-on-exec flag when moving a relocatedTodd C. Miller2014-01-031-3/+3
* sync with translationproject.orgTodd C. Miller2013-12-314-84/+93
* sync with translationproject.orgTodd C. Miller2013-12-294-95/+103
* sync with translationproject.orgTodd C. Miller2013-12-2814-386/+370
* Redo preserve_fds support to remap high fds so we can get the mostTodd C. Miller2013-12-243-39/+132
* Add support for preventing fds from getting clobbered by closefrom().Todd C. Miller2013-12-207-20/+177
* Move symbol extern defs into sudoers.hTodd C. Miller2013-12-161-0/+1
* Rename libcommon libsudo_utilTodd C. Miller2013-12-131-2/+2
* Move prototypes for functions provided by libcommon that don't haveTodd C. Miller2013-12-122-67/+42
* Regen after string parsing changes.Todd C. Miller2013-12-111-38/+39
* The OpenBSD strtonum() uses very short error strings that can'tTodd C. Miller2013-12-112-5/+4
* Add atomode() function for parsing a file mode.Todd C. Miller2013-12-102-14/+9
* Use strtonum() instead of atoi(), strtol() or strtoul() where possible.Todd C. Miller2013-12-103-39/+28
* Fix a warning on Solaris, we need to use debug_return_const_ptr.Todd C. Miller2013-12-091-1/+1
* On Solaris, disabling the proc_exec privilege appears to interfereTodd C. Miller2013-12-021-0/+3
* Instead of setprogname(), add initprogname() which gets the programTodd C. Miller2013-12-013-8/+3
* Ignore EOVERFLOW from pstat_getproc(). The HP-UX kernel appearsTodd C. Miller2013-11-301-2/+7
* Sync with translationproject.orgTodd C. Miller2013-11-3020-1318/+933
* Do not add LIBDL to SUDO_LIBS or SUDOERS_LIBS in configure, do itTodd C. Miller2013-11-261-1/+1
* Regen for sudo 1.8.9b1Todd C. Miller2013-11-241-128/+87
* Sync with translationproject.orgTodd C. Miller2013-11-244-432/+476
* Add wrapper functions for dlopen() et al so that we can supportTodd C. Miller2013-11-226-53/+79
* libcommon tests need locale_stub.lo to link.Todd C. Miller2013-11-191-2/+2