summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-04-13rely on sys/inotify.h for inotifyAdrian Bunk3-57/+8
2012-04-13Wrong assertion/comparison: Compare value not pointerOlaf Flebbe1-2/+2
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-12Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison3-0/+15
2012-04-12Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...Jeremy Allison1-6/+2
2012-04-12Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison1-4/+24
2012-04-12s3: Fix a typoVolker Lendecke1-1/+1
2012-04-12s3: Fix a segfault with debug level 3 on SolarisVolker Lendecke1-1/+2
2012-04-12clikrb5: Move pure krb wrapper functions from libads to clikrb5.Simo Sorce4-143/+145
2012-04-12gse: Remove unnecessary header.Simo Sorce1-1/+0
2012-04-12krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2-20/+8
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce2-1/+2
2012-04-12auth-krb: Make functions static.Simo Sorce1-1/+0
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce1-21/+1
2012-04-12s3-waf: remove requirement of having --enable-developer for running system kr...Günther Deschner1-1/+1
2012-04-12Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison1-6/+0
2012-04-11Try and fix autoconf on the build farm. Always include sys/types.h when worki...Jeremy Allison1-0/+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 Ambach3-9/+6
2012-04-11Simplify the logic around doing an immediate event reschedule.Jeremy Allison1-23/+7
2012-04-11remove --enable-developer from recursive waf build in autoconf buildAndrew Bartlett1-1/+1
2012-04-11build: Add tevent deps for users of tevent callsAndrew Bartlett1-3/+3
2012-04-11Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison5-0/+786
2012-04-10s3: Use talloc_get_size instead of strlenVolker Lendecke1-1/+1
2012-04-10On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2-3/+0
2012-04-09Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison3-12/+8
2012-04-09s3: Fix the pthreadpool build on OS/XVolker Lendecke1-0/+1
2012-04-09s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke1-0/+19
2012-04-09s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke1-19/+22
2012-04-09s3: Move the aio signal init to the vfs moduleVolker Lendecke3-21/+16
2012-04-07s3: Compile fix for dbwrap_file.cVolker Lendecke1-1/+1
2012-04-07Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d...Jeremy Allison1-9/+10
2012-04-06Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison3-0/+53
2012-04-06s3-utils: add do_reload_printers command to smbcontolBjörn Baumbach1-0/+14
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett61-367/+364
2012-04-05s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2-3/+3
2012-04-05s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett14-175/+5
2012-04-05s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett1-1/+1
2012-04-05s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett14-213/+6
2012-04-05s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett13-133/+4
2012-04-05s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett14-193/+2
2012-04-05build: Remove unused GLIBC_HACK_FCNTL64Andrew Bartlett1-13/+0
2012-04-05build: Fix sys_open() removal by including system/filesys.hAndrew Bartlett1-0/+1
2012-04-05build: Remove SMB_F* locking definesAndrew Bartlett6-28/+12
2012-04-05build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett3-6/+2
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett29-154/+146
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett19-59/+51