Re: pool and restrictions

2017-08-15 Thread Eric S. Raymond via devel
Hal Murray : > > > Fair enough. I have an idea for a simple way to implement this. But I > > can't find where the hole-poking is actually being done - it's apparently > > not via a hack_restrict() call, which is what I'd have expected. Can you > > give me a file and line number? > > ntp_proto

Re: pool and restrictions

2017-08-15 Thread Hal Murray via devel
> Fair enough. I have an idea for a simple way to implement this. But I > can't find where the hole-poking is actually being done - it's apparently > not via a hack_restrict() call, which is what I'd have expected. Can you > give me a file and line number? ntp_proto.c, line 2480, in dns_take_

pool and restrictions

2017-08-15 Thread Eric S. Raymond via devel
Hal Murray write: > When the pool mode adds a server, if needed, it pokes a hole in the > restrictions. > > We need to remove that hole when that server is removed. Fair enough. I have an idea for a simple way to implement this. But I can't find where the hole-poking is actually being done - it'