index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r15700: Make nmbd udp sockets non-blocking to prevent problem
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r15672: Fix for bug #3783. winbindd_cm.c calls open_any_socket_out()
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
2007-10-10
1
-3
/
+2
*
r12953: Support the TCP_FASTACK socket option if it is available. Note that t...
James Peach
2007-10-10
1
-0
/
+3
*
r7591: Don't call getpeeraddr on a disconnected socket.
Jeremy Allison
2007-10-10
1
-5
/
+8
*
r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...
Jeremy Allison
2007-10-10
1
-133
/
+95
*
r7318: Unify HEAD and 3.0 socket functions. Add HEAD functions here #ifdef'ed...
Jeremy Allison
2007-10-10
1
-0
/
+93
*
r7039: Ensure we always call read_socket_with_timeout() when
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r7034: Revert change in util_sock.c from derrell until this is
Jeremy Allison
2007-10-10
1
-58
/
+13
*
r7025: 1 if not all data is available at the time we go to read a packet, retry
Derrell Lipman
2007-10-10
1
-13
/
+58
*
r6890: Refactor printing interface to take offset into job. Fixes bug
Jeremy Allison
2007-10-10
1
-8
/
+8
*
r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" <ed.boraas@...
Jeremy Allison
2007-10-10
1
-0
/
+9
*
r4217: Fix open_any_socket_out.
Volker Lendecke
2007-10-10
1
-13
/
+27
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r3843: If a connection to a DC is requested, open connections simultaeneously...
Volker Lendecke
2007-10-10
1
-0
/
+136
*
r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1104: get_called_name is used in the printing subsystem. In case of multi-homed
Volker Lendecke
2007-10-10
1
-0
/
+22
*
r487: fixing some compile issues with the IBM AIX compiler reoported on the m...
Gerald Carter
2007-10-10
1
-5
/
+7
*
r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of time...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
2004-03-27
1
-1
/
+1
*
updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD
Gerald Carter
2004-03-19
1
-1
/
+1
*
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
2004-02-23
1
-1
/
+1
*
more fixes from the static changes; please move static functions to the top o...
Gerald Carter
2004-02-10
1
-23
/
+23
*
More 'static' work.
Andrew Bartlett
2004-02-08
1
-1
/
+1
*
there are places in the samba3 code that don't check properly for
Andrew Tridgell
2004-02-02
1
-0
/
+4
*
fix bug in get_peer_name() caused by --enable-developer and using the same sr...
Gerald Carter
2003-12-09
1
-3
/
+11
*
Implement %i-Macro for the locally used IP address. With this you can again
Volker Lendecke
2003-11-07
1
-0
/
+28
*
Simple rename of get_socket_addr to get_peer_addr and get_socket_name to
Volker Lendecke
2003-11-07
1
-6
/
+6
*
Fix more 64-bit printf warnings.
Tim Potter
2003-11-03
1
-5
/
+6
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-2
/
+2
*
Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems
Jeremy Allison
2003-10-21
1
-2
/
+17
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-1
/
+1
*
Add API framework for server SMB signing.
Jeremy Allison
2003-07-16
1
-82
/
+100
*
Volker's patch for open_socket_out() to speed up connections
Gerald Carter
2003-07-16
1
-3
/
+8
*
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
2003-04-30
1
-93
/
+0
*
When possible, store the IP address of the connecting client, not just the
Andrew Bartlett
2003-04-24
1
-0
/
+13
*
workaround streams leak on SCO openserver 5.0.x
Gerald Carter
2003-04-11
1
-0
/
+4
*
Samba janitor: adding mbp's umask patch :-).
Jeremy Allison
2003-02-07
1
-79
/
+69
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
1
-81
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-1
/
+1
*
Try to catch up on the code I've put into HEAD that should be in 3.0:
Andrew Bartlett
2002-10-26
1
-3
/
+3
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-1
/
+6
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-1
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-325
/
+145
*
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
2002-03-23
1
-1
/
+1
*
Only set smb_read_error if not already set.
Jeremy Allison
2002-02-23
1
-6
/
+20
*
Back out 1.16.2.3:
Martin Pool
2002-02-15
1
-1
/
+5
*
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
2002-01-31
1
-2
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
[next]