summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-09-12smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett1-0/+21
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2-4/+4
2012-09-12Make metze happy and the code clearer :-).Jeremy Allison1-0/+6
2012-09-11quota: move function again to its belonging ifdef blockBjörn Jacke1-11/+9
2012-09-11s3:proto.h: remove duplicate disk_quotas prototypesBjörn Jacke1-10/+0
2012-09-10s3: delete requests are not specialVolker Lendecke1-16/+0
2012-09-10Fix talloc memory heirarchy bug. If there's an SMB2 sessionsetup in flight wh...Jeremy Allison1-5/+36
2012-09-10uid_t is a synonym for int on osXMatthieu Patou1-1/+1
2012-09-08s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2-0/+586
2012-09-08s3:smbd: make fd_open() publicMichael Adam2-4/+6
2012-09-08s3:smbd: don't set kernel flock if "kernel share modes = no"Michael Adam1-1/+1
2012-09-08s3:smbd: add basic support for durable handle v2 request and reconnectMichael Adam1-2/+129
2012-09-08s3:smbd: add basic support for durable handle request and reconnectMichael Adam1-46/+203
2012-09-08s3:smbd: initial durable handle support: special treatment of durable handles...Michael Adam1-0/+44
2012-09-08s3:vfs: add durable VFS operationsMichael Adam1-0/+34
2012-09-08s3:smbd: add disconnected checks to the open code.Stefan Metzmacher1-0/+31
2012-09-08s3:smbd: also close durable file handles in a tdisMichael Adam1-2/+9
2012-09-08s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2-1/+210
2012-09-08s3: Fix a panic when shutting downVolker Lendecke1-10/+32
2012-09-07s3-smbd: Remove OSF1 support from old (pre-sysquotas) codeBjörn Jacke1-65/+0
2012-09-06s3:quota: don't force the block size to 512Björn Jacke1-3/+0
2012-09-06s3-smbd: Remove remaining references to removed OS support in old-style quota...Andrew Bartlett1-6/+6
2012-09-06s3-smbd: Remove IRIX support from old (pre-sysquotas) codeAndrew Bartlett1-129/+0
2012-09-06s3-smbd: Remove HPUX support from old (pre-sysquotas) codeAndrew Bartlett1-19/+0
2012-09-06s3-smbd: Remove BSD support from old (pre-sysquotas) codeAndrew Bartlett1-226/+3
2012-09-06s3-smbd: Remove Linux support from old (pre-sysquotas) codeAndrew Bartlett1-438/+1
2012-09-06build: Remove Unicos support (quota in particular)Andrew Bartlett1-89/+0
2012-09-05Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.Jeremy Allison1-29/+1
2012-09-05s3:smb2_create: check for SMB2_CREATE_TAG_DHNC firstStefan Metzmacher1-43/+14
2012-09-05s3: Slightly simplify fd_open_atomicVolker Lendecke1-8/+7
2012-09-04s3: Put a comment into the right placeVolker Lendecke1-4/+5
2012-09-04s3: Factor out disposition_to_open_flagsVolker Lendecke1-24/+57
2012-09-04s3: Factor out calculation of clear_adsVolker Lendecke1-5/+17
2012-09-04s3: Slightly simplify open_file_ntcreateVolker Lendecke1-5/+5
2012-09-04s3: Make "open_match_attributes" staticVolker Lendecke2-12/+6
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam1-2/+3
2012-09-04s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam1-1/+1
2012-09-02s3: remove some duplicate quota codeBjörn Jacke1-27/+12
2012-09-01s3: Make an if statement a bit easier to readVolker Lendecke1-2/+3
2012-08-31Change the S3 fileserver over to se_file_access_check().Jeremy Allison1-6/+9
2012-08-30Windows does canonicalization of inheritance bits. Do the same.Jeremy Allison1-0/+35
2012-08-30Change the other two places where we set a security descriptor given by the c...Jeremy Allison1-5/+1
2012-08-30Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...Jeremy Allison2-14/+28
2012-08-30Rename set_sd() to set_sd_blob() - this describes what it does.Jeremy Allison3-6/+6
2012-08-28s3-smbd: Fix flooding the logs with records we don't find in pcap.Andreas Schneider1-1/+1
2012-08-28s3-vfs: Indicate the symlink destination when failing check_reduced_nameAndrew Bartlett1-2/+2
2012-08-23s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snumAndrew Bartlett3-6/+6
2012-08-23s3-pysmbd: Fix return type of smbd.get_nt_aclAndrew Bartlett1-1/+1