What is the preferred coding style for dnrd? In any case, I would like to use indent to reformat my source code changes, it defaults to GNU, would that be...
Rick Price (x2394)
rickp@...
Apr 5, 2000 1:16 pm
141
... Basically, match the style of the current files. 4-space indents, 8-space tabs. ALWAYS use braces with if/while/etc., UNLESS it fits on a single line. ...
Brad M. Garcia
bgarcia@...
Apr 5, 2000 3:43 pm
142
On the topic of dns based routing I just stumbled across an RFC, I haven't looked at it, you might find it interesting. http://www.forthnet.gr/DNS/rfcs.html ...
Rick Price (x2394)
rickp@...
Apr 11, 2000 6:29 pm
143
I seem to be finished my modifications of dnrd so it will support dhcp and automatic reloading of files when they change (these are optional features). These...
Rick Price (x2394)
rickp@...
Apr 11, 2000 6:39 pm
144
Hi everyone, As we continue to look at dnrd for the next major release of freesco, ( http://www.freesco.org ) a few ideas have come to mind which I'd be ...
Simon Byrnand
sbyrnand@...
Apr 19, 2000 6:57 am
145
... Probably not, but it shouldn't be too hard to add this. ... I can't think of one either. Unless someone has an objection, I would simply like dnrd to...
Brad Garcia
garsh@...
Apr 19, 2000 11:27 am
146
I may be able to do some of this since I am working with Simon anyway. I will publish my intentions before I change anything so we stay coordinated. But it...
Rick Price (x2394)
rickp@...
Apr 19, 2000 2:50 pm
147
DNRD seems to return a lookup failure for addresses that are in a domain you have set up, but that are not configured to be authoritative, shouldn't it pass...
Rick Price (x2394)
rickp@...
Apr 24, 2000 2:59 pm
148
... Yes. Are you sure the main DNS server isn't returning the failure? Are you sure you're running drnd with the correct "-s" option(s)? Brad Garcia Want a job...
Brad Garcia
garsh@...
Apr 24, 2000 4:51 pm
149
It was because I forgot the -s option....
Rick Price (x2394)
rickp@...
Apr 24, 2000 7:45 pm
150
Hi. I have an e-mail server connected to internet through a TIS firewall with smap and dnrd 2.7 over Redhat Linux 6.0. Does exist a way in dnrd to configure an...
José Francisco Bru...
j_brusco@...
May 23, 2000 1:56 pm
151
Hola. Necesito ayuda. Tengo un servidor de correo en una LAN conectada a internet a través de un firewall con smap y dnrd 2.7 sobre Redhat Linux 6.0. Necesito...
José Francisco Bru...
j_brusco@...
May 23, 2000 2:04 pm
152
... I don't believe so. Brad Garcia...
Brad Garcia
bgarcia@...
May 23, 2000 2:45 pm
153
... Dnsmasq sound like it could do this. I haven't tried it myself: http://www.thekelleys.freeserve.co.uk/dnsmasq/doc.html Brad Garcia...
Brad Garcia
garsh@...
May 25, 2000 11:14 am
154
Hello, I did test dnrd on Linux and it works quite well , ... Now , I want to put it into production on Solaris ... I don't really succeed to compile it Is...
Dullers, Tijl [NCSBE ...
TDULLERS@...
Jun 15, 2000 1:35 pm
155
It works on Solaris! Well, sort of. If someone can clean up the Sparc port, that would be great. While porting to sparc, I ran into a bunch of unaligned...
Brad Garcia
garsh@...
Jun 15, 2000 5:19 pm
156
Hi Brad, Brad Garcia garsh@... schrieb am Don, 15. Jun 2000: now that I've installed the new SuSE Linux PowerPC Edition on a Macintosh I wonder, if it is...
jab-design@...
Jun 22, 2000 4:00 pm
157
... It should work. I know people have run it on Alpha-Linux, and it's partially working on Sparc-Solaris. Try it out, and send your results to the mailing...
Brad Garcia
garsh@...
Jun 22, 2000 4:15 pm
158
Hi Brad, ... Hmm - tried it now for three hours. Again and again. Nothing. I can get the virtual domains via the IP, but not via the domain name that's in the ...
... Brad, I have add support of aliases to dnrd-2.8. With that, is now possible to declare a commun alias for all ISP connections. My first idea was to ...
Brad Garcia
garsh@...
Jul 16, 2000 11:27 am
161
I installed dnrd last night on a couple of my PCs, and afterwards, in the course of testing various applications, I noticed that ftp seemed to be broken....
Jeff Hildebrand
hildebrj@...
Sep 15, 2000 7:44 pm
162
I played around with dnrd-2.8 a little lately and added a few evil things like hash-based cache lookups, a more or less lru sorted expiry list and different,...
Rainer Weikusat
weikusat@...
Oct 28, 2000 12:19 pm
163
Looking up 'http.us.debian.org' via dnrd with debug level at two segfaults after 'additional record #7', because some intelligent specimen obiviously wasn't...
Rainer Weikusat
weikusat@...
Oct 29, 2000 12:51 pm
164
Hi all, Recently, I have installed dnrd to avoid problems with changing DNS servers when using several providers. I have found that dnrd was not properly...
Pawel Konieczny
Pawel.Konieczny@...
Nov 7, 2000 9:24 pm
165
Hi all, As I was playing around with dnrd last night, I was bothered by the restrictions on the -s<ip>:domain> and -s<ip> combinations. in looking through the...
chris@...
Nov 9, 2000 6:18 am
166
Do you have any idea what could be done about this? ... Subject: Bug#77793: dnrd: sits in infinite loop Reply-To: Frederic Briere <fbriere@...>,...
Thomas Schoepf
schoepf@...
Nov 23, 2000 11:46 pm
167
... What about running it in debugging mode & posting the outputs? I know of quite a bunch of race conditions and minor bugs in the dnrd-sources, so it would...
Rainer Weikusat
weikusat@...
Nov 24, 2000 9:04 am
168
I have never observed this behavior. I would suggest compiling dnrd with debugging (-g) turned on, and the next time it happens attach gdb to it (gdb dnrd...
Brad Garcia
garsh@...
Nov 25, 2000 12:01 pm
169
... I never tried to debug a running program before; guess it's time I learned something new. :) My original plan was to run it in foreground (with -d), kill...