Age | Commit message (Expand) | Author |
2016-09-03 | Add userland parts for BFD. Can't work if you don't have it enabled in | Peter Hessler |
2016-09-03 | Retire zaurus, as it hasn't made the EABI jump and will be permanently broken | Philip Guenther |
2016-09-03 | shorten s_time; help/ok bcook | Jason McIntyre |
2016-09-03 | remove parens from method calls | Ted Unangst |
2016-09-03 | naddy@ pointed out that SHA512/256 is slightly different | Marc Espie |
2016-09-03 | the SMALL code made a half hearted effort to exclude compression code | Ted Unangst |
2016-09-03 | fix parameters checking | Marc Espie |
2016-09-03 | MAJOR tweak: switch to SHA512/256 | Marc Espie |
2016-09-03 | start pulling apart some function pointers that take too many parameters | Ted Unangst |
2016-09-03 | nitpicks. all header info is relative. make gzheader freeable. | Marc Espie |
2016-09-03 | the sudo timeout was 5 minutes i believe, so we'll match that. | Ted Unangst |
2016-09-02 | style polishing | Ted Unangst |
2016-09-02 | replace exit() with err() and errx() so user knows what happened | Ted Unangst |
2016-09-02 | use err() instead of errx when an errno is set | Ted Unangst |
2016-09-02 | Fix 'c'hange command handling if last line of a file is removed. | Tobias Stoeckmann |
2016-09-02 | the old check for when verify needed to create files (affecting pledge) | Ted Unangst |
2016-09-02 | combine the pledge switch with the execution switch. no changes yet, | Ted Unangst |
2016-09-02 | -e and -z cannot be combined | Ted Unangst |
2016-09-02 | space out the example | Ted Unangst |
2016-09-02 | Remember the number of lines scrolled into the history (versus cleared | Nicholas Marriott |
2016-09-02 | clarify that -L will exit without running a command. | Ted Unangst |
2016-09-02 | shorten s_server; | Jason McIntyre |
2016-09-02 | finish the sentence; | Jason McIntyre |
2016-09-02 | add support for the verified auth ioctls using 'persist' rules. | Ted Unangst |
2016-09-02 | _PASSWORD_LEN is length that comes out of crypt(), not a meaningful | Ted Unangst |
2016-09-02 | more jmc tweaks | Marc Espie |
2016-09-02 | document the new stuff, usage nits. | Marc Espie |
2016-09-02 | convert getpass to readpassphrase. from Dimitris Papastamos | Ted Unangst |
2016-09-02 | duplicate var | Marc Espie |
2016-09-02 | add a new option (-z) for signing gzip archives. | Marc Espie |
2016-09-02 | Fix the begin of word issue in vi(1). | Martijn van Duren |
2016-09-02 | move more code into createsig. callers just pass seckey filename. | Ted Unangst |
2016-09-02 | split the sign() function into two, with a pure memory core made | Ted Unangst |
2016-09-02 | style cleanup: sort headers; group and sort variables; no parens for | Theo Buehler |
2016-09-02 | When "makewhatis -d" tries to add to a database that doesn't (yet) exist, | Ingo Schwarze |
2016-09-02 | make sure to explicitly clear memory that is used for password input. | Gleydson Soares |
2016-09-02 | If reading fails, do not go into infinite loop asking for a filename | Otto Moerbeek |
2016-09-02 | Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and add | Vincent Gross |
2016-09-01 | Fix file descriptor leak | Mark Lumsden |
2016-09-01 | don't initialize variables with functions | Ted Unangst |
2016-09-01 | unconst these parameters; i won't be changing bsd auth today. | Ted Unangst |
2016-09-01 | add a -t keytype option for untrusted comment automatic key extraction | Marc Espie |
2016-09-01 | remove "sparc" from a comment | Ingo Schwarze |
2016-09-01 | move "sparc" down to discontinued architectures | Ingo Schwarze |
2016-09-01 | Document all letters used for route flags in "netstat -r". | Alexander Bluhm |
2016-09-01 | move the authentication code to a function | Ted Unangst |
2016-09-01 | Fix possible NULL pointer dereference. | Sunil Nimmagadda |
2016-09-01 | remove sparc support | Ted Unangst |
2016-09-01 | keep the code that endian swaps, but remove the explanation that it's | Ted Unangst |
2016-09-01 | Display all route flags in "route get", "route show" and "netstat -r" | Alexander Bluhm |