summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15030: On a performace hunt... Remove as many extraneousJeremy Allison1-3/+2
2007-10-10r12953: Support the TCP_FASTACK socket option if it is available. Note that t...James Peach1-0/+3
2007-10-10r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison1-5/+8
2007-10-10r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison1-133/+95
2007-10-10r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed...Jeremy Allison1-0/+93
2007-10-10r7039: Ensure we always call read_socket_with_timeout() whenJeremy Allison1-1/+6
2007-10-10r7034: Revert change in util_sock.c from derrell until this isJeremy Allison1-58/+13
2007-10-10r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman1-13/+58
2007-10-10r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison1-8/+8
2007-10-10r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" <ed.boraas@...Jeremy Allison1-0/+9
2007-10-10r4217: Fix open_any_socket_out.Volker Lendecke1-13/+27
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke1-0/+136
2007-10-10r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison1-1/+1
2007-10-10r1104: get_called_name is used in the printing subsystem. In case of multi-homedVolker Lendecke1-0/+22
2007-10-10r487: fixing some compile issues with the IBM AIX compiler reoported on the m...Gerald Carter1-5/+7
2007-10-10r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...Andrew Tridgell1-0/+1
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-1/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter1-1/+1
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-1/+1
2004-02-10more fixes from the static changes; please move static functions to the top o...Gerald Carter1-23/+23
2004-02-08More 'static' work.Andrew Bartlett1-1/+1
2004-02-02there are places in the samba3 code that don't check properly forAndrew Tridgell1-0/+4
2003-12-09fix bug in get_peer_name() caused by --enable-developer and using the same sr...Gerald Carter1-3/+11
2003-11-07Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke1-0/+28
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-6/+6
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-5/+6
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-2/+2
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-2/+17
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-82/+100
2003-07-16Volker's patch for open_socket_out() to speed up connectionsGerald Carter1-3/+8
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green1-93/+0
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett1-0/+13
2003-04-11workaround streams leak on SCO openserver 5.0.xGerald Carter1-0/+4
2003-02-07Samba janitor: adding mbp's umask patch :-).Jeremy Allison1-79/+69
2003-01-15*lots of small merges form HEADGerald Carter1-81/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-1/+1
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-3/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-325/+145
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-1/+1
2002-02-23Only set smb_read_error if not already set.Jeremy Allison1-6/+20
2002-02-15Back out 1.16.2.3:Martin Pool1-1/+5
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Having a const parameter for set_socket_options() causes too much confusion.Tim Potter1-1/+1
2002-01-21Removed freebsd hack. Not correct.Jeremy Allison1-4/+0