summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use TCSAFLUSH instead of TCSANOW in sudo_term_copy().1.7Todd C. Miller2015-07-231-5/+4
* In term_restore(), only restores the terminal if we are in theTodd C. Miller2015-07-232-35/+101
* Document function return values.Todd C. Miller2015-07-231-0/+9
* syscall restarting is broken on Mac OS X when interrupted by a ttyTodd C. Miller2015-07-231-8/+49
* Fix cut & pasto that prevented the SIGPIPE handler from beingTodd C. Miller2015-03-021-1/+1
* Historically, crypt() returned the empty string on error, whichTodd C. Miller2015-02-192-1/+8
* Check for crypt() returning NULL. Traditionally, crypt() neverTodd C. Miller2015-02-192-23/+23
* Added tag SUDO_1_7_10p9 for changeset 772c68ed1580Todd C. Miller2015-02-100-0/+0
* Fix a packaging problem with the sudoedit man page link on Debian.SUDO_1_7_10p9Todd C. Miller2015-02-101-2/+2
* Only use the first two digits of the version number.Todd C. Miller2015-02-101-1/+1
* Remove duplicate Requires: line in generated rpm spec file.Todd C. Miller2015-02-101-1/+0
* In pp_files_expand() set _target to be empty. Fixes a problem withTodd C. Miller2015-02-101-1/+2
* For rpm, do not specify a mode in %attr for symbolic links. AvoidsTodd C. Miller2015-02-101-2/+5
* Update polypkg from trunk.Todd C. Miller2015-02-101-22/+56
* Use -fstack-protector-strong in preference to -fstack-protector-allTodd C. Miller2015-02-091-10/+17
* On Solaris 11 and higher, tag binaries for ASLR if supported by theTodd C. Miller2015-02-092-0/+11
* Restrict default creation of PIE binaries (-fPIE and -pie) to Linux.Todd C. Miller2015-02-096-42/+225
* Sanity check the TZ environment variable by special casing it inTodd C. Miller2015-02-0911-323/+574
* Update Mac SDK paths.Todd C. Miller2014-03-051-1/+8
* Fix fd leak on Linux when determing boot time. This is usuallyTodd C. Miller2014-04-282-3/+6
* Fix up SUDO_1_7_10p8 tag.Todd C. Miller2014-03-050-0/+0
* Added tag SUDO_1_7_10p8 for changeset dcacf314271cTodd C. Miller2014-03-050-0/+0
* Removed tag SUDO_1_7_10p8SUDO_1_7_10p8Todd C. Miller2014-03-050-0/+0
* Need to use MAXHOSTNAMELEN not HOST_NAME_MAX in sudo 1.7.Todd C. Miller2014-03-051-2/+2
* Added tag SUDO_1_7_10p8 for changeset 0fe6c4ba99beTodd C. Miller2014-03-050-0/+0
* Sudo 1.7 configure doesn't support --disable-nlsTodd C. Miller2014-03-051-1/+0
* Update for sudo 1.7.10p8Todd C. Miller2014-03-058-25/+53
* Remove extraneous keeps in SYNOPSIS now that mandoc does impliedTodd C. Miller2014-03-054-65/+1
* Properly escape the : in :alpha:Todd C. Miller2014-03-050-0/+0
* Replace some uses of .Sy with .Ar, .Ev and .Pa as appropriate.Todd C. Miller2014-03-051-3/+3
* Remove some extraneous markup; from Ingo SchwarzeTodd C. Miller2014-03-055-81/+81
* Use .Ar macro instead of "file ..." Use ".Cm -" instead of ".Li -"Todd C. Miller2014-03-051-2/+2
* Only warn once when we are unable to open the sudoers file.Todd C. Miller2014-03-051-5/+4
* Check for illegal characters in the NIS domain name. RHEL (andTodd C. Miller2014-03-051-10/+31
* Bump I/O buffer size to 32KTodd C. Miller2014-03-051-1/+1
* Mac OS X has netgroup functions in netdb.h.Todd C. Miller2014-03-051-0/+2
* Fix logic inversion when checking environment variables on theTodd C. Miller2014-02-281-1/+1
* Merge from sudo trunk:Todd C. Miller2014-02-281-80/+71
* We need limits.h here.Todd C. Miller2014-02-281-1/+2
* Use /dev/fd in closefrom() on FreeBSD < 8.0 and Mac OS X.Todd C. Miller2014-02-281-3/+9
* Avoid a crash on Mac OS X 10.8 (at least) when we close libdispatch'sTodd C. Miller2014-02-281-3/+15
* Make -c option description more accurate (merged from sudo 1.8).Todd C. Miller2013-12-083-36/+39
* When checking whether a user may change the login class, just checkTodd C. Miller2013-12-082-2/+2
* Fix compilation when --without-iologdir configure option is specified.Todd C. Miller2013-11-221-2/+2
* Fix typo.Todd C. Miller2013-11-071-1/+1
* Add missing call to restore_signals() in the !dowait case.Todd C. Miller2013-11-071-0/+1
* Fix realloc loop() in lbuf_append_quoted(); from Daniel KopecekTodd C. Miller2013-08-121-1/+1
* Fix potential double free in an error path.Todd C. Miller2013-03-052-4/+6
* Use pst_highestfd from pstat_getproc() on HP-UX.Todd C. Miller2013-03-011-17/+35
* Use pstat() on HP-UX to determine the tty device.Todd C. Miller2013-03-014-3/+44