summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-30s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher1-0/+28
2011-06-06s4-ipv6: added socket_address_from_sockaddr_storage()Andrew Tridgell1-0/+4
2011-05-03s4-socket: rename allow_access() to socket_allow_access()Andrew Tridgell1-3/+3
2010-03-11s4:lib/socket Add function to set a port on the socket addressAndrew Bartlett1-0/+2
2009-12-24s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher1-0/+2
2009-12-24s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher1-0/+5
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher1-0/+2
2009-01-03s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher1-0/+6
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-12-18s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher1-2/+0
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-2/+1
2008-11-02Use a separate global for nonblocking socket testing rather than global_loadp...Jelmer Vernooij1-0/+2
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-4/+5
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+6
2007-10-10r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...Jelmer Vernooij1-0/+3
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell1-0/+3
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett1-1/+7
2007-10-10r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett1-0/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett1-0/+3
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-8/+8
2007-10-10r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij1-0/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-26/+39
2007-10-10r12728: Revive testparm.Andrew Bartlett1-0/+3
2007-10-10r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke1-0/+15
2007-10-10r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke1-0/+8
2007-10-10r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell1-0/+1
2007-10-10r7626: a new ldap client library. Main features are:Andrew Tridgell1-0/+5
2007-10-10r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell1-0/+2
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-1/+0
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+35
2007-10-10r4831: added udp support to our generic sockets library.Andrew Tridgell1-4/+11
2007-10-10r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell1-0/+4
2007-10-10r3450: portability fixesAndrew Tridgell1-14/+14
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell1-4/+4
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-4/+4
2007-10-10r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell1-0/+1
2007-10-10r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher1-3/+3
2007-10-10r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher1-3/+4
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher1-0/+93