summaryrefslogtreecommitdiffstats
path: root/contrib/unbound
Commit message (Collapse)AuthorAgeFilesLines
* Regeneratedes2013-09-247-202/+120
| | | | Approved by: re (blanket)
* Regenerate the configure script before running it.des2013-09-241-1/+3
| | | | | | Set the default config file to /var/unbound/unbound.conf. Approved by: re (blanket)
* Don't include the build date or command-line arguments in the binary.des2013-09-242-15/+0
| | | | Approved by: re (blanket)
* Due to a missing command-line argument, yacc regenerated the parser butdes2013-09-222-339/+135
| | | | | | | not its header file, resulting in a mismatch between the lexer and parser and strange errors when reading the configuration file. Approved by: re (blanket)
* Set props and correct RCS ID tag.des2013-09-212-1/+4
| | | | Approved by: re (blanket)
* Previous commit accidentally left out the umask change.des2013-09-152-4/+4
| | | | Approved by: re (blanket)
* Set the correct prefix and exec-prefix.des2013-09-151-0/+1
| | | | Approved by: re (blanket)
* Regenerate.des2013-09-153-9/+7
| | | | Approved by: re (blanket)
* The unbound-control-setup script needs to be generated so it knows wheredes2013-09-152-1/+164
| | | | | | | to place the keys. Also, the correct umask is 027, not 026, although it's not likely to make any difference. Approved by: re (blanket)
* Add unbound-control.des2013-09-151-1/+2
| | | | Approved by: re (blanket)
* Final #include tweak.des2013-09-152-0/+2
| | | | Approved by: re (blanket)
* Massive constification + solve an alignment issue by using a union.des2013-09-151-66/+63
| | | | Approved by: re (blanket)
* Add missing #includes and fix some incorrect definitions.des2013-09-151-7/+8
| | | | Approved by: re (blanket)
* Wholesale constification.des2013-09-154-25/+25
| | | | Approved by: re (blanket)
* Move more prototypes around, and remove one that wasn't used.des2013-09-152-46/+47
| | | | Approved by: re (blanket)
* Regenerated lexer and parserdes2013-09-152-4393/+2524
| | | | Approved by: re (blanket)
* Generated configuration and documentationdes2013-09-157-0/+3127
| | | | Approved by: re (blanket)
* Forgotten in r255579: #include fixes.des2013-09-151-2/+1
| | | | Approved by: re (blanket)
* Numerous fixes to make Unbound compile cleanly:des2013-09-159-90/+144
| | | | | | | | | | | | | | | | | | - cast through void * to silence alignment warnings (presumably false positives resulting from poor API design) - constify a few function arguments - move prototypes for callbacks into a common header - now that the prototypes are in scope, fix instances of function definitions that don't match the prototype or what the caller actually passes - hide a conditionally unused global variable behind the same #ifdef that controls its use Approved by: re (blanket)
* Move prototypes into header.des2013-09-152-10/+10
| | | | Approved by: re (blanket)
* Two helper scripts for porting Unbound:des2013-09-152-0/+110
| | | | | | | | | | - freebsd-configure.sh runs ./configure with the correct parameters and regenerates the lex and yacc code. - freebsd-sources.pl untangles the upstream Makefile and generates source lists for our Makefiles. Approved by: re (blanket)
* Upgrade to 1.4.20.des2013-04-0570-1882/+4073
|
* Minimal subset of the unbound sources.des2013-04-05221-0/+149932
OpenPOWER on IntegriCloud