summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison2012-03-291-1/+4
* Add DEBUG statements to show when access has been denied and why.Richard Sharpe2012-03-281-0/+2
* s3: Pass filters explicitly through vfs notify watchVolker Lendecke2012-03-264-12/+16
* s3: Fix a typoVolker Lendecke2012-03-261-1/+1
* s3: Rename a variable in inotify_watch for clarityVolker Lendecke2012-03-261-5/+5
* s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke2012-03-261-4/+4
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-248-33/+33
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-241-3/+3
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-235-63/+37
* s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2012-03-222-1/+2
* s3: Fix smbd -iVolker Lendecke2012-03-221-9/+11
* s3: Remove an unused structure fieldVolker Lendecke2012-03-221-2/+0
* Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.Jeremy Allison2012-03-221-3/+8
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-214-9/+14
* s3: Remove "conn" param from notify_init()Volker Lendecke2012-03-213-11/+5
* s3: Remove "conn" param from sys_notify_context_createVolker Lendecke2012-03-213-5/+3
* s3: Remove "conn" from sys_notify_contextVolker Lendecke2012-03-211-1/+0
* s3: Pass "conn" to sys_notify_watch()Volker Lendecke2012-03-213-2/+5
* s3: Pass "conn" to notify_add()Volker Lendecke2012-03-213-3/+6
* s3: Pass "path" through vfs_notify_watchVolker Lendecke2012-03-215-6/+11
* s3-notify: Lift "/." handling up one levelVolker Lendecke2012-03-162-15/+9
* s3-notify: Simplify if-expressionsVolker Lendecke2012-03-161-16/+13
* s3:smbd: call file_close_user() before removing tree connects in conn_close_a...Stefan Metzmacher2012-03-152-0/+6