aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/encoding.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: c_acc doesn't need to be initializedJason A. Donenfeld2019-02-081-1/+1
|
* tools: fight compiler slightly harderJason A. Donenfeld2019-02-051-1/+1
|
* global: update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-201-2/+2
| | | | | The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments.
* tools: encoding: add missing static array constraintsJason A. Donenfeld2018-06-061-2/+2
|
* tools: constanter time encodingJason A. Donenfeld2018-05-311-15/+21
|
* global: in gnu code, use un-underscored asmJason A. Donenfeld2018-03-021-1/+1
|
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+3
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: style nitsJason A. Donenfeld2017-10-311-0/+6
|
* tools: encoding: be more paranoidJason A. Donenfeld2017-10-171-2/+2
| | | | Needless, but overkill can be fun.
* tools: use key_is_zero for comparing to zerosJason A. Donenfeld2017-09-241-2/+12
| | | | | | | Maybe an attacker on the system could use the infoleak in /proc to gauge how long a wg(8) process takes to complete and determine the number of leading zeros. This is somewhat ridiculous, but it's possible somebody somewhere might at somepoint care in the future, so alright.
* tools: support text-based ipcJason A. Donenfeld2017-05-171-0/+101