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