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