summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-101-0/+116
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22926: Don't use <=0, use < 0 to allow keepalives to propagate up.Jeremy Allison2007-10-101-1/+1
* r22923: Fix runaway smbd now receive_smb_raw() returns a ssize_t not a BOOL.Jeremy Allison2007-10-101-1/+1
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-101-6/+12
* r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-10-101-0/+3
* r21990: Stop messing with the signing engine just becauseJeremy Allison2007-10-101-11/+11
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-28/+29
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-101-2/+2
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-3/+6
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-101-1/+22
* r20148: Forgot to merge. Ensure open_any_socket_out()Jeremy Allison2007-10-101-1/+1
* r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison2007-10-101-1/+6
* r15672: Fix for bug #3783. winbindd_cm.c calls open_any_socket_out()Jeremy Allison2007-10-101-1/+1
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-101-3/+2
* r12953: Support the TCP_FASTACK socket option if it is available. Note that t...James Peach2007-10-101-0/+3
* r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison2007-10-101-5/+8
* r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison2007-10-101-133/+95
* r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed...Jeremy Allison2007-10-101-0/+93
* r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison2007-10-101-1/+6
* r7034: Revert change in util_sock.c from derrell until this isJeremy Allison2007-10-101-58/+13
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2007-10-101-13/+58
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-101-8/+8
* r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" <ed.boraas@...Jeremy Allison2007-10-101-0/+9
* r4217: Fix open_any_socket_out.Volker Lendecke2007-10-101-13/+27
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-101-0/+136
* r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison2007-10-101-1/+1
* r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke2007-10-101-0/+22
* r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter2007-10-101-5/+7
* r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...Andrew Tridgell2007-10-101-0/+1
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+1
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-191-1/+1
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-1/+1
* more fixes from the static changes; please move static functions to the top o...Gerald Carter2004-02-101-23/+23
* More 'static' work.Andrew Bartlett2004-02-081-1/+1
* there are places in the samba3 code that don't check properly forAndrew Tridgell2004-02-021-0/+4
* fix bug in get_peer_name() caused by --enable-developer and using the same sr...Gerald Carter2003-12-091-3/+11
* Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2003-11-071-0/+28
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-6/+6
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-5/+6
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-2/+2
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-2/+17
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-82/+100
* Volker's patch for open_socket_out() to speed up connectionsGerald Carter2003-07-161-3/+8
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-301-93/+0
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-0/+13
* workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-0/+4