summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-07-31s3: Fix Coverity ID 710818 Resource leakVolker Lendecke1-0/+1
2012-07-31s3: Fix Coverity ID 710827 Resource leakVolker Lendecke1-0/+1
2012-07-31s3: Make request_timed_out() staticVolker Lendecke2-4/+2
2012-07-31s3:smbd: do a clean shutdown during release_ip() after CTDB_SRVID_RELEASE_IPStefan Metzmacher1-15/+37
2012-07-31s3:smbd: use print_sockaddr() instead of client_socket_addr()Stefan Metzmacher1-1/+1
2012-07-31s3:smbd: move smbd_register_ips() next to release_ip()Stefan Metzmacher1-27/+23
2012-07-27lib/param: Remove use of lp{cfg,}_socket_address outside the NBT client and s...Andrew Bartlett1-6/+3
2012-07-26s3:smb2_negprot: return the current system time in the SMB2 NEGPROT responseStefan Metzmacher1-1/+2
2012-07-26s3:smbd: fix compiler warnings in notify_internal.cStefan Metzmacher1-3/+5
2012-07-26s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requestsStefan Metzmacher1-0/+13
2012-07-25s3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher1-1/+1
2012-07-25s3:smb2_ioctl: allow clients to send padding at the end of FSCTL_VALIDATE_NEG...Stefan Metzmacher1-1/+1
2012-07-25s3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224 implementationStefan Metzmacher1-77/+0
2012-07-25s3:smb2_server: simplify the talloc_pool handling for smbd_smb2_requestStefan Metzmacher2-39/+4
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett3-0/+3
2012-07-24param: Make the 'unicode' parameter commonAndrew Bartlett1-1/+5
2012-07-24Fix unused variable.Jeremy Allison1-1/+0
2012-07-24Fix compiler warning.Jeremy Allison1-1/+1
2012-07-23Fix problem found by Andrew Bartlett - correctly check encrypted flag.Jeremy Allison1-2/+6
2012-07-23s3:smb2_tcon: reject access to shares mark as "smb encrypt = required"Stefan Metzmacher1-0/+8
2012-07-23s3:smbd: if a fsp has fsp->deferred_close, clients shouldn't be able to use itStefan Metzmacher1-2/+18
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison2-2/+4
2012-07-19Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison1-1/+1
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2-2/+2
2012-07-19lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett1-21/+10
2012-07-19s3-aio: Panic if we try to close a fsp with outstanding aio requestsVolker Lendecke3-18/+15
2012-07-18s3-smb2: Postpone close_file until all aio is handledVolker Lendecke1-0/+52
2012-07-18s3-smb1: Postpone close_file until all aio is handledVolker Lendecke2-1/+86
2012-07-18s3: Slightly simplify reply_close()Volker Lendecke1-25/+13
2012-07-18s3-aio: Make the strict sync after write asyncVolker Lendecke1-18/+103
2012-07-18s3: Add a _nosync version of smb2_write_completeVolker Lendecke2-7/+25
2012-07-18s3-vfs: async fsyncVolker Lendecke1-0/+62
2012-07-18s3: Fix the buildVolker Lendecke1-0/+1
2012-07-18s3: Make us survive base-delaywrite with aio enabledVolker Lendecke1-0/+4
2012-07-18s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke1-0/+6
2012-07-18s3-aio: Remove unused VFS functions and moreVolker Lendecke3-133/+0
2012-07-18s3: Add vfs_aio_posixVolker Lendecke3-6/+0
2012-07-18s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke1-72/+20
2012-07-18s3: Remove the unused completion handling from aio.cVolker Lendecke3-344/+1
2012-07-18s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke5-119/+105
2012-07-18s3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_writeVolker Lendecke1-5/+55
2012-07-18s3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_readVolker Lendecke1-5/+61
2012-07-18s3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_XVolker Lendecke1-3/+113
2012-07-18s3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_XVolker Lendecke1-3/+76
2012-07-18s3-vfs: async preadVolker Lendecke1-0/+64
2012-07-18s3-vfs: async pwriteVolker Lendecke1-0/+65
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell24-161/+181
2012-07-13s3: Make us survive smb2.lock.rw-shared with aio enabledVolker Lendecke1-1/+1
2012-07-13s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett1-5/+0
2012-07-12Set fsp->initial_allocation_size before calling open_file_ntcreate().Jeremy Allison1-0/+5