summaryrefslogtreecommitdiffstats
path: root/source/lib/socket/socket_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* r22089: check the return value of interpret_addr2()Andrew Tridgell2007-04-051-0/+3
* r17524: Lets see if we can try and get the socket_wapper includes to beAndrew Bartlett2006-08-131-1/+1
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2006-04-301-29/+9
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2006-01-091-98/+176
* r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000Andrew Tridgell2005-08-281-0/+1
* r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell2005-08-281-0/+2
* r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell2005-06-031-0/+11
* r5898: Handle errors in the 'sync' name and IP address handling code.Andrew Bartlett2005-03-191-0/+3
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2005-02-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2005-02-101-0/+1
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2005-01-301-0/+2
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2005-01-271-1/+1
* r4831: added udp support to our generic sockets library.Andrew Tridgell2005-01-191-45/+141
* r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell2005-01-151-10/+34
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2004-11-061-5/+0
* r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell2004-11-021-4/+4
* r3450: portability fixesAndrew Tridgell2004-11-021-20/+20
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2004-11-011-6/+7
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2004-10-281-3/+3
* r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell2004-10-281-0/+8
* r3304: changed the API to lib/socket/ a little. Andrew Tridgell2004-10-281-34/+7
* r3300: initialise *sendlen on failure, to allow for callers to check only forAndrew Tridgell2004-10-271-0/+2
* r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell2004-10-271-10/+1
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2004-10-271-75/+30
* r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell2004-10-171-1/+2
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2004-09-271-2/+2
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2004-09-251-1/+1
* r2622: to implement the SOCKET_FLAG_BLOCK option in the socket library weAndrew Tridgell2004-09-251-0/+4
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2004-09-241-0/+21
* r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4Stefan Metzmacher2004-09-201-5/+40
* r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher2004-09-201-9/+10
* r2365: remove MSG_NOSIGNALStefan Metzmacher2004-09-161-1/+1
* r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher2004-09-151-23/+81
* r2328: add the start of a new system and protocolStefan Metzmacher2004-09-131-0/+293