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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Remove the separate server_id arg to notify_init
Volker Lendecke
2012-03-15
3
-4
/
+3
*
s3: Fix blank line endings
Volker Lendecke
2012-03-15
1
-13
/
+13
*
s3-printing: Check for browseable too.
Andreas Schneider
2012-03-14
1
-1
/
+6
*
s3:smb2_server: fix a compiler warning
Christian Ambach
2012-03-14
1
-2
/
+2
*
s3:smbd: also create ncalrpc/np directory before forking rpc daemons
Stefan Metzmacher
2012-03-14
1
-0
/
+13
*
Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...
Jeremy Allison
2012-03-13
1
-4
/
+6
*
s3: Improve statvfs support
Brad Smith
2012-03-11
1
-3
/
+8
*
tdb_wrap: Move to specific directory.
Jelmer Vernooij
2012-03-10
1
-1
/
+1
*
s3: Add smb_request_done
Volker Lendecke
2012-03-10
3
-60
/
+98
*
s3: Remove unused smb_request->done
Volker Lendecke
2012-03-10
1
-6
/
+0
*
s3: Remove unused smb_request->chain_outbuf
Volker Lendecke
2012-03-10
1
-1
/
+0
*
s3: Remove "req_wct_ofs()"
Volker Lendecke
2012-03-10
4
-22
/
+2
*
s3: Fix the read&x offset within a chain
Volker Lendecke
2012-03-10
1
-0
/
+32
*
s3: Remove chain_reply
Volker Lendecke
2012-03-10
6
-289
/
+0
*
s3: Replace chain_reply
Volker Lendecke
2012-03-10
2
-3
/
+143
*
s3: Add a new set of andx chain handling routines
Volker Lendecke
2012-03-10
2
-0
/
+248
*
s3: Make sure the andX chains are ended correctly
Volker Lendecke
2012-03-10
5
-0
/
+33
*
s3: Fix a 64-bit warning
Volker Lendecke
2012-03-10
1
-1
/
+1
*
Ensure the right tsocket.h is included.
Jeremy Allison
2012-03-10
1
-1
/
+1
*
Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...
Jeremy Allison
2012-03-09
1
-2
/
+2
*
s3:smb2_server validate message ids with largemtu
Christian Ambach
2012-03-09
1
-27
/
+56
*
s3:smb2_server verify creditcharge
Christian Ambach
2012-03-09
6
-0
/
+37
*
s3:smb2_server add function to verify creditcharge
Christian Ambach
2012-03-09
2
-0
/
+42
*
s3:smb2_server: announce LargeMTU for SMB2.1
Christian Ambach
2012-03-09
1
-4
/
+27
*
s3:smb2_server: add supports_multicredit to sconn
Christian Ambach
2012-03-09
1
-0
/
+1
*
s3:smb2_server use the correct variables for max read/write
Christian Ambach
2012-03-09
1
-2
/
+2
*
s3: asprintf->talloc_asprintf
Volker Lendecke
2012-03-09
1
-4
/
+6
*
s3: Replace a SMB_ASSERT with an error return
Volker Lendecke
2012-03-09
1
-1
/
+5
*
s3-auth: Follow auth_ntlmssp and use auth4_context for Session Setup
Andrew Bartlett
2012-03-08
3
-45
/
+22
*
s3: piddir creation fix.
Ira Cooper
2012-03-07
1
-0
/
+3
*
s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssd
Andrew Bartlett
2012-03-07
1
-4
/
+4
*
s3-smbd make change_to_user_by_session static
Andrew Bartlett
2012-03-07
2
-4
/
+2
*
s3:smbd: keep 'num_files' and 'files' directly under smbd_server_connection
Stefan Metzmacher
2012-03-06
2
-8
/
+9
*
s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...
Stefan Metzmacher
2012-03-06
5
-154
/
+52
*
s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connection
Stefan Metzmacher
2012-03-06
4
-20
/
+17
*
s3:msdfs: set the 'cnum' field to invalid for faked connection_structs
Stefan Metzmacher
2012-03-06
1
-0
/
+1
*
s3: Move a talloc_strdup out of the main code path
Volker Lendecke
2012-03-06
1
-15
/
+31
*
s3: Move the drain_socket on error to reply_write_and_X
Volker Lendecke
2012-03-05
2
-9
/
+9
*
s3: Use "goto out;" in reply_write_and_X
Volker Lendecke
2012-03-05
1
-18
/
+9
*
s3: Remove "size" param from switch_message
Volker Lendecke
2012-03-05
1
-3
/
+3
*
s3: Remove "size" param from smb_dump
Volker Lendecke
2012-03-05
1
-4
/
+5
*
s3-smbd: vuser and session_info cannot be NULL here
Andrew Bartlett
2012-03-04
1
-37
/
+31
*
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
2012-03-04
10
-613
/
+63
*
s3:smbd/globals.h: remove unused pollfd pointer
Stefan Metzmacher
2012-03-04
1
-6
/
+0
*
change low FDs are handled in Samba
Andrew Bartlett
2012-03-04
1
-10
/
+2
*
s3:smbd:smb2_write: improve logging in the error case
Michael Adam
2012-03-03
1
-4
/
+14
*
s3:smb2_server: use SMB2_WATCH_TREE
Christian Ambach
2012-03-02
1
-1
/
+1
*
s3:smb2_server fix a typo
Christian Ambach
2012-03-02
1
-1
/
+1
*
s3: Fix some blank line endings
Volker Lendecke
2012-03-03
1
-5
/
+5
*
s3: Further fix for bug 8777
Brad Smith
2012-03-02
1
-2
/
+2
[prev]
[next]