summaryrefslogtreecommitdiff
path: root/logsrvd
Commit message (Expand)AuthorAgeFilesLines
...
* sudo_regex_compile_v1 stub: set errstr on errorTodd C. Miller2022-02-251-1/+3
* fuzz_logsrvd_conf: add stub version of sudo_regex_compile_v1().Todd C. Miller2022-02-252-2/+21
* iolog_seekto: initialize struct timing_closure before using.Todd C. Miller2022-02-231-0/+3
* iolog_rewrite: initialize struct timing_closure before using.Todd C. Miller2022-02-231-0/+3
* Do not disable fuzzer output if SUDO_FUZZ_VERBOSE env variable is set.Todd C. Miller2022-02-221-1/+2
* store_iobuf_local: fix potential double free on the error path.Todd C. Miller2022-02-101-2/+3
* Add missing default return in last commit.Todd C. Miller2022-02-031-0/+2
* sudo_logsrvd: make sure journal exists before writing the alert message.Todd C. Miller2022-02-031-1/+7
* Work around a glibc regcomp() bug with repeated '+' operators.Todd C. Miller2022-02-011-0/+255
* Rebase seed corpus on updated sudo_logsrvd.conf example.Todd C. Miller2022-02-016-20/+255
* Fix parsing of "retry_interval" in the relay section.Todd C. Miller2022-02-011-0/+17
* Use TIME_T_MAX as the upper limit when parsing timeouts.Todd C. Miller2022-02-011-9/+9
* Check for garbage after [section] in sudo_logsrvd.conf.Todd C. Miller2022-01-291-4/+11
* Sync fuzzing dictionary with current configuration keyword list.Todd C. Miller2022-01-291-0/+2
* Add new log_passwords and passprompt_regex settings.Todd C. Miller2022-01-283-17/+93
* Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).Todd C. Miller2021-12-111-2/+1
* Add configure check for sha1sum and use "openssh dgst -sha1" if missing.Todd C. Miller2021-11-101-1/+2
* Use iolog_openat() when opening the log.json file in the I/O log dir.Todd C. Miller2021-10-271-1/+1
* Use BIO_new_file() not BIO_new_fd() to read dhparams file.Todd C. Miller2021-10-261-8/+5
* Add support for WolfSSL's OpenSSL compatibility layer.Todd C. Miller2021-10-258-31/+26
* Move include of log_server.pb-c.h into logsrvd.h and sendlog.hTodd C. Miller2021-10-2511-9/+2
* Use SSL_FILETYPE_PEM with SSL_CTX_use_PrivateKey_file, not X509_FILETYPE_PEMTodd C. Miller2021-10-241-1/+1
* sudo_sendlog: send runenv, rungid and runuid from log.json tooTodd C. Miller2021-10-231-67/+130
* Make sure INET_ADDRSTRLEN and INET6_ADDRSTRLEN are defined.Todd C. Miller2021-10-211-0/+7
* sudo_sendlog: send multiple I/O log records together if possibleTodd C. Miller2021-10-201-62/+88
* sudo_sendlog: support multiple write buffers like sudo_logsrvdTodd C. Miller2021-10-202-45/+90
* Fix potential use-after-free when calling iolog_flush_all().Todd C. Miller2021-10-191-4/+4
* sendlog: use runargv from log.json if availableTodd C. Miller2021-10-191-6/+54
* sudo_sendlog: send exit data in eventlog if presentTodd C. Miller2021-10-191-9/+24
* No longer need to pass exit params to eventlog_exit(), use struct eventlog.Todd C. Miller2021-10-191-23/+23
* Read command run_time, signal and exit_value from I/O log log.json file.Todd C. Miller2021-10-191-0/+1
* Log the command run-time and exit status in the I/O log.Todd C. Miller2021-10-191-0/+104
* Handle a missing run_time in an ExitMessage.Todd C. Miller2021-10-181-4/+8
* No need to flush logs before commit point if we flush after each write.Todd C. Miller2021-10-161-1/+4
* Flush I/O logs before we send a commit point.Todd C. Miller2021-10-153-1/+22
* Do not treat a resume point of [0, 0] as an error.Todd C. Miller2021-10-151-1/+18
* regenerate dependenciesTodd C. Miller2021-10-101-2/+4
* Use a consistent version of fuzz_conversation() with all fuzzers.Todd C. Miller2021-09-281-0/+19
* Fuzzers should not produce output.Todd C. Miller2021-09-281-0/+12
* expand_buf: fix conditional for when we need to preserve existing dataTodd C. Miller2021-09-281-2/+4
* Reuse existing journal file for an accepted/rejected sub-command.Todd C. Miller2021-09-201-2/+9
* sudo_logsrvd: only send log ID for first command of a sessionTodd C. Miller2021-09-201-2/+3
* tls_init.c: use SSL_CTX_set0_tmp_dh_pkey if present.Todd C. Miller2021-09-171-21/+84
* sudo_debug_register: add minfd argument to specify lowest fd numberTodd C. Miller2021-08-262-3/+3
* Replace messages like "unknown foo: %s" with "unknown foo %s".Todd C. Miller2021-08-191-3/+3
* Sync warning messages with sudoers/logging.cTodd C. Miller2021-08-191-3/+3
* Print the section when warning about an illegal key in the conf file.Todd C. Miller2021-08-161-1/+2
* Set umask to be less restrictive before creating parent directories.Todd C. Miller2021-08-144-6/+38
* store_alert_local: fix memory leak on error pathTodd C. Miller2021-08-141-8/+11
* store_accept_local: fix return value on errorTodd C. Miller2021-08-141-1/+1