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-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
2012-09-06
s3-smbd: Remove IRIX support from old (pre-sysquotas) code
Andrew Bartlett
1
-129
/
+0
2012-09-06
s3-smbd: Remove HPUX support from old (pre-sysquotas) code
Andrew Bartlett
1
-19
/
+0
2012-09-06
s3-smbd: Remove BSD support from old (pre-sysquotas) code
Andrew Bartlett
1
-226
/
+3
2012-09-06
s3-smbd: Remove Linux support from old (pre-sysquotas) code
Andrew Bartlett
1
-438
/
+1
2012-09-06
build: Remove Unicos support (quota in particular)
Andrew Bartlett
1
-89
/
+0
2012-09-05
Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.
Jeremy Allison
1
-29
/
+1
2012-09-05
s3:smb2_create: check for SMB2_CREATE_TAG_DHNC first
Stefan Metzmacher
1
-43
/
+14
2012-09-05
s3: Slightly simplify fd_open_atomic
Volker Lendecke
1
-8
/
+7
2012-09-04
s3: Put a comment into the right place
Volker Lendecke
1
-4
/
+5
2012-09-04
s3: Factor out disposition_to_open_flags
Volker Lendecke
1
-24
/
+57
2012-09-04
s3: Factor out calculation of clear_ads
Volker Lendecke
1
-5
/
+17
[next]