summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2024-10-23remove duplicate definesJonathan Gray
2024-10-08apply the CVE-2024-8508 fix from unbound (put a limit on resources usedStuart Henderson
2024-10-05Make scaling available for normal mice, too; not just for touchpads.Christopher Zimmermann
2024-09-29add some commas, to aid readability;Jason McIntyre
2024-09-25Correct an indexing error that may leave stale data in the mousecfg buffer.Ulf Brosziewski
2024-09-20remove unneeded semicolons; checked by millert@Jonathan Gray
2024-09-16Close correct file descriptor.Florian Obser
2024-09-15Add handling of "Class" attribute. diff from markusYASUOKA Masahiko
2024-09-15remove unused variablesJonathan Gray
2024-09-11Fix a typoYASUOKA Masahiko
2024-09-10missing "Ar" in previous;Jason McIntyre
2024-09-09When accounting start the type attribute was added twice.YASUOKA Masahiko
2024-09-09Add triple-dots to synopsis as multiple name[=value] arguments may be givenKlemens Nanni
2024-09-06Repair build with gcc.Miod Vallat
2024-09-05Sync to unbound 1.21.0; heavy lifting by sthenFlorian Obser
2024-09-01dhcpleased: fix a sizeof for IMSG_REQUEST_REBOOT.Theo Buehler
2024-08-27Do not send zero sized vendor or client ids.Florian Obser
2024-08-26Use i2s instead of hard coding the imsg type. Suggested by tb.Florian Obser
2024-08-26errno is unset, use fatalx(3) instead of fatal(3).Florian Obser
2024-08-26Be stricter in what we accept from the main process.Florian Obser
2024-08-25Do not peek inside of struct imsg.Florian Obser
2024-08-25sin6_to_str and i2s take a single argument.Florian Obser
2024-08-24Simplify engine_showinfo_ctl()Florian Obser
2024-08-24Stop peeking into struct imsg when relaying control messages.Florian Obser
2024-08-24Do not peek inside of struct imsg.Florian Obser
2024-08-24Helper function for logging imsg type names.Florian Obser
2024-08-19correctly indent a lineJonathan Gray
2024-08-19Replace too flexible inet_aton(3) with getaddrinfo(3).Florian Obser
2024-08-17Fix some memory leaks in the RADIUS part.YASUOKA Masahiko
2024-08-11rework DESCRIPTION for both dhcpleased(8) and slaacd(8) to more accuratelyJason McIntyre
2024-08-09Add 2024 root zone trust-anchor, it is expected to be used in 2026.Florian Obser
2024-08-08Fix a typo in log message.YASUOKA Masahiko
2024-07-18Fix memory leaks and improve id handling of iked_radserver_req.YASUOKA Masahiko
2024-07-15Add e2fs_fsmnt, and the newly defined e2fs_kbytes_written to the list ofMartijn van Duren
2024-07-15bioctl.8:Jason McIntyre
2024-07-14This change allows user to define table inside the anchor like that:Alexandr Nedvedicky
2024-07-14Shuffle verbiage to make page more general. e.g. by mentioningKenneth R Westerback
2024-07-14Fail explicitly on unexptected imsg->hdr_type. Otherwise the followingTobias Heider
2024-07-14sync slaacd(8) log.c to dhcpleased(8)'s version.Florian Obser
2024-07-14log_getverbose() is a void functionFlorian Obser
2024-07-14sync slaacd(8) log.h to dhcpleased(8) log.hFlorian Obser
2024-07-14Unbreak tree by defining log_getverbose() for SMALL buildsTheo Buehler
2024-07-13Reduce if_indextoname(3) usage.Florian Obser
2024-07-13NULL check must be inside the loop. found tobheYASUOKA Masahiko
2024-07-13Fix radius.c again^2. Cancel previous and revert the latest oneYASUOKA Masahiko
2024-07-13Fix radius.c again. Previous was old one.YASUOKA Masahiko
2024-07-13grammar/macro fixes for the radius text;Jason McIntyre
2024-07-13Fix radius.c. Previous it was broken.YASUOKA Masahiko
2024-07-13Add RADIUS support. Authentication, accounting, and "DynamicYASUOKA Masahiko
2024-07-11Make sure we are interested in an interface that shows up.Florian Obser