Age | Commit message (Expand) | Author | Files | Lines |
2012-06-25 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-06-25 | s3: Avoid a call to server_event_context() | Volker Lendecke | 1 | -1/+1 |
2012-06-22 | s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs | Volker Lendecke | 1 | -2/+2 |
2012-06-21 | Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process). | Jeremy Allison | 1 | -5/+0 |
2012-06-15 | s3:vfs_gpfs: add "gpfs:acl" option | Björn Baumbach | 1 | -0/+81 |
2012-06-15 | s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -6/+10 |
2012-06-12 | s3:vfs:scannedonly: fix use of non-existent word (existant) | Michael Adam | 1 | -5/+5 |
2012-06-12 | s3: Make vfswrap_audit_file static | Volker Lendecke | 1 | -5/+5 |
2012-06-11 | s3: Fix Coverity ID 703870 Uninitialized scalar variable | Volker Lendecke | 1 | -0/+1 |
2012-06-11 | s3: Save errno around a TALLOC_FREE | Volker Lendecke | 1 | -0/+3 |
2012-06-11 | s3: Fix Coverity ID 703871 Unused pointer value | Volker Lendecke | 1 | -0/+4 |
2012-06-06 | s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c | Stefan Metzmacher | 1 | -1/+0 |
2012-06-02 | lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c | Andrew Bartlett | 1 | -8/+8 |
2012-06-02 | s3: Same fix as 8576256, this time for fgetxattr | Volker Lendecke | 1 | -1/+1 |
2012-05-31 | s3:vfs_hpuxacl: remove unused file_find_fd() calls | Stefan Metzmacher | 1 | -18/+2 |
2012-05-24 | s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path() | Stefan Metzmacher | 1 | -1/+3 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 2 | -5/+5 |
2012-05-21 | s3: Fix vfs_xattr_tdb.c | Volker Lendecke | 1 | -1/+1 |
2012-05-17 | Check the return from create_acl_blob | Richard Sharpe | 1 | -4/+6 |
2012-05-16 | s3:onefs: remove all onefs related code as it not maintained anymore | Stefan Metzmacher | 16 | -9560/+0 |
2012-05-16 | Fix the overwriting of errno before use in a DEBUG statement and use the retu... | Richard Sharpe | 2 | -5/+8 |
2012-05-09 | s3-vfs: Show the invalid ACL when we say it is invalid for set | Andrew Bartlett | 1 | -2/+4 |
2012-05-08 | s3:vfs/gpfs: Have inherited deny ACE's show up in ACLs | Alexander Werth | 1 | -2/+2 |
2012-05-08 | s3:vfs/shadow_copy2 fix some compiler warnings | Christian Ambach | 1 | -4/+3 |
2012-05-08 | s3:vfs/shadow_copy2 make descending sort order the default | Christian Ambach | 1 | -1/+1 |
2012-04-28 | Add an audit file VFS routine so we can handle auditing with SACLs. | Richard Sharpe | 1 | -0/+10 |
2012-04-19 | s3: Fix Coverity ID 2682: NULL_RETURNS | Volker Lendecke | 1 | -0/+4 |
2012-04-19 | s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail | Andrew Bartlett | 1 | -8/+0 |
2012-04-18 | s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blob | Andrew Bartlett | 1 | -2/+41 |
2012-04-18 | s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb | Andrew Bartlett | 2 | -427/+4 |
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 | 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-11 | Simplify the logic around doing an immediate event reschedule. | Jeremy Allison | 1 | -23/+7 |
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 | 2 | -0/+740 |
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 | 1 | -0/+8 |
2012-04-06 | Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ... | Jeremy Allison | 1 | -0/+13 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 20 | -104/+104 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 7 | -117/+0 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 7 | -127/+0 |
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 6 | -87/+0 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 7 | -122/+0 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 17 | -107/+107 |
2012-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 12 | -41/+41 |
2012-04-05 | build: Remove sys_rewinddir wrapper | Andrew Bartlett | 2 | -2/+2 |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 2 | -2/+2 |
2012-04-05 | build: Remove sys_telldir wrapper | Andrew Bartlett | 2 | -2/+2 |