Age | Commit message (Expand) | Author |
2014-03-18 | <sys/agpio.h> is gone; pointed out by Benoit Lecocq. | Mark Kettenis |
2014-03-17 | Stop nagging after 5 non-bcrypt hashes | Florian Obser |
2014-03-17 | flock password file | Florian Obser |
2014-03-17 | as suggested by schwarze, reshuffle STANDARDS text detailing posix features | Jason McIntyre |
2014-03-17 | reword to make it clearer this is not nginx-specific; | Jason McIntyre |
2014-03-17 | move ftruncate down, lessen the chance that the file it might be left | Sebastian Benoit |
2014-03-17 | uucp cleansing | Ted Unangst |
2014-03-17 | this file is dead | Ted Unangst |
2014-03-17 | old descriptions of des and blowfish are old. maybe ok deraadt | Ted Unangst |
2014-03-17 | Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle() | Alexandre Ratchov |
2014-03-17 | fix wrong file status strings | Alexandre Ratchov |
2014-03-17 | typo in debug printf | Alexandre Ratchov |
2014-03-17 | unbreak monitoring mode, which was shifted in time by 1 block | Alexandre Ratchov |
2014-03-17 | in apropos(1) output, sort names and avoid multiple section numbers | Ingo Schwarze |
2014-03-17 | quiet time is over | Ted Unangst |
2014-03-17 | use Ex; | Jason McIntyre |
2014-03-17 | No need for \t in usage(), pointed out by sthen and should have been | Florian Obser |
2014-03-17 | tweak previous; | Jason McIntyre |
2014-03-17 | The correct idiom is of course the umask song and dance. Brain-fart by | Florian Obser |
2014-03-17 | Hookup new htpasswd. | Florian Obser |
2014-03-17 | Re-implement htpasswd from scratch. There is so much bad advice on the | Florian Obser |
2014-03-17 | clean up after ourselves. | Marc Espie |
2014-03-17 | describe new features | Ingo Schwarze |
2014-03-17 | remove Berkeley DB parts | Ingo Schwarze |
2014-03-17 | sync to bsd.lv: remove the Berkeley DB specific parts and document -n | Ingo Schwarze |
2014-03-17 | simplify readmsg loop | Ted Unangst |
2014-03-17 | tweak a few messages | Ted Unangst |
2014-03-17 | check memcmp return explicitly | Ted Unangst |
2014-03-17 | pull out the pubkey reading bits | Ted Unangst |
2014-03-17 | refactor and recombine verify functions. | Ted Unangst |
2014-03-17 | move fingerprint check into verifymsg | Ted Unangst |
2014-03-17 | clarify a variable or two; ok tedu | Theo de Raadt |
2014-03-17 | have to fill in comment before we can use it. | Ted Unangst |
2014-03-16 | do filename check in the other place too. needs a refactor | Ted Unangst |
2014-03-16 | resolve espie's complaints about appendall (maybe) by folding it into | Ted Unangst |
2014-03-16 | secretly document the signature comment public key name stuff | Ted Unangst |
2014-03-16 | oops, forgot the err function here. noticed by Henri Kemppainen | Ted Unangst |
2014-03-16 | we want strncmp here to be safer. spotted by halex. | Ted Unangst |
2014-03-16 | grow buffer faster | Ted Unangst |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-03-16 | tweak path checks. now you can create keys named ......pub | Ted Unangst |
2014-03-16 | prevent common(?) mistake. can't use a directory as a file | Ted Unangst |
2014-03-16 | check the inferred path is in /etc/signify | Ted Unangst |
2014-03-16 | start trusting the untrusted comment. (a little) | Ted Unangst |
2014-03-16 | nl appeared in 5.5 | Ted Unangst |
2014-03-15 | Improve usage() and documentation towards the standard form. In particular, | Theo de Raadt |
2014-03-14 | .depend is definitely not *appended* to Makefile. Its rules are also | Marc Espie |
2014-03-14 | Check if buffer is to be saved as a directory. | Mark Lumsden |
2014-03-14 | better wording; | Jason McIntyre |
2014-03-13 | In -Tutf8 mode, make sure that hyphens get counted against the output line | Ingo Schwarze |