serenity/Userland/Utilities
Ali Mohammad Pur 1830996ac9 xml: Avoid UAF in Error return from serenity_main()
ErrorOr<int> cannot own a string, and the string is scrubbed when freed,
so we'd get garbage when errors were printed.
2022-05-08 16:34:58 +02:00
..
abench.cpp LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
adjtime.cpp
allocate.cpp
aplay.cpp LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
arp.cpp arp: Add hostname resolution 2022-04-21 13:17:29 +02:00
asctl.cpp LibAudio+Userland: Remove Audio::LegacyBuffer 2022-05-03 23:09:20 +02:00
base64.cpp base64: Replace char pointer with StringView 2022-05-02 22:18:27 +02:00
basename.cpp
beep.cpp
blockdev.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
bt.cpp
cal.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
cat.cpp
checksum.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
chgrp.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
chmod.cpp
chown.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
chres.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
cksum.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
clear.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
CMakeLists.txt Kernel+Utilities: Add the route utility 2022-04-28 08:41:11 -07:00
cmp.cpp
comm.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
config.cpp config: Allow setting a key to the empty string 2022-04-26 22:42:54 +02:00
copy.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
cp.cpp
cpp-lexer.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
cpp-parser.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
cpp-preprocessor.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
cut.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
date.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
dd.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ddate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
df.cpp
diff.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
dirname.cpp
disasm.cpp LibX86+disasm: Use an output format closer to objdump 2022-04-07 16:50:34 +02:00
disk_benchmark.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
dmesg.cpp
du.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
echo.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
env.cpp env: Use Core::System::exec() 2022-04-11 21:09:42 +02:00
errno.cpp
expr.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
false.cpp
fdtdump.cpp
fgrep.cpp
file.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
find.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
flock.cpp
fortune.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
functrace.cpp Kernel: Stop requiring working malloc for syscall.h includes 2022-05-02 12:44:34 +02:00
gml-format.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
grep.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
gron.cpp
groupadd.cpp
groupdel.cpp
groups.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
gunzip.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
gzip.cpp
head.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
hexdump.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
host.cpp host: Use AK/IPv4Address to determine if argument is host/ip 2022-04-16 22:16:29 -07:00
hostname.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
id.cpp
ifconfig.cpp ifconfig: Stop supporting setting/displaying default gateway 2022-05-01 13:34:27 +02:00
ini.cpp ini: Use String for arguments 2022-04-25 10:47:56 +02:00
install.cpp LibCore+Userland: Remove File::ensure_parent_directories 2022-04-11 00:08:48 +02:00
jp.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
js.cpp LibJS: Convert Console to use MarkedVector<Value> 2022-05-07 01:22:09 +02:00
kcov-example.cpp kcov-example: Port to LibMain 2022-03-29 21:28:29 -07:00
keymap.cpp
kill.cpp
killall.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
less.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
ln.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
logout.cpp
ls.cpp ls: Use Core::System::pledge(..) instead of LibC API 2022-04-03 17:13:51 -07:00
lscpu.cpp lscpu: Show hypervisor_vendor_id if present 2022-04-03 23:20:33 +02:00
lsirq.cpp
lsof.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
lspci.cpp
lsusb.cpp
man.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
markdown-check.cpp markdown-check: Use Core::ArgsParser 2022-03-29 21:28:29 -07:00
matroska.cpp
md.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
mkdir.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
mkfifo.cpp mkfifo: Add support for setting permissions with -m 2022-04-20 18:35:08 +02:00
mknod.cpp
mktemp.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
mount.cpp
mv.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
nc.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
netstat.cpp netstat: Add the wide flag option 2022-04-21 13:17:29 +02:00
nl.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
notify.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
nproc.cpp
ntpquery.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
open.cpp
pape.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
passwd.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
paste.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
pathchk.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
pgrep.cpp
pidof.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ping.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
pls.cpp pls: Use Core::System::exec() 2022-04-11 21:09:42 +02:00
pmap.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
pmemdump.cpp
printf.cpp AK: Differ between long and long long formats 2022-04-14 03:12:56 +04:30
pro.cpp pro: Only attempt to parse a proxy url if it is provided 2022-04-09 14:36:28 +02:00
profile.cpp Utilities/profile: Call split_view() using StringView for command parts 2022-04-18 14:17:01 +02:00
ps.cpp Userland: Fix crash when inputting non-tty device into ps 2022-04-02 21:49:16 +02:00
purge.cpp
pwd.cpp
readelf.cpp LibELF: Name library maps with the full file path 2022-05-07 20:02:00 +02:00
readlink.cpp readlink: Use StringView instead of const char* 2022-03-24 11:57:51 +01:00
realpath.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
reboot.cpp
rev.cpp
rm.cpp
rmdir.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
route.cpp Kernel+route: Support global routing table deletion 2022-04-30 16:24:33 +02:00
run-tests.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
seq.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
shot.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
shuf.cpp
shutdown.cpp
sleep.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
sort.cpp
sql.cpp sql: Re-prompt user for input after unrecognized command 2022-03-24 07:25:04 -04:00
stat.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
strace.cpp Everywhere: Purge all support and usage of framebuffer devices 2022-05-05 20:55:57 +02:00
stty.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
su.cpp su: Change the HOME enviroment variable on login 2022-05-05 20:49:18 +02:00
sync.cpp
syscall.cpp Kernel: Stop requiring working malloc for syscall.h includes 2022-05-02 12:44:34 +02:00
sysctl.cpp
tac.cpp
tail.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
tar.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
tee.cpp tee: Port to LibMain and move to SerenityOS code patterns 2022-03-26 18:39:58 +00:00
telws.cpp telws: Port to LibMain 2022-03-29 21:28:29 -07:00
test-bindtodevice.cpp test-bindtodevice: Port to LibMain 2022-03-29 21:28:29 -07:00
test-fuzz.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
test-imap.cpp
test-pthread.cpp test-pthread: Port to LibMain and let local functions return ErrorOr<T> 2022-03-29 21:28:29 -07:00
test-unveil.cpp test-unveil: Port to LibMain 2022-03-29 21:28:29 -07:00
test.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
test_env.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
timezone.cpp
top.cpp top: Add support for quitting top by pressing q 2022-04-02 23:48:17 +01:00
touch.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
tr.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
traceroute.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
tree.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
true.cpp
truncate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
tt.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
tty.cpp tty: Port to LibMain 2022-03-29 21:28:29 -07:00
umount.cpp
uname.cpp
uniq.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
unzip.cpp unzip: Create parent directory before extracting files 2022-04-27 11:54:57 +02:00
update-cpp-test-results.cpp
uptime.cpp
useradd.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
userdel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
usermod.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
utmpupdate.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
w.cpp
wasm.cpp
watch.cpp Utilities: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
wc.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
which.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
whoami.cpp
wsctl.cpp Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
xargs.cpp Utilities: Read positional arguments as Strings not char*s 2022-04-11 21:09:42 +02:00
xml.cpp xml: Avoid UAF in Error return from serenity_main() 2022-05-08 16:34:58 +02:00
yes.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
zip.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00