summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij2-0/+4
2011-03-09s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()Stefan Metzmacher1-1/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-2/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2-61/+0
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-2/+2
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-2/+2
2010-10-23s4: Rename LIBNETIF to libnetif.Jelmer Vernooij1-24/+20
2010-10-23s4 socket: increase the debuglevel to make add interface debug messages less ...Kai Blin1-1/+1
2010-10-21s4-socket: make LIBNETIF a private libraryAndrew Tridgell1-5/+6
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2010-04-12s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher1-3/+3
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
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