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