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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-01
lib/util/time.c: timeval_current_ofs_usec
Rusty Russell
1
-1
/
+1
2011-05-08
s4-interfaces: keep interfaces in the order they were declared
Andrew Tridgell
1
-1
/
+5
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
2
-23
/
+23
2011-05-08
lib/socket move interfaces code to the top level
Andrew Bartlett
3
-334
/
+6
2011-05-08
s4-lib/socket Samba4 is not IPv6 compatible
Andrew Bartlett
1
-0
/
+5
2011-05-08
s4-lib merge get_interfaces() from Samba3 to Samba4
Andrew Bartlett
3
-100
/
+375
2011-05-03
s4-socket: rename allow_access() to socket_allow_access()
Andrew Tridgell
2
-7
/
+7
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
2011-03-19
source4/lib: Fix prototypes for all functions.
Jelmer Vernooij
2
-0
/
+4
2011-03-09
s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()
Stefan Metzmacher
1
-1
/
+1
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
1
-2
/
+1
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2
-61
/
+0
2010-10-26
waf: Remove lib prefix from libraries manually.
Jelmer Vernooij
1
-1
/
+1
2010-10-26
s4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij
1
-2
/
+2
2010-10-24
s4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij
1
-2
/
+2
2010-10-23
s4: Rename LIBNETIF to libnetif.
Jelmer Vernooij
1
-24
/
+20
2010-10-23
s4 socket: increase the debuglevel to make add interface debug messages less ...
Kai Blin
1
-1
/
+1
2010-10-21
s4-socket: make LIBNETIF a private library
Andrew Tridgell
1
-5
/
+6
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-2
/
+2
2010-04-12
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
Stefan Metzmacher
1
-3
/
+3
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-3
/
+0
2010-04-06
s4-waf: more dependencies on talloc
Andrew Tridgell
1
-1
/
+1
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
1
-2
/
+2
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+33
2010-03-26
libutil: moved the networking defines to util_net.h
Andrew Tridgell
3
-0
/
+3
2010-03-11
s4:lib/socket Don't go via a string when resolving addresses in connect_multi
Andrew Bartlett
1
-28
/
+20
2010-03-11
s4:lib/socket Add function to set a port on the socket address
Andrew Bartlett
2
-0
/
+14
2010-02-13
s4-socket: use TYPESAFE_QSORT() in netif code
Andrew Tridgell
1
-1
/
+2
2009-12-24
s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...
Stefan Metzmacher
2
-0
/
+32
2009-12-24
s4:lib/socket: add helpers functions to convert between socket_address and ts...
Stefan Metzmacher
3
-1
/
+48
2009-10-02
s4: fix various warnings (not "const" related ones)
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-19
s4-resolve: fixed a crash bug on timeout
Andrew Tridgell
1
-1
/
+1
2009-02-13
s4:lib/socket: add socket_address_copy()
Stefan Metzmacher
2
-0
/
+35
2009-02-12
Fix Coverity ID 871 -- do not dereference "sp" before checking for NULL
Volker Lendecke
1
-1
/
+3
2009-02-02
s4:lib/socket: s/private/private_data
Stefan Metzmacher
1
-3
/
+3
2009-01-30
s4:lib/socket: don't use gethostbyname2()
Stefan Metzmacher
2
-9
/
+25
2009-01-03
s4:socket: use a socket_wrapper aware function to auto close the fd event for...
Stefan Metzmacher
2
-0
/
+15
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
4
-19
/
+19
2008-12-24
Rename samba-socket -> samba_socket to fix a couple more compiler
Jelmer Vernooij
1
-4
/
+4
2008-12-18
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...
Stefan Metzmacher
4
-45
/
+5
2008-12-17
s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...
Stefan Metzmacher
2
-2
/
+2
2008-12-17
s4:lib/socket: remove unused code
Stefan Metzmacher
1
-22
/
+0
2008-12-17
s4: fix LIBEVENTS dependencies and use more forward declarations
Stefan Metzmacher
1
-2
/
+1
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
2
-1
/
+5
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
3
-3
/
+0
2008-10-23
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
1
-1
/
+1
[next]