summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Don't write an empty timestamp record when timestamp_timeout isTodd C. Miller2014-03-171-1/+7
* Fix typo/thinko that prevented "Defaults !tty_tickets" from working.Todd C. Miller2014-03-131-2/+2
* Fix "sudo -l command" output when the matching command is negated.Todd C. Miller2014-03-131-1/+2
* CWD no longer used.Todd C. Miller2014-03-111-1/+0
* Fix diff of toke and err output files in "make check"Todd C. Miller2014-03-111-2/+2
* Fix compiler warning in debug code.Todd C. Miller2014-03-061-1/+1
* Fix handling of '!' operator when converting sudoers. We now addTodd C. Miller2014-03-041-18/+49
* Czech translation for sudoers from translationproject.orgTodd C. Miller2014-03-012-0/+1725
* Fix typo in setreuid() PERM_ROOT error message.Todd C. Miller2014-02-271-1/+1
* Fix conversion of timestamp_timeout from double to struct timeval.Todd C. Miller2014-02-261-3/+3
* Serbian translation for sudoers from translationproject.org.Todd C. Miller2014-02-252-0/+1718
* When exporting sudoers in JSON format, use the same type of OptionsTodd C. Miller2014-02-241-11/+11
* sync with translationproject.orgTodd C. Miller2014-02-174-410/+435
* We also need to open the sudoers file as root if there is a GIDTodd C. Miller2014-02-171-4/+5
* Fix indentation of Defaults entries. The initial indent should beTodd C. Miller2014-02-121-1/+1
* sync with translationproject.orgTodd C. Miller2014-02-1114-1468/+1510
* We must include gettext.h before missing.h as it includes systemTodd C. Miller2014-02-118-12/+17
* Add some initprogname() calls to the test programs.Todd C. Miller2014-02-081-1/+4
* regenTodd C. Miller2014-02-071-32/+36
* Add use_netgroups sudoers option. For LDAP-based sudoers, netgroupTodd C. Miller2014-02-076-30/+55
* Update copyright year.Todd C. Miller2014-02-061-1/+1
* Use a default LDAP search filter of (objectClass=sudoRole). WhenTodd C. Miller2014-02-061-2/+6
* Don't warn about an insecure lecture dir twice.Todd C. Miller2014-02-061-17/+25
* Use inet_pton() instead of inet_aton() and include a version fromTodd C. Miller2014-02-052-5/+5
* Add back boottime.loTodd C. Miller2014-02-031-1/+4
* Bring back boot time checking code and zero out time stamp filesTodd C. Miller2014-02-033-3/+174
* regenTodd C. Miller2014-02-021-175/+167
* Restore warning when sudoers is unable to update the time stamp file.Todd C. Miller2014-02-011-0/+3
* Replace --with-timedir and --with-lecture_dir with --with-rundirTodd C. Miller2014-02-011-3/+6
* Fix use of timestampowner in the new time stamp world order. ParentTodd C. Miller2014-02-011-30/+24
* Regen Makefiles.Todd C. Miller2014-01-312-8/+9
* Move ctim_get and mtim_get to sudo_util.hTodd C. Miller2014-01-311-0/+1
* sprinkle some debug printfs and add function header commentsTodd C. Miller2014-01-311-4/+50
* Properly handle the case where /var/run/sudo/ts doesn't exist.Todd C. Miller2014-01-311-5/+18
* Warn on ftruncate failure().Todd C. Miller2014-01-301-2/+6
* Fix checking of lecture status.Todd C. Miller2014-01-301-8/+9
* Use sudo_timeval macros and remove compat macros from missing.hTodd C. Miller2014-01-303-8/+5
* Switch to new time stamp file format. Each user now has a singleTodd C. Miller2014-01-309-564/+559
* When listing a user's privileges, always prompt the user for theirTodd C. Miller2014-01-291-16/+22
* Use inet_aton() instead of inet_addr() as it allows us to distinguishTodd C. Miller2014-01-262-16/+16
* Fix typo in the AIX case.Todd C. Miller2014-01-241-1/+1
* Size pointer for sudo_parseln() should be size_t not ssize_t.Todd C. Miller2014-01-241-1/+1
* If inet_addr() returns INADDR_NONE, return false instead of iteratingTodd C. Miller2014-01-221-2/+6
* Do not assume localtime(), gmtime() and ctime() always return non-NULL.Todd C. Miller2014-01-217-39/+67
* Update copyright yearsTodd C. Miller2014-01-154-4/+4
* Eliminate dead store found by clang checker.Todd C. Miller2014-01-151-6/+6
* Remove dead store; found by cppcheckTodd C. Miller2014-01-131-1/+0
* Quiet a few innocuous cppcheck warnings.Todd C. Miller2014-01-081-2/+3
* Handle in_res being NULL for sudo_debug_printf() in sudo_sss_filter_result().Todd C. Miller2014-01-081-1/+1
* When writing length to timing file, use %u not %d as it is unsigned.Todd C. Miller2014-01-081-2/+2