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
/
smbd
/
conn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ensure we exit with non-zero status on EOF on socket, so the parent
Andrew Tridgell
2008-08-13
1
-2
/
+5
*
Move connection-specific vuid cache clear to uid.c
Volker Lendecke
2008-06-14
1
-15
/
+2
*
Restructuring of code to fix #5460. Remove search
Jeremy Allison
2008-05-19
1
-22
/
+0
*
Ensure we don't keep searching for sharename if it's
Jeremy Allison
2008-05-14
1
-3
/
+3
*
Fix bug #5460. The problem is RHEL5.0 shipped a CIFS client
Jeremy Allison
2008-05-13
1
-2
/
+23
*
Remove "user" from connection_struct
Volker Lendecke
2008-05-10
1
-2
/
+0
*
Replace nt_user_token with server_info in connection_struct
Volker Lendecke
2008-05-10
1
-0
/
+1
*
Next try at making the vuid cache circular
Volker Lendecke
2008-05-10
1
-3
/
+6
*
Revert "Second half of 50c891d3: Correctly clear the vuid cache"
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Second half of 50c891d3: Correctly clear the vuid cache
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
2008-05-05
1
-13
/
+4
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-0
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22942: Some message_register -> messaging_register conversions
Volker Lendecke
2007-10-10
1
-3
/
+6
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21871: Move deadtime processing into an idle event. While there, simplify
Volker Lendecke
2007-10-10
1
-11
/
+16
*
r21867: Simplify calling convention of timeout_processing. lp_deadtime is only
Volker Lendecke
2007-10-10
1
-1
/
+5
*
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r20178: Ensure we allocate the intermediate trans structs
Jeremy Allison
2007-10-10
1
-0
/
+8
*
r20098: Properly fix issues with create_token_from_username()
Jeremy Allison
2007-10-10
1
-9
/
+0
*
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r19709: Fix bug #4224 - deadtime timeout was broken
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r19386: Limit the size of the connection bitmap to <64K entries.
James Peach
2007-10-10
1
-1
/
+11
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-3
/
+5
*
r16317: Klocwork #300. Check for error return on malloc.
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
2007-10-10
1
-4
/
+12
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-1
/
+1
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-1
/
+1
*
r8963: Clean up the horrid "fake conn struct" part of MSDFS.
Jeremy Allison
2007-10-10
1
-7
/
+15
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
2007-10-10
1
-0
/
+4
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
2007-10-10
1
-0
/
+1
*
Fixup the 'multiple-vuids' bugs.
Jeremy Allison
2004-02-13
1
-3
/
+7
*
Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limit
Jeremy Allison
2003-12-11
1
-9
/
+32
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-21
/
+18
*
More merges from HEAD:
Jelmer Vernooij
2003-04-16
1
-9
/
+12
*
Merge of signed/unsigned fixes from HEAD.
Andrew Bartlett
2003-02-01
1
-2
/
+2
*
Fix reference count bug where smbd's would not terminate with no
Jeremy Allison
2003-01-17
1
-1
/
+12
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-2
/
+22
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-4
/
+19
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
Removed HAVE_LIBDL from most places (except system.c). Added checks for
Jeremy Allison
2002-03-27
1
-2
/
+0
[next]