2006-04-25 |
Bert Hubert | update version |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bert Hubert | make sure destructors are called, cleaning up socket |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bert Hubert | default to gcc for c files |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bert Hubert | work around solaris 8-isms |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Bert Hubert | added design & engineering |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bert Hubert | complete ComboAddressification (things now not only... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Bert Hubert | make dnsscan accept multiple files |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bert Hubert | fix david g's bug one level up as well - we used to... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Bert Hubert | fix crash on malformed EDNS0 packet (thanks David G) |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Bert Hubert | improve error checking and reporting of selftest |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Bert Hubert | add self-test to epoll to detect non-supported kernels... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Bert Hubert | dup2 /dev/null on fd's 0, 1 and 2 to prevent accidental... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Bert Hubert | we don't differentiate between NXDOMAIN and NXRECORDSET... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | documentation, install fix, compilation fix for Solaris... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | oops, search /etc/powerdns not /etc rec-3-0 rec-3.0 |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | move to 3.0! No longer overwrite configuration on make... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | remove bashisms |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | things not only compile but work now too for freebsd... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | work around 3.4.4 compiler bugs (freebsd 6 system compiler) |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Bert Hubert | work around compiler bug |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | make logging really work |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | have to shift the multiplexer to way after fork - freeb... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | add init.d script, install it |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | second one! |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | first manpage |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | ease-of-make stuff, help user compile powerdns |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | fixes for easier packaging |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | solaris completion ports don't survive fork |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | documentation, plus newline termination of 'pong' :-) |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | implement rec_control 'ping', make socket-dir error... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | #ifdef out solaris specifics, fix possible solaris... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | need to ship portsmplexer.cc too |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | add SunOS sysdeps |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Bert Hubert | first shot at solaris completion ports multiplexer... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | oops, need to limit top-remotes |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | placate valgrind + protect powerdns against non-IN... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | implement id.server, version.bind ("version-string... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | make advanced multiplexers and --fork play nicely |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | spiff up ipv6 output a bit, work around odd linker... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | tyop |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | keep track of duplicate counts, they show up as unmatch... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | make clientside ipv4/ip6 agnostic, including allow... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | build fixes |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | remove sample code from kqueuemplexer, fix huge fd... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | fix duplicate return of sockets to the pool, improve... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | fix timeouts of running TCP client queries - we shouldn... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | fix 'removing unlisted fd from multiplexer' |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | abstract out part of the common logic |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | update version |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Bert Hubert | enable logging to syslog (oops) |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | save some memory, s/kqueue/epoll/ |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | hook up tcp timeout var again |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | remove debugging chatter |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | implement OS specific sysdeps + compiletime selection... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | add automatic mplexer selection at runtime, still need... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | make kqueue mplexer actually work |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | first shot, wrote it under linux hehe |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | move to mplexer |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | add epoll mplexer, update selectmplexer |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | valgrind spotted some undefined variables |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | start of mother of all multiplexors :-) |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | fix TCP outgoing error handling, fixing possible crashe... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Bert Hubert | work around gcc 4.0 bug, prepare move to boost::functio... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | make nearMisses only account for the proper fd |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | fix djbdns-mode |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | move full-blown djbdns-style socket-per-query support |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | make it work |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | make anti-spoofing measures question and not ip address... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | implement stunningly cool spoofing protection, plus... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | add query-local-port, and make us move around if unset |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | WARNING WARNING: We now listen on 127.0.0.1 by default... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | actually check output of sendEvent and log |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | mtasked did 3 or 4 walks of waiter-list for each call... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | passed around strings to asynresolve as a char*, causin... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | sigh.. some queries have embedded nulls in them, which... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | improve MX-record parsing for additional processing... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | add tool dnsscan (mostly for internal use) |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | prevent possible crashes (score one for valgrind) |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | small compile cleanup |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | silence warning |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | also compress the first answer against the question... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | don't packet cache notifications! Thanks again to Dan... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | fix crashes in tcp receiver (thanks Dan Bilik <dan... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | fix memory leak (Dan Bilik <dan@mail.neosystem.cz>... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | fix handling of truncated packets with partial records... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | slightly improve error messages and reporting, attempti... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | consolidate license change previously announced here: |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | the FSF has moved! |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | forgot to commit - need to update server parser errors... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add counts for broken packets |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | generally spiff up appearance, nothing real |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add unauthorized-udp, unauthorized-tcp, client-parse... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add hardcoded support for 127.0.0.1 and 1.0.0.127.in... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add support for CERT record (RFC 2538) to MOADNSParser |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bert Hubert | Try to prevent the 'Oops, sent partial answer' error... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bert Hubert | implement very simple SMP support |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Bert Hubert | inline "strcasecmp" (stolen from glibc), short-circuit... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Bert Hubert | 1) make everyting intrinsically case-insensitive |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Bert Hubert | add max-tcp-per-client to limit number of TCP connectio... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Bert Hubert | documentation, retuned cache pruning - should take... |
commit | commitdiff | tree | snapshot |
next |