index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
socket
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-06
s4-ipv6: fill in family when initialising from sockaddr
Andrew Tridgell
1
-1
/
+13
2011-06-06
s4-ipv6: fix the address family for IPv6 string addresses
Andrew Tridgell
1
-0
/
+5
2011-06-06
s4-ipv6: added socket_address_from_sockaddr_storage()
Andrew Tridgell
1
-0
/
+44
2011-05-03
lib/util Move set_socket_options() into common code.
Andrew Bartlett
1
-160
/
+0
2011-05-03
s4-lib/socket Merge updated set_socket_options from Samba3 -> Samba4
Andrew Bartlett
1
-34
/
+90
2010-03-11
s4:lib/socket Add function to set a port on the socket address
Andrew Bartlett
1
-0
/
+12
2009-12-24
s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...
Stefan Metzmacher
1
-0
/
+30
2009-12-24
s4:lib/socket: add helpers functions to convert between socket_address and ts...
Stefan Metzmacher
1
-0
/
+42
2009-02-13
s4:lib/socket: add socket_address_copy()
Stefan Metzmacher
1
-0
/
+33
2009-01-03
s4:socket: use a socket_wrapper aware function to auto close the fd event for...
Stefan Metzmacher
1
-0
/
+9
2008-11-02
Use environment variable rather than loadparm parameter when testing
Jelmer Vernooij
1
-1
/
+1
2008-11-02
Fix the build.
Jelmer Vernooij
1
-3
/
+1
2008-11-02
Use a separate global for nonblocking socket testing rather than global_loadp...
Jelmer Vernooij
1
-1
/
+3
2008-10-12
Fix warning, prototype.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25522: Convert to standard bool types.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24992: Remove some uses of lp_*().
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23701: when we create a new socket with socket_accept(), clear any flags that
Andrew Tridgell
1
-0
/
+1
2007-10-10
r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer that
Andrew Tridgell
1
-1
/
+9
2007-10-10
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17197: This patch moves the encryption of bulk data on SASL negotiated security
Andrew Bartlett
1
-13
/
+12
2007-10-10
r17168: Now that TLS (and soon SASL) is below the socket layer, we need to
Andrew Bartlett
1
-11
/
+23
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15400: Move the TLS code behind the socket interface.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
1
-10
/
+10
2007-10-10
r15349: Integrate set_socket_options() into the socket library
Jelmer Vernooij
1
-0
/
+108
2007-10-10
r13956: make more functions public
Stefan Metzmacher
1
-39
/
+39
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
1
-34
/
+69
2007-10-10
r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8408: its quite common in our code to free up a connection when we get an
Andrew Tridgell
1
-0
/
+27
2007-10-10
r7626: a new ldap client library. Main features are:
Andrew Tridgell
1
-4
/
+1
2007-10-10
r7476: ensure dgram sockets are created non-blocking. As they usually skip
Andrew Tridgell
1
-0
/
+6
2007-10-10
r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It
Andrew Tridgell
1
-0
/
+16
2007-10-10
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
1
-6
/
+0
2007-10-10
r6562: added support for datagram unix domain sockets in the socket library
Andrew Tridgell
1
-1
/
+2
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
1
-0
/
+5
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4831: added udp support to our generic sockets library.
Andrew Tridgell
1
-22
/
+47
2007-10-10
r4753: added the ability for the generic socket library to handle async
Andrew Tridgell
1
-0
/
+8
2007-10-10
r4686: cerate a function to create a socket by specifying an socket_ops struct
Stefan Metzmacher
1
-8
/
+16
2007-10-10
r3450: portability fixes
Andrew Tridgell
1
-29
/
+29
2007-10-10
r3356: in the standard process model we need to make sure we close all
Andrew Tridgell
1
-0
/
+22
2007-10-10
r3334: Allow disabling IPv6 support using socket:noipv6
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r3333: added configure tests for ipv6 support
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3329: Add support for IPv6
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as well
Andrew Tridgell
1
-2
/
+10
[next]