Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22926: Don't use <=0, use < 0 to allow keepalives to propagate up. | Jeremy Allison | 2007-05-16 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL. | Jeremy Allison | 2007-05-16 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 2007-05-16 | 1 | -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 Jojo | Jeremy Allison | 2007-04-12 | 1 | -0/+3 |
| | | | | | for bug #3632. Jeremy. | ||||
* | r20147: Match up EINTR ignoring code from SAMBA_3_0. | Jeremy Allison | 2006-12-13 | 1 | -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 Carter | 2006-05-23 | 1 | -2/+7 |
| | |||||
* | r15030: On a performace hunt... Remove as many extraneous | Jeremy Allison | 2006-04-11 | 1 | -3/+2 |
| | | | | | memset's as possible. Jeremy. | ||||
* | r12953: Support the TCP_FASTACK socket option if it is available. Note that ↵ | James Peach | 2006-01-15 | 1 | -0/+3 |
| | | | | | | this will not acutally help, but it is good to be complete. | ||||
* | r7591: Don't call getpeeraddr on a disconnected socket. | Jeremy Allison | 2005-06-15 | 1 | -5/+8 |
| | | | | Jeremy. | ||||
* | r7554: Refactor very messy code in util_sock.c Remove ↵ | Jeremy Allison | 2005-06-13 | 1 | -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 Allison | 2005-06-06 | 1 | -0/+93 |
| | | | | | | | #ifdef'ed out. Correct branch this time ! Jeremy. | ||||
* | r7039: Ensure we always call read_socket_with_timeout() when | Jeremy Allison | 2005-05-27 | 1 | -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 is | Jeremy Allison | 2005-05-27 | 1 | -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, retry | Derrell Lipman | 2005-05-27 | 1 | -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 bug | Jeremy Allison | 2005-05-18 | 1 | -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 Allison | 2005-05-01 | 1 | -0/+9 |
| | | | | | | <ed.boraas@concordia.ab.ca>. Jeremy. | ||||
* | r4217: Fix open_any_socket_out. | Volker Lendecke | 2004-12-15 | 1 | -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 Allison | 2004-12-07 | 1 | -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 Lendecke | 2004-11-18 | 1 | -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 Allison | 2004-10-14 | 1 | -1/+1 |
| | | | | | | <bill+samba@bfccomputing.com>. Jeremy. | ||||
* | r1104: get_called_name is used in the printing subsystem. In case of multi-homed | Volker Lendecke | 2004-06-10 | 1 | -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 Carter | 2004-05-05 | 1 | -5/+7 |
| | | | | ml -- now to watch the build farm some more | ||||
* | r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of ↵ | Andrew Tridgell | 2004-04-30 | 1 | -0/+1 |
| | | | | timeout in socket connections | ||||
* | r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk | CVS Import User | 2004-04-04 | 1 | -0/+1078 |
metze |