aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* rc.d/dumpon: minor hardening/tightening upEnji Cooper2026-07-161-5/+8
* rtld: unify the return path for map_object()Konstantin Belousov2026-06-291-6/+4
* rtld: stop using unbound alloca()Konstantin Belousov2026-06-293-25/+63
* rtld: add spinlock around the crt malloc callsKonstantin Belousov2026-06-292-26/+71
* pflog: create bpf tapping points without ifnet(9)Kristof Provost2026-06-281-17/+5
* rc.d: fix lockd and statd flags processing after scvjAlexander Leidinger2026-06-272-2/+4
* rc.d/tmp: Fix dupe mount checkDag-Erling Smørgrav2026-06-261-4/+9
* rc.d/ddb: Really silently exitDag-Erling Smørgrav2026-06-261-2/+2
* rc.firewall: Support on-disk listsDag-Erling Smørgrav2026-06-262-15/+39
* rc.firewall: Use checkyesno for boolean variablesDag-Erling Smørgrav2026-06-261-34/+19
* rc: Make devmatch use load_kldDag-Erling Smørgrav2026-06-231-2/+4
* rc: Improve load_kldDag-Erling Smørgrav2026-06-233-16/+19
* rc: Fix improper use of load_kldDag-Erling Smørgrav2026-06-234-9/+9
* zfskeys - only prompt if zfskeys and zfskeys_prompt are enabledDoug Ambrisko2026-06-232-7/+10
* rtld: Check for -1 as an-end-of-section markerDaniel Levin2026-06-221-2/+4
* rtld-elf: add some tests for parse_integer()Konstantin Belousov2026-06-142-0/+45
* rtld parse_integer(): support binary, octal, and hex C notationsKonstantin Belousov2026-06-141-9/+34
* rc.d/routing: Silence errors for loopback routesPouria Mousavizadeh Tehrani2026-06-121-3/+16
* nuageinit: validate set-name to prevent shell injection in variable namesBaptiste Daroussin2026-06-091-2/+6
* nuageinit: fix shell injection in power_state_change delay and add testBaptiste Daroussin2026-06-092-2/+2
* nuageinit: fix shell command injection in multiple rc.conf.d writesBaptiste Daroussin2026-06-092-82/+53
* nuageinit: use single-quote shell escaping for hostname in rc.conf.dBaptiste Daroussin2026-06-094-9/+9
* nuageinit: Create parent directories in write_filesJesús Daniel Colmenares Oviedo2026-06-082-2/+3
* nuageinit: install certs in /usr/share/certs/trustedBaptiste Daroussin2026-06-063-4/+4
* nuageinit: update documentation for phone_home and final_messageBaptiste Daroussin2026-06-061-1/+32
* nuageinit: expose decode_base64 to fix testsBaptiste Daroussin2026-06-061-0/+1
* nuageinit: implement phone_home supportBaptiste Daroussin2026-06-052-2/+122
* nuageinit: implement final_message supportBaptiste Daroussin2026-06-052-0/+41
* nuage.lua: add encode_base64 helperBaptiste Daroussin2026-06-062-0/+50
* nuageinit: implement power_state_change and locale supportBaptiste Daroussin2026-06-053-0/+166
* nuageinit: implement MIME multipart user-data supportBaptiste Daroussin2026-06-054-0/+132
* nuageinit: implement ca_certs supportBaptiste Daroussin2026-06-053-0/+67
* nuageinit: implement ntp supportBaptiste Daroussin2026-06-053-0/+86
* Revert "libc: Constify the getcap API"Dag-Erling Smørgrav2026-06-051-1/+6
* rc: Bail if /dev/null is not a deviceDag-Erling Smørgrav2026-06-051-0/+5
* nuageinit: implement ssh_authkey_fingerprints supportBaptiste Daroussin2026-06-053-0/+50
* nuageinit: implement keyboard supportBaptiste Daroussin2026-06-053-1/+73
* nuageinit: implement resolv_conf supportBaptiste Daroussin2026-06-054-0/+87
* nuageinit: implement mounts supportBaptiste Daroussin2026-06-054-1/+144
* nuageinit: add tests for bootcmd, ssh_deletekeys, disable_root, manage_etc_hostsBaptiste Daroussin2026-06-051-0/+167
* nuageinit: implement manage_etc_hosts supportBaptiste Daroussin2026-06-053-6/+99
* nuageinit: implement bootcmd supportBaptiste Daroussin2026-06-053-0/+27
* libc: Constify the getcap APIDag-Erling Smørgrav2026-06-041-6/+1
* nuageinit: complete SSH support with ssh_deletekeys and disable_rootBaptiste Daroussin2026-06-043-0/+70
* nuageinit: refactor goto abuse in chpasswd()Baptiste Daroussin2026-06-041-17/+11
* nuageinit: fix update_sshd_config crash when file does not existBaptiste Daroussin2026-06-042-12/+38
* nuageinit: fix TOCTOU in addsshkey, adddoas, addsudoBaptiste Daroussin2026-06-041-40/+52
* nuageinit: fix non-standard f:close(cmd) and remove dead precmdBaptiste Daroussin2026-06-041-4/+3
* nuageinit: remove dead checkgroup(), inline check in purge_group()Baptiste Daroussin2026-06-041-13/+9
* nuageinit: add hostname validation (RFC 952/1123) to sethostname()Baptiste Daroussin2026-06-043-1/+96