summaryrefslogtreecommitdiff
path: root/source3/lib/util_sock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Samba janitor: adding mbp's umask patch :-).Jeremy Allison2003-02-071-79/+69
* *lots of small merges form HEADGerald Carter2003-01-151-81/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-3/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-325/+145
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-1/+1
* Only set smb_read_error if not already set.Jeremy Allison2002-02-231-6/+20
* Back out 1.16.2.3:Martin Pool2002-02-151-1/+5
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-2/+2