index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-smbd Split conn.c into 3 files
Andrew Bartlett
2011-05-31
1
-187
/
+35
*
s3-smbd provide struct smbd_server_connection * to conn_snum_used
Andrew Bartlett
2011-05-31
1
-3
/
+2
*
s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Add deadtime detection for SMB2. Correctly update lastused timestamp across a...
Jeremy Allison
2010-10-19
1
-17
/
+75
*
Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...
Jeremy Allison
2010-10-19
1
-32
/
+105
*
Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.
Jeremy Allison
2010-10-19
1
-20
/
+27
*
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
2010-10-19
1
-5
/
+4
*
s3: Remove smbd_server_conn from msg_force_tdis
Volker Lendecke
2010-10-03
1
-1
/
+7
*
s3: Fix a segfault in the printer code using create_conn_struct
Volker Lendecke
2010-08-30
1
-1
/
+7
*
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
2010-06-09
1
-3
/
+3
*
s3:smbd add utility function to check if there are open pipes
Simo Sorce
2010-06-07
1
-8
/
+3
*
When tearing down the connection make sure we close all files before
Jeremy Allison
2010-05-07
1
-0
/
+7
*
s3: Use bitmap_talloc for smb1 server tcons
Volker Lendecke
2010-03-28
1
-3
/
+3
*
Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).
Jeremy Allison
2010-02-24
1
-8
/
+19
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
1
-2
/
+0
*
s3:smbd: conn_free_internal() can be static now
Stefan Metzmacher
2009-08-07
1
-2
/
+2
*
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
2009-08-07
1
-8
/
+15
*
s3:smbd: add a lazy mode for conn_new() and conn_free() for SMB2
Stefan Metzmacher
2009-06-03
1
-0
/
+15
*
s3:smbd: move tcon specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-33
/
+39
*
Make "struct policy" private to srv_lsa_hnd.c
Volker Lendecke
2009-04-19
1
-1
/
+1
*
Fix bug #6155 - "force group" is no longer working as expected.
Jeremy Allison
2009-03-03
1
-0
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-6
/
+1
*
Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.
Jeremy Allison
2008-10-01
1
-1
/
+1
*
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
[next]