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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-15
lib: Save lines by avoiding explicit ZERO_STRUCTP calls
Volker Lendecke
1
-3
/
+1
2025-03-12
s3/lib: fix matching interfaces with multiple assigned IPs
Ralph Boehme
1
-1
/
+4
2024-04-16
lib-interface: Change API for interface 'options'
Vinit Agnihotri
1
-4
/
+4
2024-04-16
lib-interface: Add parsing for interface 'options'
Vinit Agnihotri
1
-3
/
+31
2024-04-16
lib-interface: Add new API to validate interface info for given interface index
Vinit Agnihotri
1
-0
/
+17
2023-07-13
s3:lib: Fix code spelling
Andreas Schneider
1
-1
/
+1
2020-10-14
interface: fix if_index is not parsed correctly
Jones Syue
1
-1
/
+1
2020-08-03
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
1
-0
/
+1
2020-05-07
interface: clarify the quoting for advanced "interfaces" options
Stefan Metzmacher
1
-1
/
+7
2020-05-07
interface: allow overriding speed/cap/if_index for named interfaces
Steven Noonan
1
-11
/
+20
2019-06-30
source3: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
1
-5
/
+12
2019-04-11
lib: Update error check for new string conversion wrapper
Swen Schillig
1
-1
/
+1
2019-03-01
lib: Use wrapper for string to integer conversion
Swen Schillig
1
-4
/
+14
2016-01-26
s3:lib: extend interpret_interface() to optionally read speed, caps, and inde...
Michael Adam
1
-0
/
+105
2016-01-26
s3:lib: remove an unmotivated comment from interpret_interface()
Michael Adam
1
-1
/
+0
2016-01-26
s3:lib: copy speed, cap, and index in add_interface()
Michael Adam
1
-0
/
+3
2015-09-30
s3:lib:interface: break an overly long line
Michael Adam
1
-1
/
+3
2014-04-16
lib-util: rename memdup to smb_memdup and fix all callers
Björn Baumbach
1
-2
/
+2
2011-05-08
s3-lib Use common lib/socket code for get_interfaces() et al
Andrew Bartlett
1
-1
/
+1
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
1
-1
/
+1
2011-03-16
s3-interfaces: only include interfaces.h where needed.
Günther Deschner
1
-0
/
+1
2009-11-18
s3:load_interfaces(): use function gfree_interfaces() that we have.
Michael Adam
1
-9
/
+1
2009-05-18
Fix bug 5681: Do not limit the number of network interfaces
Volker Lendecke
1
-6
/
+9
2009-02-04
Have nmbd check all available interfaces for WINS before failing
Aravind Srinivasan
1
-2
/
+5
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-6
/
+6
2008-10-23
Fix prototype for set_sockaddr_port.
Jelmer Vernooij
1
-1
/
+1
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-19
/
+22
2008-08-19
Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...
Jeremy Allison
1
-2
/
+5
2008-07-02
Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte...
Jeremy Allison
1
-1
/
+1
2007-10-25
Fix bug in writing names into gencache
Jeremy Allison
1
-8
/
+0
2007-10-25
Fix resolve name to resolve IPv6 addresses of link-local%ifaddr
Jeremy Allison
1
-94
/
+23
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-9
/
+5
2007-10-19
Add test for "struct in6_addr" to the HAVE_IPV6 configure test.
Gerald (Jerry) Carter
1
-2
/
+2
2007-10-16
Fix access control code to be IPv6/v4 protocol independent.
Jeremy Allison
1
-1
/
+1
2007-10-15
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
1
-3
/
+3
2007-10-14
Fix one more place for IFF_LOOPBACK
Volker Lendecke
1
-1
/
+1
2007-10-13
Fix a segfault with an unknown interface
Volker Lendecke
1
-1
/
+7
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-185
/
+459
2007-10-10
r25508: Reformatting.
Jeremy Allison
1
-55
/
+69
2007-10-10
r25472: Fix the interfaces code to detect IPv6 interfaces, using the
Jeremy Allison
1
-13
/
+14
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21854: Add gfree_interfaces() to gfree_all().
Günther Deschner
1
-0
/
+12
2007-10-10
r17334: Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r16582: Fix Klocwork #1997 and all generic class of problems
Jeremy Allison
1
-0
/
+4
2007-10-10
r5163: Fix bugzilla 2062:
Jim McDonough
1
-1
/
+6
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent
Jeremy Allison
1
-4
/
+8
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-2
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-39
/
+7
[next]