index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent
Jeremy Allison
2007-10-10
1
-4
/
+8
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-2
/
+2
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-39
/
+7
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
merge from APPLIANCE_HEAD
Gerald Carter
2001-11-28
1
-2
/
+0
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-5
/
+3
*
Don't initialise static pointers to NULL.
Tim Potter
2001-11-23
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-5
/
+2
*
a bunch of fixes from the sflight to seattle
Andrew Tridgell
2001-08-20
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
- sorry, forgot to check a pointer
Simo Sorce
2001-07-03
1
-3
/
+5
*
"netbios aliases" and "interfaces" options change from P_STRING to P_LIST
Simo Sorce
2001-07-01
1
-5
/
+5
*
samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
Herb Lewis
2001-02-15
1
-5
/
+7
*
Fix from John E. Malmberg <wb8tyw@qsl.net> for -1 return in interfaces scan.
Jeremy Allison
2000-11-10
1
-2
/
+2
*
we don't need fnmatch.c any more
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-229
/
+223
*
tridge the destroyer returns!
Andrew Tridgell
1998-09-05
1
-17
/
+0
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-1
/
+1
*
changed the format of the wins.dat file slightly.
Andrew Tridgell
1998-08-30
1
-0
/
+22
*
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1998-07-29
1
-191
/
+36
*
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1998-04-13
1
-1
/
+1
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-1
/
+1
*
includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.
Jeremy Allison
1998-01-07
1
-1
/
+5
*
avoid the ~ operator in netmask operations as apparently it causes
Andrew Tridgell
1997-12-29
1
-33
/
+55
*
Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>
Jeremy Allison
1997-12-23
1
-1
/
+1
*
This is it ! The mega-merge of the JRA_NMBD_REWRITE branch
Jeremy Allison
1997-12-13
1
-4
/
+33
*
change a debug level
Andrew Tridgell
1997-11-01
1
-3
/
+3
*
Big change to make nmbd code more readable/understandable.
Jeremy Allison
1997-10-23
1
-4
/
+10
*
.cvsignore: Added make_smbcodepage
Jeremy Allison
1997-10-17
1
-0
/
+12
*
added loopback_ip. This is used to detect packets from ourselves
Andrew Tridgell
1997-10-15
1
-0
/
+2
*
increase the debug level in the "added interface" debug line
Andrew Tridgell
1997-10-07
1
-3
/
+3
*
Correctly rolled back interface.c (I was working on an older
Jeremy Allison
1997-09-26
1
-210
/
+186
*
added code from Philip A Prindeville <philipp@enteka.com> which expands
Luke Leighton
1997-09-23
1
-186
/
+210
*
interface.c: Fix for AIX4.x finding interfaces.
Samba Release Account
1997-07-11
1
-1
/
+1
*
'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)
Samba Release Account
1997-05-08
1
-1
/
+1
*
Large changes from jra@cygnus.com. Mainly browser updates.
Samba Release Account
1997-04-09
1
-2
/
+2
*
Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...
Samba Release Account
1997-01-09
1
-1
/
+1
*
changed "unsigned long" to "uint32" in several places (for IP
Andrew Tridgell
1996-08-14
1
-6
/
+6
*
applying login updates from jim@oxfordcc.co.uk, sent in by
Samba Release Account
1996-08-09
1
-0
/
+1
*
removed the remote interfaces stuff.
Andrew Tridgell
1996-07-22
1
-7
/
+1
*
added local and remote interfaces (didn't get done in first attempt)
Samba Release Account
1996-06-29
1
-23
/
+34
*
got rid of a lot of redundent header files as we now globally generate
Andrew Tridgell
1996-06-10
1
-1
/
+0
*
- added comments to byteorder.h explaining how it works.
Andrew Tridgell
1996-06-08
1
-0
/
+4
*
- added predict.c, moving the routines from util.c
Andrew Tridgell
1996-06-07
1
-0
/
+27
*
- added interface.c and removed all the references to myip, bcast_ip
Andrew Tridgell
1996-06-06
1
-0
/
+421