summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-07-14new sentence, new lineJonathan Gray
2024-07-14spellingJonathan Gray
2024-07-13mmio.c is now empty and can be removedMike Larkin
2024-07-13Add missing RCS header to vmd(8)'s vmm.h.Dave Voutila
2024-07-13Use calloc(3) instead of malloc(3). "accounting" is used withoutYASUOKA Masahiko
2024-07-12Fix a typo in logYASUOKA Masahiko
2024-07-12Fix Disconnect-Ack not to have an Error-Cause attribute. TweakYASUOKA Masahiko
2024-07-12vmd(8): Fix error handling in tx path.Jan Klemkow
2024-07-12Quiet vmd debug logging about page faults.Dave Voutila
2024-07-12Improve duplicate detection and repo_move_validClaudio Jeker
2024-07-12Rename the variable c to ok. It returns if the file failed to parse or not.Claudio Jeker
2024-07-11Update the example because now npppd can be a DAE server.YASUOKA Masahiko
2024-07-11Add Dynamic Authorization Extensions (DAE) for RADIUS server featureYASUOKA Masahiko
2024-07-11Add more attributes to Disconnect-Request following the RFC'sYASUOKA Masahiko
2024-07-10Fix the problem that it breaks the event timer because there is noYASUOKA Masahiko
2024-07-10Fix memory leaks, a use after free, accessing outside the regionYASUOKA Masahiko
2024-07-10Add flags NOPERM, STALLED, SWAPPABLE, DOOMED to -v output.Kenneth R Westerback
2024-07-10Missed some files in previous commit to split vmd into mi/md.Dave Voutila
2024-07-10Split vmd into mi/md parts.Dave Voutila
2024-07-10remove stray ".Xc";Jason McIntyre
2024-07-10grammar tweak;Jason McIntyre
2024-07-10grammar/macro/spelling fixes;Jason McIntyre
2024-07-09vmd(8): Avoid double DHCP reply when using the internal dhcp server.Jan Klemkow
2024-07-09Fix a typoYASUOKA Masahiko
2024-07-09Add radiusd_ipcp(8). A module which provides IP configuration throughYASUOKA Masahiko
2024-07-09Read the whole buffer, not its size minus one.Martin Pieuchot
2024-07-09vmctl(8): set exit code for vmctl stat -rMike Larkin
2024-07-09vmd/vmm: move vm_run_params into mi header.Dave Voutila
2024-07-08Quiet vmd in debug logging mode. We don't need to hear about handledDave Voutila
2024-07-08x509_pubkey_get_ski() should support non-rsa keysTheo Buehler
2024-07-08Ensure that the rpkiManifest is a file in the caRepositoryTheo Buehler
2024-07-08Normalize the rsync caRepository to contain a trailing slashTheo Buehler
2024-07-08Use install -F instead of cat(1); no clue what I was thinking.Antoine Jacoutot
2024-07-08Prevent rewriting /etc/rc.conf.local unconditionnally. Compare the new and oldAntoine Jacoutot
2024-07-08cleanup unused variableFlorian Obser
2024-07-06rework the "random" text:Jason McIntyre
2024-07-04the port to listen on is an optional argument; the default port numberIgor Sobrado
2024-07-04only "decorate-by" is currently supported by the grammar specification.Igor Sobrado
2024-07-04make the CONFIGURATIONS list -compact to fox the item spacing;Jason McIntyre
2024-07-04fix SEE ALSO;Jason McIntyre
2024-07-04- tidy "authenticate" and "account" commands using Xo/XcJason McIntyre
2024-07-03Fix typoJob Snijders
2024-07-03Add missing "module standard". It is needed before use it.YASUOKA Masahiko
2024-07-02Use correct idiom to get mac addresses from ethernet-like interfaces.Florian Obser
2024-07-02minor cleanups, especially DPADDTheo de Raadt
2024-07-02spelling, grammar, macro fixes for previous;Jason McIntyre
2024-07-02Fix previous. The place of "accounting" was wrong.YASUOKA Masahiko
2024-07-02Add support for RADIUS accounting.YASUOKA Masahiko
2024-07-02Change the syntax for "module" and "authenticate". "module" can haveYASUOKA Masahiko
2024-07-01Stop scheduling an I/O event by the timer when the imsg_buf has the dataYASUOKA Masahiko