Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | Hookup new htpasswd. | Florian Obser | |
OK sthen, tedu, benno | |||
2014-03-17 | Re-implement htpasswd from scratch. There is so much bad advice on the | Florian Obser | |
internet that it's better to have a known tool in base. Intentionally not switch compatible with the old htpasswd. The only switch really needed would be for batch mode, but that was inherently insecure in the old htpasswd. Batch mode will be coming shortly. OK sthen, tedu, benno | |||
2014-03-17 | clean up after ourselves. | Marc Espie | |
okay tedu@ | |||
2014-03-17 | describe new features | Ingo Schwarze | |
2014-03-17 | Remove pre-rt_getifa() code to find the address descriptor (ifa) related | Martin Pieuchot | |
to a route entry, no need to do the work twice. This chunk should have been deleted when post-4.4BSD changes from BSD/OS 4.2 were merged more than 10 years ago. While here properly indent the following block. tested by chris@, ok krw@ | |||
2014-03-17 | add /var/unbound/etc/; ok sthen | Jason McIntyre | |
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 | fix memory leaks in error paths when setting up the gatt | Jonathan Gray | |
ok kettenis@ | |||
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 | test -C | Ted Unangst | |
2014-03-17 | fix for new sig header by testing pipe code too ;) | Ted Unangst | |
2014-03-17 | move fingerprint check into verifymsg | Ted Unangst | |
(stop printing fingerprints here; probably not that helpful) | |||
2014-03-17 | clarify a variable or two; ok tedu | Theo de Raadt | |
2014-03-17 | dirs belong in base | 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 | |
writeb64file. idea from deraadt | |||
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 | Zap some globals and a TODO missed in the a.out purge. | Philip Guenther | |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther | |
native size, so eliminate the #defines. ok miod@ | |||
2014-03-16 | grow buffer faster | Ted Unangst | |
2014-03-16 | sync | Theo de Raadt | |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther | |
(namespace pollution!) or talking about its opinion on code. ok krw@ | |||
2014-03-16 | tweak path checks. now you can create keys named ......pub | Ted Unangst | |
by deraadt | |||
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 | |
embed the name of the verification key to save some typing | |||
2014-03-16 | nl appeared in 5.5 | Ted Unangst | |
2014-03-16 | fix typo; unbreak build | Mark Kettenis | |
2014-03-16 | sync | Stuart Henderson | |
2014-03-16 | Remove unused prototypes. | Mark Kettenis | |
2014-03-16 | add unbound.conf and (dnssec) root.key to changelist | Stuart Henderson | |
2014-03-16 | merge conflicts, remove old libldns files | Stuart Henderson | |
2014-03-16 | import unbound 1.4.22 upstream sources, ok brad@ | Stuart Henderson | |
2014-03-16 | descend into man4.octeon | Jonathan Gray | |
2014-02-04 | update to ldns 1.6.17, ok sthen@ | Brad Smith | |
2013-09-22 | update to ldns 1.6.16 | Stuart Henderson | |
2012-08-23 | update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build). | Stuart Henderson | |
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@ | |||
2014-03-16 | Move the logic to deal with devices with broken descriptors into its | Martin Pieuchot | |
own function and don't leave the driver half-configured if a children doesn't set the interrupt function. tested by jeremy@, ok andre@ | |||
2014-03-16 | Convert LED page defines to the common usage names patern, no | Martin Pieuchot | |
functionnal change. ok andre@ | |||
2014-03-16 | Patch up the firmware revision for the ISP1000 firmware since it doesn't | Mark Kettenis | |
return the proper version numbers. From isp(4). | |||
2014-03-16 | Don't use volume keys when in raw-mode (this doesn't work), and let | Martin Pieuchot | |
Xorg driver do the translation and handle them as regular keys. Fixes confusion caused by the volume being changed twice in contradictory ways: once by X programs and once by the ukbd(4) driver. ok ratchov@ |