index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsocket: Add "mem_ctx" to socket_create()
Volker Lendecke
2018-02-27
4
-15
/
+12
*
libsocket: Avoid an unnecessary else branch
Volker Lendecke
2018-02-13
1
-1
/
+2
*
source4/lib/socket/socket_ip.c set socket close on exec
Gary Lockyer
2017-12-18
1
-0
/
+3
*
s4: remove ipv6:enabled parameteric option
Björn Jacke
2017-12-13
1
-16
/
+8
*
source4: Change to use lib/util/access functions.
Jeremy Allison
2016-11-16
3
-239
/
+3
*
lib: Fix a pointless error check
Volker Lendecke
2016-08-05
1
-1
/
+2
*
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
2016-02-06
1
-1
/
+1
*
s4:lib:socket: skip extra data in interpret_interface()
Michael Adam
2016-01-26
1
-0
/
+9
*
Rename 'errors' to 'samba-errors' and make it public.
Jelmer Vernooij
2016-01-13
1
-1
/
+1
*
Update mailing list references to point at lists.samba.org
Andrew Bartlett
2015-02-10
1
-1
/
+1
*
s4:lib/tests: add missing #include "torture/local/proto.h"
Stefan Metzmacher
2014-04-02
1
-0
/
+1
*
s4:lib/socket: simplify iface_list_wildcard() and its callers
Stefan Metzmacher
2014-03-07
1
-2
/
+2
*
s4:lib/socket: use the same logic in iface_list_wildcard() as in smbd
Stefan Metzmacher
2014-03-07
1
-21
/
+5
*
s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...
Stefan Metzmacher
2013-07-24
1
-2
/
+2
*
s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...
Andrew Bartlett
2013-07-23
1
-2
/
+2
*
s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...
Andrew Bartlett
2013-03-04
1
-1
/
+1
*
Handle EMSGSIZE on UNIX domain sockets.
Landon Fuller
2013-03-02
1
-9
/
+26
*
s4-socket: Make sure unix socket addresses are null terminated.
Andreas Schneider
2012-12-12
1
-5
/
+5
*
lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...
Andrew Bartlett
2012-07-27
1
-10
/
+0
*
s3: Fix the clustering build
Volker Lendecke
2011-12-17
2
-4
/
+4
*
s4-socket: use set_close_on_exec()
Andrew Tridgell
2011-12-15
2
-0
/
+8
*
s4:lib/socket: add socket_connect_multi_ex_*
Stefan Metzmacher
2011-11-30
2
-10
/
+147
*
s4-socket: allow connect_multi_next_socket to try all the IP for a given host
Matthieu Patou
2011-11-11
1
-12
/
+21
*
s4-socket: detect NULL server in socket connection code
Andrew Tridgell
2011-11-10
1
-0
/
+5
*
s4-socket: do not segfault if the socket is NULL
Matthieu Patou
2011-11-01
1
-0
/
+3
*
s4:lib/socket: don't pass -1 to close()
Stefan Metzmacher
2011-10-31
1
-1
/
+4
*
s4-interfaces: allow pure ipv6 to work
Matthieu Patou
2011-10-16
1
-1
/
+2
*
s4:lib/socket/interface.c - "ifaces" strictly needs to be initialised
Matthias Dieter Wallnöfer
2011-09-12
1
-1
/
+1
*
s4:lib: use tevent_ fns names instead of legcay event_ ones
Simo Sorce
2011-08-13
2
-3
/
+3
*
cli_composite: Lowercase name.
Jelmer Vernooij
2011-07-26
1
-1
/
+1
*
s4:lib/socket: iface_list_wildcard() should only return "::" if we have ipv6 ...
Stefan Metzmacher
2011-07-10
1
-1
/
+13
*
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
2011-06-20
3
-38
/
+38
*
s4-interface: raise the debug level for interface discovery
Andrew Tridgell
2011-06-08
1
-3
/
+3
*
s4-ipv6: fixed iface_list_same_net() for IPv6
Andrew Tridgell
2011-06-07
1
-3
/
+15
*
s4-ipv6: fix iface_list_best_ip() for IPv6
Andrew Tridgell
2011-06-07
1
-1
/
+23
*
s4-ipv6: fill in family when initialising from sockaddr
Andrew Tridgell
2011-06-06
1
-1
/
+13
*
s4-ipv6: fix the address family for IPv6 string addresses
Andrew Tridgell
2011-06-06
1
-0
/
+5
*
s4-ipv6: use the server address family
Andrew Tridgell
2011-06-06
1
-1
/
+1
*
s4-ipv6: enable IPv6 by default
Andrew Tridgell
2011-06-06
1
-2
/
+2
*
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
2011-06-06
1
-2
/
+2
*
s4-ipv6: allow ipv6 to be enabled/disabled in smb.conf
Andrew Tridgell
2011-06-06
1
-11
/
+20
*
s4-ipv6: fixed ipv6_listen() to use IPV6_V6ONLY
Andrew Tridgell
2011-06-06
1
-4
/
+24
*
s4-ipv6: added socket_address_from_sockaddr_storage()
Andrew Tridgell
2011-06-06
2
-0
/
+48
*
s4-ipv6: added ipv4 functions to interface code
Andrew Tridgell
2011-06-06
1
-0
/
+32
*
s4-ipv6: fixed a warning
Andrew Tridgell
2011-06-06
1
-1
/
+1
*
s4-ipv6: allow IPv6 addresses in our interfaces list
Andrew Tridgell
2011-06-06
1
-5
/
+0
*
s4-ipv6: added iface_list_wildcard()
Andrew Tridgell
2011-06-06
2
-1
/
+29
*
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
2011-06-01
1
-1
/
+1
*
s4-interfaces: keep interfaces in the order they were declared
Andrew Tridgell
2011-05-08
1
-1
/
+5
*
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
2011-05-08
2
-23
/
+23
[next]