summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-04-16s3:smbd/sesssetup: use a helper variable 'action' to mark guest accessStefan Metzmacher1-1/+3
2012-04-16param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett1-2/+2
2012-04-13rely on sys/inotify.h for inotifyAdrian Bunk1-37/+1
2012-04-12We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...Jeremy Allison1-12/+7
2012-04-12Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...Jeremy Allison3-43/+18
2012-04-12Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...Jeremy Allison1-6/+2
2012-04-12s3: Fix a segfault with debug level 3 on SolarisVolker Lendecke1-1/+2
2012-04-11s3:smbd only care about missing level2 support if kernel oplocks are enabledChristian Ambach1-4/+10
2012-04-11s3:smbd only initialize kernel oplocks if they are enabled for a shareChristian Ambach1-0/+4
2012-04-11s3:smbd add seperate function to initialize kernel oplocksChristian Ambach2-3/+8
2012-04-11s3:param convert kernel oplocks to share parameterChristian Ambach1-1/+1
2012-04-10s3: Use talloc_get_size instead of strlenVolker Lendecke1-1/+1
2012-04-09s3: Move the aio signal init to the vfs moduleVolker Lendecke2-21/+8
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett10-90/+90
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett1-9/+0
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett1-7/+0
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett1-8/+0
2012-04-05build: Remove SMB_F* locking definesAndrew Bartlett1-2/+2
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett3-12/+12
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_fopen wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_open wrapperAndrew Bartlett2-3/+3
2012-04-05build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2-82/+0
2012-04-05Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...Jeremy Allison1-1/+1
2012-04-04Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison3-10/+22
2012-04-04First part of fix for bug 8837 - smbd crashes when deleting directory and vet...Jeremy Allison2-2/+2
2012-04-03s3-vfs: Use new smb_load_module for better diagnosticsAndrew Bartlett1-1/+1
2012-04-03s3-smbd: Inline init_modules() into only callerAndrew Bartlett1-1/+3
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison1-1/+3
2012-03-29Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison1-1/+4
2012-03-28Add DEBUG statements to show when access has been denied and why.Richard Sharpe1-0/+2
2012-03-26s3: Pass filters explicitly through vfs notify watchVolker Lendecke4-12/+16
2012-03-26s3: Fix a typoVolker Lendecke1-1/+1
2012-03-26s3: Rename a variable in inotify_watch for clarityVolker Lendecke1-5/+5
2012-03-26s3: Pass "filter" instead of "notify_entry" to inotify_mapVolker Lendecke1-4/+4
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij8-33/+33
2012-03-24lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij1-3/+3
2012-03-23s3: Remove the sys_notify dependency from notify_internalVolker Lendecke5-63/+37
2012-03-22s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2-1/+2
2012-03-22s3: Fix smbd -iVolker Lendecke1-9/+11
2012-03-22s3: Remove an unused structure fieldVolker Lendecke1-2/+0
2012-03-22Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.Jeremy Allison1-3/+8
2012-03-21s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke4-9/+14
2012-03-21s3: Remove "conn" param from notify_init()Volker Lendecke3-11/+5
2012-03-21s3: Remove "conn" param from sys_notify_context_createVolker Lendecke3-5/+3
2012-03-21s3: Remove "conn" from sys_notify_contextVolker Lendecke1-1/+0
2012-03-21s3: Pass "conn" to sys_notify_watch()Volker Lendecke3-2/+5
2012-03-21s3: Pass "conn" to notify_add()Volker Lendecke3-3/+6
2012-03-21s3: Pass "path" through vfs_notify_watchVolker Lendecke5-6/+11