Age | Commit message (Expand) | Author | Files | Lines |
2012-04-16 | s3-param: make FN_GLOBAL macros consistent, add lp_ using the macro | Andrew Bartlett | 1 | -250/+250 |
2012-04-16 | param: Change from _lp to lp__ as the prefix for internal parameter wrappers | Andrew Bartlett | 5 | -11/+11 |
2012-04-16 | make _lp_readraw() and _lp_writeraw() static | Andrew Bartlett | 2 | -4/+2 |
2012-04-16 | param: harmonsise logfile parameter | Andrew Bartlett | 1 | -6/+6 |
2012-04-13 | rely on sys/inotify.h for inotify | Adrian Bunk | 3 | -57/+8 |
2012-04-13 | Wrong assertion/comparison: Compare value not pointer | Olaf Flebbe | 1 | -2/+2 |
2012-04-12 | We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a... | Jeremy Allison | 1 | -12/+7 |
2012-04-12 | Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup... | Jeremy Allison | 3 | -43/+18 |
2012-04-12 | Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED. | Jeremy Allison | 3 | -0/+15 |
2012-04-12 | Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr... | Jeremy Allison | 1 | -6/+2 |
2012-04-12 | Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co... | Jeremy Allison | 1 | -4/+24 |
2012-04-12 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-04-12 | s3: Fix a segfault with debug level 3 on Solaris | Volker Lendecke | 1 | -1/+2 |
2012-04-12 | clikrb5: Move pure krb wrapper functions from libads to clikrb5. | Simo Sorce | 4 | -143/+145 |
2012-04-12 | gse: Remove unnecessary header. | Simo Sorce | 1 | -1/+0 |
2012-04-12 | krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated. | Simo Sorce | 2 | -20/+8 |
2012-04-12 | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 2 | -1/+2 |
2012-04-12 | auth-krb: Make functions static. | Simo Sorce | 1 | -1/+0 |
2012-04-12 | auth-krb: Nove oid packet check to gensec_util. | Simo Sorce | 1 | -21/+1 |
2012-04-12 | s3-waf: remove requirement of having --enable-developer for running system kr... | Günther Deschner | 1 | -1/+1 |
2012-04-12 | Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ... | Jeremy Allison | 1 | -6/+0 |
2012-04-11 | Try and fix autoconf on the build farm. Always include sys/types.h when worki... | Jeremy Allison | 1 | -0/+2 |
2012-04-11 | s3:smbd only care about missing level2 support if kernel oplocks are enabled | Christian Ambach | 1 | -4/+10 |
2012-04-11 | s3:smbd only initialize kernel oplocks if they are enabled for a share | Christian Ambach | 1 | -0/+4 |
2012-04-11 | s3:smbd add seperate function to initialize kernel oplocks | Christian Ambach | 2 | -3/+8 |
2012-04-11 | s3:param convert kernel oplocks to share parameter | Christian Ambach | 3 | -9/+6 |
2012-04-11 | Simplify the logic around doing an immediate event reschedule. | Jeremy Allison | 1 | -23/+7 |
2012-04-11 | remove --enable-developer from recursive waf build in autoconf build | Andrew Bartlett | 1 | -1/+1 |
2012-04-11 | build: Add tevent deps for users of tevent calls | Andrew Bartlett | 1 | -3/+3 |
2012-04-11 | Add a new module, aio_linux which implements Linux kernel aio support. Docs t... | Jeremy Allison | 5 | -0/+786 |
2012-04-10 | s3: Use talloc_get_size instead of strlen | Volker Lendecke | 1 | -1/+1 |
2012-04-10 | On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ... | Jeremy Allison | 2 | -3/+0 |
2012-04-09 | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl... | Jeremy Allison | 3 | -12/+8 |
2012-04-09 | s3: Fix the pthreadpool build on OS/X | Volker Lendecke | 1 | -0/+1 |
2012-04-09 | s3: Initialize aio_pending_size from aio_pthread | Volker Lendecke | 1 | -0/+19 |
2012-04-09 | s3: Initialize aio_pending_size from aio_pthread | Volker Lendecke | 1 | -19/+22 |
2012-04-09 | s3: Move the aio signal init to the vfs module | Volker Lendecke | 3 | -21/+16 |
2012-04-07 | s3: Compile fix for dbwrap_file.c | Volker Lendecke | 1 | -1/+1 |
2012-04-07 | Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d... | Jeremy Allison | 1 | -9/+10 |
2012-04-06 | Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ... | Jeremy Allison | 3 | -0/+53 |
2012-04-06 | s3-utils: add do_reload_printers command to smbcontol | Björn Baumbach | 1 | -0/+14 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 61 | -367/+364 |
2012-04-05 | s3-build: Remove unused configure checks for xattr functions | Andrew Bartlett | 2 | -3/+3 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 14 | -175/+5 |
2012-04-05 | s3-build: Remove unused configure checks for xattr functions | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 14 | -213/+6 |
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 13 | -133/+4 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 14 | -193/+2 |
2012-04-05 | build: Remove unused GLIBC_HACK_FCNTL64 | Andrew Bartlett | 1 | -13/+0 |
2012-04-05 | build: Fix sys_open() removal by including system/filesys.h | Andrew Bartlett | 1 | -0/+1 |