summaryrefslogtreecommitdiff
path: root/logsrvd
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Convert config file paths to colon-separated path list.Todd C. Miller2023-05-023-8/+23
* No longer need to set AI_NUMERICSERV while fuzzing.Todd C. Miller2023-04-281-3/+0
* getaddrinfo stub: set sin_portTodd C. Miller2023-04-261-1/+2
* Avoid NULL deref in stub getaddrinfo() when nodename is NULL.Todd C. Miller2023-04-261-5/+24
* Include arpa/inet.h for inet_pton() prototype.Todd C. Miller2023-04-251-0/+1
* Add netdb.h for struct addrinfo and EAI_* error codes.Todd C. Miller2023-04-251-0/+1
* Stub out getaddrinfo() and freeaddrinfo().Todd C. Miller2023-04-251-0/+64
* Check for sudo_pow2_roundup() overflow.Todd C. Miller2023-03-014-19/+47
* Handle "locale -a" returning both C.UTF-8 and C.utf8.Todd C. Miller2023-02-151-3/+3
* Add some missing files to the clean and distclean targets.Todd C. Miller2023-02-151-1/+1
* Protect use of AF_INET6 with HAVE_STRUCT_IN6_ADDR guards.Todd C. Miller2023-01-312-1/+5
* Avoid DNS lookups when fuzzing.Todd C. Miller2023-01-311-0/+3
* Use initprogname(), not setprogname() in the fuzzers.Todd C. Miller2022-12-291-1/+1
* Add basic regress for JSON functions.Todd C. Miller2022-12-151-1/+1
* Fix failure in check targets when there is no UTF-8 C locale.Todd C. Miller2022-12-061-3/+3
* journal_fdopen: free journal_path and close journal before settingTodd C. Miller2022-11-221-0/+3
* The name of the C locale w/ UTF-8 support is not always C.UTF-8.Todd C. Miller2022-11-111-16/+10
* Avoid a -Wshadow warning on Solaris 9.Todd C. Miller2022-10-071-21/+21
* Change max user-ID and group-ID from INT_MAX to UINT_MAX.Todd C. Miller2022-09-281-2/+2
* Add support for NumberList stored in an InfoMessage.Todd C. Miller2022-09-281-0/+21
* Add missing NULL checks for mandatory fields in protobuf messages.Todd C. Miller2022-09-283-97/+109
* Convert remaining uses of sudo_mkdir_parents() to sudo_open_parent_dir().Todd C. Miller2022-09-212-9/+15
* Use $(GREP) and $(EGREP) variables in Makefile.in files.Todd C. Miller2022-09-121-3/+4
* Add explicit include of unistd.h for getopt(3) and related variables.Todd C. Miller2022-07-051-0/+1
* Quiet some harmless PVS Studio warnings.Todd C. Miller2022-06-296-13/+12
* Use "unable to allocate memory" warning on malloc failure.Todd C. Miller2022-06-292-24/+26
* Add missing PVS Studio Open Source comments.Todd C. Miller2022-06-2911-0/+55
* Use #include <config.h> not #include "config.h" for consistency.Todd C. Miller2022-06-2914-14/+14
* Make sudo pass -Wwrite-stringsTodd C. Miller2022-06-284-71/+41
* Make sudo pass -Wmissing-prototypesTodd C. Miller2022-06-274-3/+5
* Treat EINTR in a callback like we do EAGAIN.Todd C. Miller2022-06-073-8/+9
* If write(2) returns EAGAIN just re-enter the event loop.Todd C. Miller2022-06-063-0/+6
* Quiet two clang analyzer false positives.Todd C. Miller2022-06-031-0/+1
* union sockaddr_union: pass in sockaddr_union * instead of sockaddr *.Todd C. Miller2022-06-031-12/+10
* For logsrvd_conf_test include both tls and non-tls configs.Todd C. Miller2022-06-025-38/+547
* Add a simple regression test for logsrvd.conf parser.Todd C. Miller2022-06-028-1/+734
* Fix inverted logic when setting server_log.Todd C. Miller2022-06-021-1/+1
* Fix uninitialized use of ca_store when building with wolfSSL.Todd C. Miller2022-05-271-2/+3
* Standardize protobuf "unable to unpack" warning messages.Todd C. Miller2022-05-264-4/+4
* Use explicit library dependencies instead of implicit.Todd C. Miller2022-05-191-1/+3
* Include the cert or ca file in error messages where applicable.Todd C. Miller2022-05-171-3/+3
* Add missing include of string.h for strerror(3).Todd C. Miller2022-05-171-0/+1
* If ERR_reason_error_string() returns NULL, fall back on strerror(errno).Todd C. Miller2022-05-175-39/+59
* set_dhparams: pass BIO_new_file() "r" for the file mode, not O_RDONLY.Todd C. Miller2022-05-171-1/+1
* sudo_logsrvd: update elapsed time for winsize and suspend in journal modeTodd C. Miller2022-04-242-8/+11
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-19/+19
* Unset LANGUAGE when running tests, otherwise it may override LC_ALL.Todd C. Miller2022-03-141-0/+2
* For 'make check-verbose' run fuzzers with -verbose=1Todd C. Miller2022-03-031-2/+3
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-0/+2