summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sock.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison2007-05-161-1/+1
| | | | Jeremy.
* r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison2007-05-161-1/+1
| | | | Jeremy.
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-05-161-6/+12
| | | | | | with the Apple guys and Linux kernel guys. Still looking at how to do writeX as there's no recvfile(). Jeremy.
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-04-121-0/+3
| | | | | for bug #3632. Jeremy.
* r20147: Match up EINTR ignoring code from SAMBA_3_0.Jeremy Allison2006-12-131-1/+1
| | | | | Else open_any_socket_out() can fail. Jeremy.
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-2/+7
|
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2006-04-111-3/+2
| | | | | memset's as possible. Jeremy.
* r12953: Support the TCP_FASTACK socket option if it is available. Note that ↵James Peach2006-01-151-0/+3
| | | | | | this will not acutally help, but it is good to be complete.
* r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison2005-06-151-5/+8
| | | | Jeremy.
* r7554: Refactor very messy code in util_sock.c Remove ↵Jeremy Allison2005-06-131-133/+95
| | | | | | | | | write_socket_data/read_socket_data as they do nothing that write_socket/read_socket don't do. Add a more useful error message when read_socket/write_socket error out on the main client fd for a process (ie. try and list the IP of the client that errored). Jeremy.
* r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here ↵Jeremy Allison2005-06-061-0/+93
| | | | | | | #ifdef'ed out. Correct branch this time ! Jeremy.
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2005-05-271-1/+6
| | | | | | | | timeout > 0. Better solution after much helpful input from derrell@samba.org. We may eventually change the read_socket_with_timeout() interface to count down the timeout value. Jeremy.
* r7034: Revert change in util_sock.c from derrell until this isJeremy Allison2005-05-271-58/+13
| | | | | discussed more on samba-technical. Jeremy.
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2005-05-271-13/+58
| | | | | | the read using a timeout to ensure that all data for the packet is received. 2 some minor changes to meet coding standards 3 eliminate some compiler warnings
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2005-05-181-8/+8
| | | | | | where large print jobs can have out-of-order offsets. Bug found by Arcady Chernyak <Arcady.Chernyak@efi.com> Jeremy.
* r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" ↵Jeremy Allison2005-05-011-0/+9
| | | | | | <ed.boraas@concordia.ab.ca>. Jeremy.
* r4217: Fix open_any_socket_out.Volker Lendecke2004-12-151-13/+27
| | | | | | | | | This was a missing merge from HEAD or rather a commit to 3_0 from the wrong source. Fixed slightly over HEAD, HEAD merge will follow. Deal with connection refused according to the specs. Volker
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-1/+1
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3843: If a connection to a DC is requested, open connections ↵Volker Lendecke2004-11-181-0/+136
| | | | | | | | simultaeneously to all DCs found. The first one to reply wins. Volker
* r2978: Fix #1926 typo in debug. Found by Bill McGonigle ↵Jeremy Allison2004-10-141-1/+1
| | | | | | <bill+samba@bfccomputing.com>. Jeremy.
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2004-06-101-0/+22
| | | | | | | servers we need to make sure that the clients are given back the IP address they connected to. Volker
* r487: fixing some compile issues with the IBM AIX compiler reoported on the ↵Gerald Carter2004-05-051-5/+7
| | | | ml -- now to watch the build farm some more
* r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of ↵Andrew Tridgell2004-04-301-0/+1
| | | | timeout in socket connections
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1078
metze