Re: [asterisk-dev] libwrap

2006-08-08 Thread Jeffrey C. Ollie
On Tue, 2006-08-08 at 17:15 -0400, Peter Beckman wrote:
>
>   In a completely somewhat-related question, is this lack of dependence on
>   external libraries, other than the list below, the reason why Asterisk
>   does not use the seemingly common ./configure scripts?

Asterisk 1.4 will use autoconf, although not in quite the usual way.

Jeff



signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Tilghman Lesher
On Tuesday 08 August 2006 16:15, Peter Beckman wrote:
>   In a completely somewhat-related question, is this lack of
> dependence on external libraries, other than the list below, the
> reason why Asterisk does not use the seemingly common ./configure
> scripts?

It does in trunk.

-- 
Tilghman
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Steven Critchfield
On Tue, 2006-08-08 at 17:15 -0400, Peter Beckman wrote:
> On Tue, 8 Aug 2006, Tilghman Lesher wrote:
> 
> > On Tuesday 08 August 2006 13:29, Peter Beckman wrote:
> >> Noticed that Asterisk doesn't use libwrap.  Any reason?  Could it be
> >> added? It would be handy.
> >
> > The fact that Asterisk does not have external dependencies now is
> > entirely by design.  Unless there's a convincing argument put through
> > to start, I don't expect that to change.
> 
>   It'd be nice as an option; I don't know how difficult it is to put hooks
>   into Asterisk to allow for the inclusion of the library.
> 
>   I agree, it shouldn't be a requirement, but it is a nice-to-have for those
>   of us (unlike Kevin :-) ) who do like using the libwrap built-in controls.

See what it takes to put that in but as a compile time option. At that
point it might make it in.

>   In a completely somewhat-related question, is this lack of dependence on
>   external libraries, other than the list below, the reason why Asterisk
>   does not use the seemingly common ./configure scripts?

No, lack of outside dependence has more to do with licensing issues. 

The ./configure scripts are not being used mainly because we couldn't
get enough people around for long enough to do the autoconf stuff. I
think that is changing, but I haven't run any of the trunk stuff to look
at the new build procedures.
-- 
Steven Critchfield <[EMAIL PROTECTED]>

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Peter Beckman

On Tue, 8 Aug 2006, Tilghman Lesher wrote:


On Tuesday 08 August 2006 13:29, Peter Beckman wrote:

Noticed that Asterisk doesn't use libwrap.  Any reason?  Could it be
added? It would be handy.


The fact that Asterisk does not have external dependencies now is
entirely by design.  Unless there's a convincing argument put through
to start, I don't expect that to change.


 It'd be nice as an option; I don't know how difficult it is to put hooks
 into Asterisk to allow for the inclusion of the library.

 I agree, it shouldn't be a requirement, but it is a nice-to-have for those
 of us (unlike Kevin :-) ) who do like using the libwrap built-in controls.

 In a completely somewhat-related question, is this lack of dependence on
 external libraries, other than the list below, the reason why Asterisk
 does not use the seemingly common ./configure scripts?

 Libraries linked to /usr/sbin/asterisk:
libdl.so.2 => /lib/libdl.so.2 (0x4001d000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40021000)
libncurses.so.5 => /usr/lib/libncurses.so.5 (0x40072000)
libm.so.6 => /lib/libm.so.6 (0x400b4000)
libresolv.so.2 => /lib/libresolv.so.2 (0x400db000)
libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x400ed000)
libc.so.6 => /lib/libc.so.6 (0x4011e000)
/lib/ld-linux.so.2 (0x4000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x4023c000)

Beckman
---
Peter Beckman  Internet Guy
[EMAIL PROTECTED] http://www.purplecow.com/
---
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Kevin P. Fleming
- Peter Beckman <[EMAIL PROTECTED]> wrote:
>   AFAIK Yes, based on the assumption that TFTP is UDP-based, and this
> email
>   seems to confirm that libwrap access control via hosts.allow for
> TFTP
>   (which uses UDP) is supported by libwrap:
> http://www.xinetd.org/pipermail/xinetd/2003-June/000145.html

Generally speaking many people are happier using firewalling facilities 
provided by their kernels, rather than building this functionality into 
userspace applications. Personally I -never- use libwrap facilities in any 
daemons I run :-)

-- 
Kevin P. Fleming
Senior Software Engineer
Digium, Inc.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Tilghman Lesher
On Tuesday 08 August 2006 13:29, Peter Beckman wrote:
> Noticed that Asterisk doesn't use libwrap.  Any reason?  Could it be
> added? It would be handy.

The fact that Asterisk does not have external dependencies now is
entirely by design.  Unless there's a convincing argument put through
to start, I don't expect that to change.

-- 
Tilghman
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Peter Beckman

On Tue, 8 Aug 2006, Eric "ManxPower" Wieling wrote:


Peter Beckman wrote:

Hey folks --

Noticed that Asterisk doesn't use libwrap.  Any reason?  Could it be added?
It would be handy.


Does libwrap support UDP?


 AFAIK Yes, based on the assumption that TFTP is UDP-based, and this email
 seems to confirm that libwrap access control via hosts.allow for TFTP
 (which uses UDP) is supported by libwrap:
   http://www.xinetd.org/pipermail/xinetd/2003-June/000145.html

Beckman
---
Peter Beckman  Internet Guy
[EMAIL PROTECTED] http://www.purplecow.com/
---
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev


Re: [asterisk-dev] libwrap

2006-08-08 Thread Eric "ManxPower" Wieling

Peter Beckman wrote:

Hey folks --

Noticed that Asterisk doesn't use libwrap.  Any reason?  Could it be added?
It would be handy.


Does libwrap support UDP?

--
Now accepting new clients in Birmingham, Atlanta, Huntsville, 
Chattanooga, and Montgomery.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev


[asterisk-dev] libwrap

2006-08-08 Thread Peter Beckman

Hey folks --

Noticed that Asterisk doesn't use libwrap.  Any reason?  Could it be added?
It would be handy.

Beckman
---
Peter Beckman  Internet Guy
[EMAIL PROTECTED] http://www.purplecow.com/
---
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev