summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_negprot: return the current system time in the SMB2 NEGPROT responseStefan Metzmacher2012-07-261-1/+2
* s3:smbd: fix compiler warnings in notify_internal.cStefan Metzmacher2012-07-261-3/+5
* s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requestsStefan Metzmacher2012-07-261-0/+13
* s3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher2012-07-251-1/+1
* s3:smb2_ioctl: allow clients to send padding at the end of FSCTL_VALIDATE_NEG...Stefan Metzmacher2012-07-251-1/+1
* s3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224 implementationStefan Metzmacher2012-07-251-77/+0
* s3:smb2_server: simplify the talloc_pool handling for smbd_smb2_requestStefan Metzmacher2012-07-252-39/+4
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-243-0/+3
* param: Make the 'unicode' parameter commonAndrew Bartlett2012-07-241-1/+5
* Fix unused variable.Jeremy Allison2012-07-241-1/+0
* Fix compiler warning.Jeremy Allison2012-07-241-1/+1
* Fix problem found by Andrew Bartlett - correctly check encrypted flag.Jeremy Allison2012-07-231-2/+6
* s3:smb2_tcon: reject access to shares mark as "smb encrypt = required"Stefan Metzmacher2012-07-231-0/+8
* s3:smbd: if a fsp has fsp->deferred_close, clients shouldn't be able to use itStefan Metzmacher2012-07-231-2/+18
* Move everything to use the common pidfile functions.Jeremy Allison2012-07-192-2/+4
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-191-1/+1
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-192-2/+2
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-191-21/+10
* s3-aio: Panic if we try to close a fsp with outstanding aio requestsVolker Lendecke2012-07-193-18/+15
* s3-smb2: Postpone close_file until all aio is handledVolker Lendecke2012-07-181-0/+52
* s3-smb1: Postpone close_file until all aio is handledVolker Lendecke2012-07-182-1/+86
* s3: Slightly simplify reply_close()Volker Lendecke2012-07-181-25/+13
* s3-aio: Make the strict sync after write asyncVolker Lendecke2012-07-181-18/+103
* s3: Add a _nosync version of smb2_write_completeVolker Lendecke2012-07-182-7/+25
* s3-vfs: async fsyncVolker Lendecke2012-07-181-0/+62
* s3: Fix the buildVolker Lendecke2012-07-181-0/+1
* s3: Make us survive base-delaywrite with aio enabledVolker Lendecke2012-07-181-0/+4
* s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke2012-07-181-0/+6
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-183-133/+0
* s3: Add vfs_aio_posixVolker Lendecke2012-07-183-6/+0
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-181-72/+20
* s3: Remove the unused completion handling from aio.cVolker Lendecke2012-07-183-344/+1
* s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke2012-07-185-119/+105
* s3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_writeVolker Lendecke2012-07-181-5/+55
* s3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_readVolker Lendecke2012-07-181-5/+61
* s3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_XVolker Lendecke2012-07-181-3/+113
* s3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_XVolker Lendecke2012-07-181-3/+76
* s3-vfs: async preadVolker Lendecke2012-07-181-0/+64
* s3-vfs: async pwriteVolker Lendecke2012-07-181-0/+65
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-1824-161/+181
* s3: Make us survive smb2.lock.rw-shared with aio enabledVolker Lendecke2012-07-131-1/+1
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-131-5/+0
* Set fsp->initial_allocation_size before calling open_file_ntcreate().Jeremy Allison2012-07-121-0/+5
* Make sure we reset fsp->initial_allocation_size to zero if we didn't create t...Jeremy Allison2012-07-121-0/+2
* Add an optimization to pthread aio writes to also do fsync if requested.Jeremy Allison2012-07-122-0/+10
* s3: Make us survive base-delaywrite with aio enabledVolker Lendecke2012-07-121-0/+4
* s3: Factor out "mark_file_modified"Volker Lendecke2012-07-122-25/+43
* Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...Jeremy Allison2012-07-101-0/+25
* Now we have a guaranteed indication of a file being created, use it to set th...Jeremy Allison2012-07-101-12/+8
* Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guarantee...Jeremy Allison2012-07-101-4/+107