summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rename sudo_ev_loop_impl() -> sudo_ev_scan_impl()Todd C. Miller2013-10-281-2/+2
* Add support for libevent-style timed events. Adding a timed eventTodd C. Miller2013-10-2816-314/+284
* Now that sudo_ev_base_free() removes all events before freeing weTodd C. Miller2013-10-262-8/+2
* Add a list of active events in the base that the back end sets whenTodd C. Miller2013-10-264-143/+159
* Remove any existing events before freeing the event base.Todd C. Miller2013-10-261-0/+7
* mon_handler() should be staticTodd C. Miller2013-10-251-2/+2
* If user specified start_tls and ldaps, display a warning and ignoreTodd C. Miller2013-10-241-11/+8
* Add missing else when the connection from the monitor to the parentTodd C. Miller2013-10-241-4/+5
* When flushing output we don't care whether we are the foregroundTodd C. Miller2013-10-241-2/+1
* Should not attempt start_tls on an ldaps connection.Todd C. Miller2013-10-241-13/+19
* Fix sign compare warning.Todd C. Miller2013-10-231-2/+2
* Eliminate warning about circular dependency from GNU make.Todd C. Miller2013-10-231-36/+26
* More sign compare fixes. On Solaris id_t is signed so use uid_tTodd C. Miller2013-10-233-4/+4
* Quiet sign comparision warnings.Todd C. Miller2013-10-2327-53/+59
* Add -Wsign-compare to --enable-warningsTodd C. Miller2013-10-232-2/+2
* Ignore SIGPIPE when connecting to the LDAP server so we can get aTodd C. Miller2013-10-231-28/+49
* Quiet compiler warnings.Todd C. Miller2013-10-232-16/+18
* sudo_ldap_parse_uri() should join multiple URIs in the string listTodd C. Miller2013-10-221-11/+9
* Avoid a double free introduced when plugging a memory leak inTodd C. Miller2013-10-221-32/+37
* Quiet some llvm check false positives. The common idiom of usingTodd C. Miller2013-10-223-96/+90
* If pam_open_session() fails don't call pam_getenvlist() with a NULLTodd C. Miller2013-10-221-0/+1
* Fix newly introduced use after frees found by llvm checker.Todd C. Miller2013-10-221-5/+5
* Remove an errant list_next() call that should have been removedTodd C. Miller2013-10-221-1/+0
* Add "headless" tail queues and use them in place of the semi-circularTodd C. Miller2013-10-2217-724/+840
* Use SLIST and STAILQ macros instead of doing headless singly linkedTodd C. Miller2013-10-2217-309/+297
* Convert sudo to use BSD TAILQ macros instead of home ground tailTodd C. Miller2013-10-2231-299/+962
* Fix AND operator broken by changes to fix OR.Todd C. Miller2013-10-211-3/+6
* Fix OR operator.Todd C. Miller2013-10-191-18/+16
* Fix memory leak of I/O buffer events in safe_close().Todd C. Miller2013-10-181-0/+2
* Don't allow the debug subsystem to be initialized twice.Todd C. Miller2013-10-161-0/+4
* Make sure we do not try to usie index -1 in base->pfds[].Todd C. Miller2013-10-161-1/+1
* Bump version to 1.8.9Todd C. Miller2013-10-143-10/+15
* Convert the monitor process to the event subsystem.Todd C. Miller2013-10-121-97/+140
* Convert the main sudo event loop to use the event subsystem.Todd C. Miller2013-10-123-465/+678
* Simple event subsystem that uses poll() or select(). Basically aTodd C. Miller2013-10-1218-15/+890
* Use SOCK_STREAM for socketpair, not SOCK_DGRAM so we get consistentTodd C. Miller2013-10-122-25/+24
* Fix removal of trailing newlines in a debug message.Todd C. Miller2013-10-061-3/+3
* When checking for unused Runas_Aliases, count those used as partTodd C. Miller2013-10-041-0/+6
* Include stddef.h for rsize_t and errno_t on systems that supportTodd C. Miller2013-09-291-0/+3
* Fix braino.Todd C. Miller2013-09-291-2/+2
* Rebuild message catalog files.Todd C. Miller2013-09-2910-0/+0
* Rebuild message catalog files.Todd C. Miller2013-09-2910-0/+0
* Czech translation for sudo from translationproject.org.Todd C. Miller2013-09-295-0/+830
* Sync with translationproject.orgTodd C. Miller2013-09-1820-1398/+1457
* Change "next" back to 2. In the context of "next Friday" we reallyTodd C. Miller2013-09-183-7/+7
* Mention that relative times don't always do what you might expect.Todd C. Miller2013-09-183-12/+61
* Add diacritical for Zdenek Behan.Todd C. Miller2013-09-171-1/+1
* Do not fail if ttyname() cannot determine the tty but sudo can.Todd C. Miller2013-09-111-1/+3
* Remove extraneous $$CWD; from Bdale GarbeeTodd C. Miller2013-09-111-1/+1
* Make "this" and "next" qualifiers work a bit better. There is stillTodd C. Miller2013-09-093-4/+10