summaryrefslogtreecommitdiffstats
path: root/source/lib/interface.c
Commit message (Expand)AuthorAgeFilesLines
* merge from APPLIANCE_HEADGerald Carter2001-11-281-2/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-5/+3
* Don't initialise static pointers to NULL.Tim Potter2001-11-231-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+2
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* - sorry, forgot to check a pointerSimo Sorce2001-07-031-3/+5
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-011-5/+5
* samba/source/nmbd/nmbd.c change remote_machine name to nmbd insteadHerb Lewis2001-02-151-5/+7
* Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.Jeremy Allison2000-11-101-2/+2
* we don't need fnmatch.c any moreAndrew Tridgell2000-04-301-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-229/+223
* tridge the destroyer returns!Andrew Tridgell1998-09-051-17/+0
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-1/+1
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+22
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-191/+36
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1998-01-071-1/+5
* avoid the ~ operator in netmask operations as apparently it causesAndrew Tridgell1997-12-291-33/+55
* Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1997-12-231-1/+1
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-4/+33
* change a debug levelAndrew Tridgell1997-11-011-3/+3
* Big change to make nmbd code more readable/understandable.Jeremy Allison1997-10-231-4/+10
* .cvsignore: Added make_smbcodepageJeremy Allison1997-10-171-0/+12
* added loopback_ip. This is used to detect packets from ourselvesAndrew Tridgell1997-10-151-0/+2
* increase the debug level in the "added interface" debug lineAndrew Tridgell1997-10-071-3/+3
* Correctly rolled back interface.c (I was working on an olderJeremy Allison1997-09-261-210/+186
* added code from Philip A Prindeville <philipp@enteka.com> which expandsLuke Leighton1997-09-231-186/+210
* interface.c: Fix for AIX4.x finding interfaces.Samba Release Account1997-07-111-1/+1
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Large changes from jra@cygnus.com. Mainly browser updates.Samba Release Account1997-04-091-2/+2
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-1/+1
* changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1996-08-141-6/+6
* applying login updates from jim@oxfordcc.co.uk, sent in bySamba Release Account1996-08-091-0/+1
* removed the remote interfaces stuff.Andrew Tridgell1996-07-221-7/+1
* added local and remote interfaces (didn't get done in first attempt)Samba Release Account1996-06-291-23/+34
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* - added comments to byteorder.h explaining how it works.Andrew Tridgell1996-06-081-0/+4
* - added predict.c, moving the routines from util.cAndrew Tridgell1996-06-071-0/+27
* - added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell1996-06-061-0/+421