index
:
delta/sudo.git
1.6
1.7
1.7.2
1.8
1.9
LDAP
baserock/morph
master
www.sudo.ws: repos/sudo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
do_logfile_sudo: plug memory leak of full_line
Todd C. Miller
2022-02-15
1
-0
/
+1
*
Limit regular expressions to 1024 characters each.
Todd C. Miller
2022-02-12
1
-0
/
+6
*
Add helper function to compile a regex that supports (?i).
Todd C. Miller
2022-02-11
4
-56
/
+151
*
iolog_pwfilt_run: fix types in error return
Todd C. Miller
2022-02-10
1
-2
/
+2
*
Free potential leaks of passprompt_regex_handle.
Todd C. Miller
2022-02-10
1
-4
/
+6
*
Work around a glibc regcomp() bug with repeated '+' operators.
Todd C. Miller
2022-02-01
1
-2
/
+47
*
lib/iolog: add support for filtering password out of tty input
Todd C. Miller
2022-01-28
2
-7
/
+270
*
Use PATH_MAX, not NAME_MAX+1 for the directory entry length.
Todd C. Miller
2022-01-12
1
-2
/
+1
*
Use POSIX NAME_MAX, not the obsolete MAXNAMLEN define.
Todd C. Miller
2022-01-12
2
-2
/
+3
*
Improve debugging info when fdopen() fails.
Todd C. Miller
2022-01-07
1
-3
/
+4
*
sudo_mkdir_parents: make sure the path we created is a directory
Todd C. Miller
2021-12-11
1
-15
/
+38
*
Avoid TOCTOU in sudo_mkdir_parents() using openat(2) and mkdirat(2).
Todd C. Miller
2021-12-11
3
-37
/
+148
*
Add build dir to include search path for mksiglist.h and mksigname.h
Todd C. Miller
2021-12-02
1
-3
/
+3
*
Pass correct size to free_zero().
Todd C. Miller
2021-11-20
1
-1
/
+1
*
Add missing dependencies for timegm.
Todd C. Miller
2021-11-18
1
-0
/
+10
*
Use $(SED), not sed, when generating mksiglist.h/mksigname.h
Todd C. Miller
2021-11-10
1
-2
/
+2
*
Add configure check for sha1sum and use "openssh dgst -sha1" if missing.
Todd C. Miller
2021-11-10
2
-4
/
+7
*
parse_gentime: use timegm() to generate time since the epoch
Todd C. Miller
2021-10-31
1
-0
/
+98
*
Fix pasto in gmtime_r and localtime_r macros.
Todd C. Miller
2021-10-31
1
-0
/
+20
*
Add support for WolfSSL's OpenSSL compatibility layer.
Todd C. Miller
2021-10-25
3
-0
/
+9
*
regenerate dependencies
Todd C. Miller
2021-10-25
1
-6
/
+8
*
arc4random: need to include sys/random.h on Solaris too.
Todd C. Miller
2021-10-22
1
-0
/
+4
*
Make sure INET_ADDRSTRLEN and INET6_ADDRSTRLEN are defined.
Todd C. Miller
2021-10-21
2
-3
/
+7
*
Define MAP_FAILED where relevant if undefined
Larkin Nickle
2021-10-21
3
-0
/
+12
*
Always link libsudo_util.so with libcrypto.so if using OpenSSL.
Todd C. Miller
2021-10-20
1
-2
/
+2
*
Add an explicit check for sys/sysctl.h.
Todd C. Miller
2021-10-20
1
-1
/
+1
*
Use our own getentropy() by default on Linux.
Todd C. Miller
2021-10-20
1
-5
/
+2
*
Use the OpenSSL RAND_bytes() function if getrandom() fails.
Todd C. Miller
2021-10-20
1
-0
/
+8
*
Fix compilation of standalone arc4random_buf().
Todd C. Miller
2021-10-20
2
-0
/
+10
*
sudo_uuid_create: no longer need a union for the uuid.
Todd C. Miller
2021-10-20
1
-8
/
+5
*
eventlog_free: free signal_name too
Todd C. Miller
2021-10-19
1
-0
/
+1
*
Add new log.json keywords
Todd C. Miller
2021-10-19
1
-0
/
+4
*
fuzz_iolog_json: initialize exit_value to -1
Todd C. Miller
2021-10-19
1
-0
/
+1
*
No longer need to pass exit params to eventlog_exit(), use struct eventlog.
Todd C. Miller
2021-10-19
1
-28
/
+33
*
Read command run_time, signal and exit_value from I/O log log.json file.
Todd C. Miller
2021-10-19
2
-4
/
+57
*
Handle a missing run_time in an ExitMessage.
Todd C. Miller
2021-10-18
1
-11
/
+15
*
format_json: fix pasto when setting dumped_core boolean
Todd C. Miller
2021-10-19
1
-1
/
+1
*
Flush I/O logs before we send a commit point.
Todd C. Miller
2021-10-15
3
-12
/
+90
*
regenerate dependencies
Todd C. Miller
2021-10-10
2
-4
/
+10
*
iolog_parse_json_object: optimize for large argv
Todd C. Miller
2021-10-01
1
-9
/
+19
*
Use a consistent version of fuzz_conversation() with all fuzzers.
Todd C. Miller
2021-09-28
4
-0
/
+76
*
Fuzzers should not produce output.
Todd C. Miller
2021-09-28
4
-0
/
+39
*
Emulate closefrom() on macOS using proc_pidinfo().
Todd C. Miller
2021-09-27
1
-16
/
+50
*
Move cppcheck suppression annotation to where it needs to be.
Todd C. Miller
2021-09-22
1
-1
/
+1
*
format string fix: print signal number as unsigned.
Todd C. Miller
2021-09-22
1
-1
/
+1
*
iolog_nextid(): make iolog_dir argument const.
Todd C. Miller
2021-09-21
1
-5
/
+13
*
Only append argv[] to the log line if argv[0] is not NULL.
Todd C. Miller
2021-09-19
1
-2
/
+2
*
Use localtime_r() not gmtime_r() when formatting the local time.
Todd C. Miller
2021-09-17
1
-8
/
+10
*
Check strftime(3) return value in all cases.
Todd C. Miller
2021-09-17
3
-18
/
+46
*
Use gmtime_r() and localtime_r() instead of gmtime() and localtime().
Todd C. Miller
2021-09-17
4
-23
/
+23
[next]