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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3: Slightly simplify is_stat_open
Volker Lendecke
2012-09-25
1
-3
/
+2
*
s3: Make is_stat_open() a bit more readable
Volker Lendecke
2012-09-25
1
-4
/
+7
*
s3: Fix indentation of if-expressions
Volker Lendecke
2012-09-25
1
-2
/
+3
*
Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...
Jeremy Allison
2012-09-25
1
-0
/
+7
*
s3:printing only do printing_subsystem_update when printing is enabled
Christian Ambach
2012-09-23
1
-1
/
+4
*
s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()
Michael Adam
2012-09-22
1
-1
/
+1
*
s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written
Michael Adam
2012-09-22
6
-8
/
+0
*
s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELED
Stefan Metzmacher
2012-09-22
1
-14
/
+2
*
s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED
Stefan Metzmacher
2012-09-22
1
-18
/
+0
*
s3:smb2_notify: make use of tevent_req_defer_callback() instead of custom tev...
Stefan Metzmacher
2012-09-22
1
-34
/
+1
*
s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()
Stefan Metzmacher
2012-09-22
1
-2
/
+1
*
s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELED
Stefan Metzmacher
2012-09-22
1
-26
/
+3
*
s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()
Stefan Metzmacher
2012-09-22
1
-2
/
+6
*
s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...
Michael Adam
2012-09-22
2
-51
/
+3
*
s3:smbd:smb2: add check for session_status for compound requests
Michael Adam
2012-09-22
1
-3
/
+3
*
s3:smb2_server: do the req->next_status check before the signing checks
Stefan Metzmacher
2012-09-22
1
-15
/
+15
*
s3:smb2_server: reset req->last_session_id and req->last_tid after using it
Stefan Metzmacher
2012-09-22
1
-0
/
+4
*
s3: Compound requests should continue processing.
Ira Cooper
2012-09-22
1
-3
/
+2
*
s3:smbd: release the share mode lock before calling exit_server() (bug #9191)
Stefan Metzmacher
2012-09-21
1
-0
/
+2
*
s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()
Stefan Metzmacher
2012-09-20
1
-1
/
+1
*
Add 'bool use_privs' to smbd_calculate_access_mask().
Jeremy Allison
2012-09-15
4
-5
/
+10
*
Fix bad string in debug message (remove it).
Jeremy Allison
2012-09-14
1
-4
/
+2
*
Add bool use_privs parameter to smbd_check_access_rights()
Jeremy Allison
2012-09-14
5
-4
/
+18
*
Add "backup_intent" bool.
Jeremy Allison
2012-09-14
1
-1
/
+2
*
Don't call can_write_to_file() if we already have 'fsp->can_write' set.
Jeremy Allison
2012-09-14
1
-0
/
+2
*
Sigh :-(. Removing optimization prematurely is the root of all evil :-(.
Jeremy Allison
2012-09-13
3
-0
/
+15
*
Move cached cwd onto conn struct.
Jeremy Allison
2012-09-12
2
-1
/
+15
*
Remove ancient "optimization" global LastDir.
Jeremy Allison
2012-09-12
3
-18
/
+3
*
s3: remove unneeded noquota.c file
Björn Jacke
2012-09-12
1
-38
/
+0
*
s3-rap: Open printers with the right access mask.
Andreas Schneider
2012-09-12
1
-3
/
+3
*
smbd: Add extra VFS hooks to get the posix ACL as a blob
Andrew Bartlett
2012-09-12
1
-0
/
+21
*
smbd: Remove pre-allocation of ACL array in sys_acl_init()
Andrew Bartlett
2012-09-12
2
-4
/
+4
*
Make metze happy and the code clearer :-).
Jeremy Allison
2012-09-12
1
-0
/
+6
*
quota: move function again to its belonging ifdef block
Björn Jacke
2012-09-11
1
-11
/
+9
*
s3:proto.h: remove duplicate disk_quotas prototypes
Björn Jacke
2012-09-11
1
-10
/
+0
*
s3: delete requests are not special
Volker Lendecke
2012-09-10
1
-16
/
+0
*
Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...
Jeremy Allison
2012-09-10
1
-5
/
+36
*
uid_t is a synonym for int on osX
Matthieu Patou
2012-09-10
1
-1
/
+1
*
s3:vfs_default: add basic support for durable handle request and reconnect
Michael Adam
2012-09-08
2
-0
/
+586
*
s3:smbd: make fd_open() public
Michael Adam
2012-09-08
2
-4
/
+6
*
s3:smbd: don't set kernel flock if "kernel share modes = no"
Michael Adam
2012-09-08
1
-1
/
+1
*
s3:smbd: add basic support for durable handle v2 request and reconnect
Michael Adam
2012-09-08
1
-2
/
+129
*
s3:smbd: add basic support for durable handle request and reconnect
Michael Adam
2012-09-08
1
-46
/
+203
*
s3:smbd: initial durable handle support: special treatment of durable handles...
Michael Adam
2012-09-08
1
-0
/
+44
*
s3:vfs: add durable VFS operations
Michael Adam
2012-09-08
1
-0
/
+34
*
s3:smbd: add disconnected checks to the open code.
Stefan Metzmacher
2012-09-08
1
-0
/
+31
*
s3:smbd: also close durable file handles in a tdis
Michael Adam
2012-09-08
1
-2
/
+9
*
s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handles
Stefan Metzmacher
2012-09-08
2
-1
/
+210
*
s3: Fix a panic when shutting down
Volker Lendecke
2012-09-08
1
-10
/
+32
*
s3-smbd: Remove OSF1 support from old (pre-sysquotas) code
Björn Jacke
2012-09-07
1
-65
/
+0
[prev]
[next]