History log of /src/usr.sbin/wgconfig |
Revision | Date | Author | Comments |
1.2 | 26-Aug-2020 |
riastradh | wgconfig does not need libcrypt.
|
1.1 | 20-Aug-2020 |
riastradh | [ozaki-r] Add wg files
|
1.12 | 25-Sep-2025 |
christos | Allow the endpoint to be specified by name instead of restricting it to just IP address, and supply the name in the error message.
|
1.11 | 15-Jan-2024 |
wiz | Fix typo in wgconfig(8)
From rudolf in PR 57663
|
1.10 | 26-Aug-2020 |
riastradh | branches: 1.10.6; Clarify wg(4)'s relation to WireGuard, pending further discussion.
Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8) tool compatible with wireguard-tools; update wg(4) for the minor changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just clarifies the current state of affairs as it exists in the development tree for now.
Mark the man page EXPERIMENTAL for extra clarity.
|
1.9 | 21-Aug-2020 |
uwe | Mark up a few missed equal signs as literal.
|
1.8 | 21-Aug-2020 |
uwe | Markup fixes.
|
1.7 | 21-Aug-2020 |
uwe | Fix synopsis.
|
1.6 | 21-Aug-2020 |
riastradh | Fix markup around optional command name.
Avoids emboldened brackets. I remain fuzzy on how grouping in roff works, or doesn't work.
|
1.5 | 20-Aug-2020 |
riastradh | Add missing description for wgconfig `set private-key' command.
|
1.4 | 20-Aug-2020 |
riastradh | Mark up argument as such and write out wgconfig command correctly.
|
1.3 | 20-Aug-2020 |
riastradh | Tweak markup so the square brackets don't become bold.
|
1.2 | 20-Aug-2020 |
riastradh | Fill out WireGuard man pages.
|
1.1 | 20-Aug-2020 |
riastradh | [ozaki-r] Add wg files
|
1.10.6.1 | 11-Mar-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #624):
usr.sbin/wgconfig/wgconfig.8: revision 1.11
Fix typo in wgconfig(8) From rudolf in PR 57663
|
1.7 | 25-Sep-2025 |
christos | Allow the endpoint to be specified by name instead of restricting it to just IP address, and supply the name in the error message.
|
1.6 | 07-May-2023 |
oster | Don't allow "wgconfig add peer ..." to accept invalid options.
Addresses PR bin/57392 .
|
1.5 | 28-Aug-2020 |
tih | branches: 1.5.6; Show the time of the latest handshake properly formatted.
|
1.4 | 21-Aug-2020 |
martin | Use %zu for size_t
|
1.3 | 20-Aug-2020 |
riastradh | Update wgconfig(8) for proplib API changes.
Also check type tags before conversion.
|
1.2 | 20-Aug-2020 |
riastradh | Make `wgconfig --help' and variations work.
|
1.1 | 20-Aug-2020 |
riastradh | [ozaki-r] Add wg files
|
1.5.6.1 | 08-Jun-2023 |
martin | Pull up following revision(s) (requested by oster in ticket #194):
usr.sbin/wgconfig/wgconfig.c: revision 1.6
Don't allow "wgconfig add peer ..." to accept invalid options.
Addresses PR bin/57392 .
|