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-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
2012-09-04
s3: Slightly simplify open_file_ntcreate
Volker Lendecke
1
-5
/
+5
2012-09-04
s3: Make "open_match_attributes" static
Volker Lendecke
2
-12
/
+6
2012-09-04
s3:smbd: in sys_disk_free(), improve a debug message
Michael Adam
1
-1
/
+1
2012-09-04
s3:smbd: in sys_disk_free(), improve a debug message
Michael Adam
1
-1
/
+1
2012-09-04
s3:smbd: in sys_disk_free(), fix line length and indentation of debug statement
Michael Adam
1
-2
/
+3
2012-09-04
s3:smbd: in sys_disk_free(), fix a debug message
Michael Adam
1
-1
/
+1
2012-09-02
s3: remove some duplicate quota code
Björn Jacke
1
-27
/
+12
2012-09-01
s3: Make an if statement a bit easier to read
Volker Lendecke
1
-2
/
+3
2012-08-31
Change the S3 fileserver over to se_file_access_check().
Jeremy Allison
1
-6
/
+9
2012-08-30
Windows does canonicalization of inheritance bits. Do the same.
Jeremy Allison
1
-0
/
+35
2012-08-30
Change the other two places where we set a security descriptor given by the c...
Jeremy Allison
1
-5
/
+1
2012-08-30
Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...
Jeremy Allison
2
-14
/
+28
2012-08-30
Rename set_sd() to set_sd_blob() - this describes what it does.
Jeremy Allison
3
-6
/
+6
2012-08-28
s3-smbd: Fix flooding the logs with records we don't find in pcap.
Andreas Schneider
1
-1
/
+1
[next]