summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2010-04-06s4-waf: more dependencies on tallocAndrew Tridgell1-1/+1
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-2/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+33
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell3-0/+3
2010-03-11s4:lib/socket Don't go via a string when resolving addresses in connect_multiAndrew Bartlett1-28/+20
2010-03-11s4:lib/socket Add function to set a port on the socket addressAndrew Bartlett2-0/+14
2010-02-13s4-socket: use TYPESAFE_QSORT() in netif codeAndrew Tridgell1-1/+2
2009-12-24s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher2-0/+32
2009-12-24s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher3-1/+48
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2009-09-19s4-resolve: fixed a crash bug on timeoutAndrew Tridgell1-1/+1
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher2-0/+35
2009-02-12Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke1-1/+3
2009-02-02s4:lib/socket: s/private/private_dataStefan Metzmacher1-3/+3
2009-01-30s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2-9/+25
2009-01-03s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher2-0/+15
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher4-19/+19
2008-12-24Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij1-4/+4
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher4-45/+5
2008-12-17s4:lib/socket: we need to lookup the #20 netbios name when we connect to a re...Stefan Metzmacher2-2/+2
2008-12-17s4:lib/socket: remove unused codeStefan Metzmacher1-22/+0
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-2/+1
2008-11-02Use environment variable rather than loadparm parameter when testingJelmer Vernooij1-1/+1
2008-11-02Fix the build.Jelmer Vernooij1-3/+1
2008-11-02Use a separate global for nonblocking socket testing rather than global_loadp...Jelmer Vernooij2-1/+5
2008-10-24Remove unused include param/param.h.Jelmer Vernooij3-3/+0
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+1
2008-10-23Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij1-3/+3
2008-10-12Fix warning, prototype.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-05-21lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher1-11/+5
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-4/+4
2008-05-16lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...Stefan Metzmacher1-25/+3
2008-05-16lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher1-10/+0
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-12/+9
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-3/+3
2008-03-18lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2-47/+3
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2-3/+3
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-2/+2
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2-437/+1
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-0/+4
2007-12-21r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2-3/+10
2007-12-21r26405: Import support for getifaddrs from Samba3.Jelmer Vernooij2-1/+107
2007-12-21r26404: Disable socket wrapper for the interface detection code to work aroun...Jelmer Vernooij1-0/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij2-12/+13
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij3-54/+36