summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-17Hookup new htpasswd.Florian Obser
OK sthen, tedu, benno
2014-03-17Re-implement htpasswd from scratch. There is so much bad advice on theFlorian 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-17clean up after ourselves.Marc Espie
okay tedu@
2014-03-17describe new featuresIngo Schwarze
2014-03-17Remove pre-rt_getifa() code to find the address descriptor (ifa) relatedMartin 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-17add /var/unbound/etc/; ok sthenJason McIntyre
2014-03-17remove Berkeley DB partsIngo Schwarze
2014-03-17sync to bsd.lv: remove the Berkeley DB specific parts and document -nIngo Schwarze
2014-03-17fix memory leaks in error paths when setting up the gattJonathan Gray
ok kettenis@
2014-03-17simplify readmsg loopTed Unangst
2014-03-17tweak a few messagesTed Unangst
2014-03-17check memcmp return explicitlyTed Unangst
2014-03-17pull out the pubkey reading bitsTed Unangst
2014-03-17refactor and recombine verify functions.Ted Unangst
2014-03-17test -CTed Unangst
2014-03-17fix for new sig header by testing pipe code too ;)Ted Unangst
2014-03-17move fingerprint check into verifymsgTed Unangst
(stop printing fingerprints here; probably not that helpful)
2014-03-17clarify a variable or two; ok teduTheo de Raadt
2014-03-17dirs belong in baseTheo de Raadt
2014-03-17have to fill in comment before we can use it.Ted Unangst
2014-03-16do filename check in the other place too. needs a refactorTed Unangst
2014-03-16resolve espie's complaints about appendall (maybe) by folding it intoTed Unangst
writeb64file. idea from deraadt
2014-03-16secretly document the signature comment public key name stuffTed Unangst
2014-03-16oops, forgot the err function here. noticed by Henri KemppainenTed Unangst
2014-03-16we want strncmp here to be safer. spotted by halex.Ted Unangst
2014-03-16Zap some globals and a TODO missed in the a.out purge.Philip Guenther
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
native size, so eliminate the #defines. ok miod@
2014-03-16grow buffer fasterTed Unangst
2014-03-16syncTheo de Raadt
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
(namespace pollution!) or talking about its opinion on code. ok krw@
2014-03-16tweak path checks. now you can create keys named ......pubTed Unangst
by deraadt
2014-03-16prevent common(?) mistake. can't use a directory as a fileTed Unangst
2014-03-16check the inferred path is in /etc/signifyTed Unangst
2014-03-16start trusting the untrusted comment. (a little)Ted Unangst
embed the name of the verification key to save some typing
2014-03-16nl appeared in 5.5Ted Unangst
2014-03-16fix typo; unbreak buildMark Kettenis
2014-03-16syncStuart Henderson
2014-03-16Remove unused prototypes.Mark Kettenis
2014-03-16add unbound.conf and (dnssec) root.key to changelistStuart Henderson
2014-03-16merge conflicts, remove old libldns filesStuart Henderson
2014-03-16import unbound 1.4.22 upstream sources, ok brad@Stuart Henderson
2014-03-16descend into man4.octeonJonathan Gray
2014-02-04update to ldns 1.6.17, ok sthen@Brad Smith
2013-09-22update to ldns 1.6.16Stuart Henderson
2012-08-23update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build).Stuart Henderson
2012-03-26Import 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-16Move the logic to deal with devices with broken descriptors into itsMartin 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-16Convert LED page defines to the common usage names patern, noMartin Pieuchot
functionnal change. ok andre@
2014-03-16Patch up the firmware revision for the ISP1000 firmware since it doesn'tMark Kettenis
return the proper version numbers. From isp(4).
2014-03-16Don't use volume keys when in raw-mode (this doesn't work), and letMartin 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@