summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: comment the lp_load call in reload_services()Michael Adam2012-05-051-1/+5
* s3: Remove an unused extern declarationVolker Lendecke2012-05-041-2/+0
* s3: Remove an unused parameter from check_parent_access()Volker Lendecke2012-05-041-10/+3
* s3: In mkdir_internal, don't retrieve parent_dir from check_parent_accessVolker Lendecke2012-05-041-1/+1
* s3: Fix a typoVolker Lendecke2012-05-041-1/+1
* s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()Andrew Bartlett2012-05-021-13/+1
* Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe2012-04-281-0/+14
* s3: oplock_timeout is a talloc child of fspVolker Lendecke2012-04-261-3/+0
* s3: Remove code TALLOC_FREE already doesVolker Lendecke2012-04-261-5/+1
* s3: Simplify check_reduced_name a bitVolker Lendecke2012-04-241-9/+5
* s3: Fix a typoVolker Lendecke2012-04-241-1/+1
* s3: Introduce variable "indyniov" for easier readingVolker Lendecke2012-04-241-8/+10
* Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison2012-04-231-0/+11
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-13/+0
* s3: Fix Coverity ID 2747: FORWARD_NULLVolker Lendecke2012-04-191-1/+1
* s3: Fix Coverity ID 2749: REVERSE_INULLVolker Lendecke2012-04-191-1/+3
* Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.Jeremy Allison2012-04-181-1/+4
* s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett2012-04-181-1/+4
* s3: New notify implementationVolker Lendecke2012-04-175-757/+1076
* s3: Increase debuglevel for unknown child msgsVolker Lendecke2012-04-171-1/+1
* s3:smbd/sesssetup: use a helper variable 'action' to mark guest accessStefan Metzmacher2012-04-161-1/+3
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-2/+2
* rely on sys/inotify.h for inotifyAdrian Bunk2012-04-131-37/+1
* We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...Jeremy Allison2012-04-121-12/+7
* Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...Jeremy Allison2012-04-123-43/+18
* Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...Jeremy Allison2012-04-121-6/+2
* s3: Fix a segfault with debug level 3 on SolarisVolker Lendecke2012-04-121-1/+2
* s3:smbd only care about missing level2 support if kernel oplocks are enabledChristian Ambach2012-04-111-4/+10
* s3:smbd only initialize kernel oplocks if they are enabled for a shareChristian Ambach2012-04-111-0/+4
* s3:smbd add seperate function to initialize kernel oplocksChristian Ambach2012-04-112-3/+8
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-111-1/+1
* s3: Use talloc_get_size instead of strlenVolker Lendecke2012-04-101-1/+1
* s3: Move the aio signal init to the vfs moduleVolker Lendecke2012-04-092-21/+8
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-0610-90/+90
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-7/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-9/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-7/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-8/+0
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-2/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-053-12/+12
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_open wrapperAndrew Bartlett2012-04-052-3/+3
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-052-82/+0
* Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...Jeremy Allison2012-04-051-1/+1
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-043-10/+22
* First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison2012-04-042-2/+2
* s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett2012-04-031-1/+1
* s3-smbd: Inline init_modules() into only callerAndrew Bartlett2012-04-031-1/+3
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-291-1/+3