Jump to content

libwrap - what is that?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
turbocharged123

turbocharged123

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
I have come across libwrap many times but never got around it and understood what it does? Please shed some light on this topic.

#2
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
So, awhile ago some guys made google, a search thingy everyone keeps talking about. Open it up, type in 'libwrap' and press "Go!." First result.

#3
turbocharged123

turbocharged123

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
I know it's a TCP Wrapper.. but wth does that mean? I tried reading TCP Wrapper - Wikipedia, the free encyclopedia about TCP Wrappers but I'm not a technical person, and I did not understand a thing :/

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Basically, it's a library to assist with network filtering. It is used by several other programs.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
turbocharged123

turbocharged123

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
Network filtering as in Firewall? Or filters the data addressed to you from that addressed to other computers?

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Linux's "firewall" software isn't called a firewall. It has the same effect, however.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
turbocharged123

turbocharged123

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
So if I understood you correctly it's not called firewall.. but libwrap?

#8
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
No. libwrap is a helper library. It facilitates certain types of filtering.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#9
turbocharged123

turbocharged123

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
and when you say helper library is that like a dll? So it can be used by other applications?

#10
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
It looks like it, yes.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#11
turbocharged123

turbocharged123

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
Thanks for your help :)