summaryrefslogtreecommitdiff
path: root/lib/util/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-0/+1
* Convert config file paths to colon-separated path list.Todd C. Miller2023-05-021-1/+1
* Remove portable getcwd.c, nothing uses it anymore.Todd C. Miller2023-03-161-6/+0
* fix command error for lib/util/Makefile.inbin-ly2023-03-091-1/+1
* Add tests for SHA2 digest support.Todd C. Miller2023-03-071-14/+42
* Replace LIBMD with LIBCRYPTO display crypto/tls libs in summary.Todd C. Miller2023-02-221-2/+2
* Run the editor in its own process group.Todd C. Miller2023-02-211-1/+7
* Add checks for realpath(3) and a version from NetBSD for those without it.Todd C. Miller2023-02-121-2/+8
* 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-2/+3
* Move hexchar() from the sudoers plugin to lib/util.Todd C. Miller2023-01-031-9/+38
* check_pattern: check bounds as a repetition operator too.Todd C. Miller2022-12-171-13/+28
* Add basic regress for JSON functions.Todd C. Miller2022-12-151-6/+25
* Fix failure in check targets when there is no UTF-8 C locale.Todd C. Miller2022-12-061-3/+3
* The name of the C locale w/ UTF-8 support is not always C.UTF-8.Todd C. Miller2022-11-111-19/+13
* Apply multiarch rules when loading plugins too.Todd C. Miller2022-10-061-11/+41
* Add test for sudo open_parent_dir()Todd C. Miller2022-10-051-2/+22
* Add fchownat() systems without it.Todd C. Miller2022-09-211-0/+8
* regenTodd C. Miller2022-09-211-2/+4
* Use $(GREP) and $(EGREP) variables in Makefile.in files.Todd C. Miller2022-09-121-6/+7
* Add sudo_mmap_{alloc,allocarrary,strdup,free} functions.Todd C. Miller2022-07-251-4/+14
* Add missing PVS Studio Open Source comments.Todd C. Miller2022-06-291-5/+3
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-131/+131
* Unset LANGUAGE when running tests, otherwise it may override LC_ALL.Todd C. Miller2022-03-141-0/+3
* For 'make check-verbose' run fuzzers with -verbose=1Todd C. Miller2022-03-031-3/+4
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-2/+7
* Add sudo_closefrom() regression test.Todd C. Miller2022-03-011-4/+24
* Adapt test harness for lib/util and move to regress directory.Todd C. Miller2022-02-281-47/+6
* Add helper function to compile a regex that supports (?i).Todd C. Miller2022-02-111-4/+14
* Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).Todd C. Miller2021-12-111-0/+6
* Add build dir to include search path for mksiglist.h and mksigname.hTodd C. Miller2021-12-021-3/+3
* Add missing dependencies for timegm.Todd C. Miller2021-11-181-0/+10
* Use $(SED), not sed, when generating mksiglist.h/mksigname.hTodd C. Miller2021-11-101-2/+2
* Add configure check for sha1sum and use "openssh dgst -sha1" if missing.Todd C. Miller2021-11-101-1/+2
* Fix pasto in gmtime_r and localtime_r macros.Todd C. Miller2021-10-311-0/+20
* regenerate dependenciesTodd C. Miller2021-10-251-6/+8
* Always link libsudo_util.so with libcrypto.so if using OpenSSL.Todd C. Miller2021-10-201-2/+2
* Fix compilation of standalone arc4random_buf().Todd C. Miller2021-10-201-0/+8
* regenerate dependenciesTodd C. Miller2021-10-101-0/+2
* Fix random uuid generation, no need to convert between byte order.Todd C. Miller2021-08-311-3/+22
* lib: util: Makefile.in: use host CFLAGS and CPPFLAGS for mksig{name,list}Alexandru Ardelean2021-08-251-2/+2
* Fix mksiglist and mksigname dependencies.Todd C. Miller2021-08-191-6/+6
* Cross-build support for mksigname and mksiglistTodd C. Miller2021-08-191-8/+20
* Remove vsyslog(3) emulation, it is no longer used.Todd C. Miller2021-06-141-26/+0
* Make sure we link with libsudo_util *after* libfuzzstub.Todd C. Miller2021-06-071-2/+2
* Add getgids utility to simular "id -G" using sudo_getgrouplist2()Todd C. Miller2021-06-071-3/+24
* Move reference-counted string code from sudoers to libsudo_util.Todd C. Miller2021-04-061-1/+9
* Move autoconf auxiliary files to the scripts directory.Todd C. Miller2021-04-061-1/+1
* Add a new "fuzz" target that executes the fuzzers for 8192 runs each.Todd C. Miller2021-03-181-2/+25
* Move corpus files to a seed subdirectory.Todd C. Miller2021-03-181-1/+1