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
/
source4
/
lib
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:lib/socket: s/private/private_data
Stefan Metzmacher
2009-02-02
1
-3
/
+3
*
s4:lib/socket: don't use gethostbyname2()
Stefan Metzmacher
2009-01-30
2
-9
/
+25
*
s4:socket: use a socket_wrapper aware function to auto close the fd event for...
Stefan Metzmacher
2009-01-03
2
-0
/
+15
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
4
-19
/
+19
*
Rename samba-socket -> samba_socket to fix a couple more compiler
Jelmer Vernooij
2008-12-24
1
-4
/
+4
*
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...
Stefan Metzmacher
2008-12-18
4
-45
/
+5
*
s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...
Stefan Metzmacher
2008-12-17
2
-2
/
+2
*
s4:lib/socket: remove unused code
Stefan Metzmacher
2008-12-17
1
-22
/
+0
*
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
2008-12-17
1
-2
/
+1
*
Use environment variable rather than loadparm parameter when testing
Jelmer Vernooij
2008-11-02
1
-1
/
+1
*
Fix the build.
Jelmer Vernooij
2008-11-02
1
-3
/
+1
*
Use a separate global for nonblocking socket testing rather than global_loadp...
Jelmer Vernooij
2008-11-02
2
-1
/
+5
*
Remove unused include param/param.h.
Jelmer Vernooij
2008-10-24
3
-3
/
+0
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Rename same_net to same_net_v4 for consistency with Samba 3.
Jelmer Vernooij
2008-10-23
1
-3
/
+3
*
Fix warning, prototype.
Jelmer Vernooij
2008-10-12
1
-1
/
+1
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKS
Stefan Metzmacher
2008-05-21
1
-11
/
+5
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
2008-05-18
1
-1
/
+2
*
Use variables for source directory in remaining subsystems.
Jelmer Vernooij
2008-05-18
1
-4
/
+4
*
lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...
Stefan Metzmacher
2008-05-16
1
-25
/
+3
*
lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCAL
Stefan Metzmacher
2008-05-16
1
-10
/
+0
*
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
2008-04-21
1
-1
/
+1
*
Use _OBJ_FILES variables in a couple more places.
Jelmer Vernooij
2008-04-14
1
-12
/
+9
*
Use torture_assert_mem_equal() in a couple more places.
Jelmer Vernooij
2008-04-13
1
-3
/
+3
*
lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSL
Stefan Metzmacher
2008-03-18
2
-47
/
+3
*
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2008-02-20
2
-3
/
+3
*
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
Jelmer Vernooij
2008-02-18
1
-2
/
+2
*
r26467: Use getifaddrs() for interface enumeration and provide replacements f...
Jelmer Vernooij
2007-12-21
2
-437
/
+1
*
r26409: Pass smb ports along.
Jelmer Vernooij
2007-12-21
1
-0
/
+4
*
r26406: Make a copy to prevent modification of the loadparm configuration.
Jelmer Vernooij
2007-12-21
2
-3
/
+10
*
r26405: Import support for getifaddrs from Samba3.
Jelmer Vernooij
2007-12-21
2
-1
/
+107
*
r26404: Disable socket wrapper for the interface detection code to work aroun...
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2007-12-21
2
-12
/
+13
*
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
2007-12-21
3
-54
/
+36
*
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
2007-12-21
3
-5
/
+3
*
r26383: Make interfaces argument explicit.
Jelmer Vernooij
2007-12-21
1
-15
/
+20
*
r26376: Add context for libcli_resolve.
Jelmer Vernooij
2007-12-21
4
-19
/
+19
*
r26335: Specify name_resolve_order to socket code.
Jelmer Vernooij
2007-12-21
4
-6
/
+21
*
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
2007-12-21
2
-18
/
+19
*
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
2007-12-21
1
-9
/
+8
*
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...
Jelmer Vernooij
2007-12-21
2
-37
/
+30
*
r25600: fix stupid typo...this should fix the build on sunX
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...
Jelmer Vernooij
2007-10-10
2
-12
/
+17
*
r25522: Convert to standard bool types.
Jelmer Vernooij
2007-10-10
6
-69
/
+69
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25411: Fix IPv6 socket backend.
Jelmer Vernooij
2007-10-10
1
-10
/
+12
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
3
-3
/
+3
*
r25384: Support DGRAM IPv6 sockets.
Jelmer Vernooij
2007-10-10
1
-10
/
+23
[next]