summaryrefslogtreecommitdiffstats
path: root/source/lib/util_sock.c
Commit message (Collapse)AuthorAgeFilesLines
* 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