index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-04-05
build: Remove sys_seekdir wrapper
Andrew Bartlett
2
-2
/
+2
2012-04-05
build: Remove sys_readdir wrapper
Andrew Bartlett
3
-3
/
+3
2012-04-05
build: Remove sys_opendir wrapper
Andrew Bartlett
2
-2
/
+2
2012-04-05
build: Remove sys_open wrapper
Andrew Bartlett
2
-4
/
+4
2012-04-05
build: Remove sys_lseek wrapper
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove sys_ftruncate wrapper
Andrew Bartlett
1
-4
/
+4
2012-04-05
Remove off64_t declarations
Andrew Bartlett
2
-2
/
+2
2012-04-03
s3-vfs: initial work on posix:eadb module
Andrew Bartlett
2
-0
/
+441
2012-03-31
s3-aio-fork: Fix a segfault in vfs_aio_fork
Volker Lendecke
1
-7
/
+9
2012-03-31
s3-aio-fork: Fix aio_suspend event hierarchy
Volker Lendecke
1
-10
/
+8
2012-03-31
s3-aio-fork: Fix an alignment warning on OS/X
Volker Lendecke
1
-2
/
+2
2012-03-30
More strlcat/strlcpy truncate checks.
Jeremy Allison
3
-8
/
+21
2012-03-26
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
4
-11
/
+17
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
3
-3
/
+3
2012-03-22
s3:vfs_gpfs: fix some compiler warnings
Christian Ambach
2
-4
/
+4
2012-03-22
s3:vfs_gpfs: remove fallback to linux_setlease
Christian Ambach
1
-6
/
+0
2012-03-22
s3:vfs_gpfs: correct use of profiling macros
Christian Ambach
1
-4
/
+5
2012-03-22
s3:vfs_gpfs: Implement fallocate callback for GPFS
Christof Schmitt
3
-0
/
+54
2012-03-22
s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotas
Christof Schmitt
1
-0
/
+129
2012-03-22
s3:vfs_gpfs: add GPFS api calls for quota and free space reporting
Christof Schmitt
2
-0
/
+80
2012-03-22
s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment
Michael Adam
1
-1
/
+1
2012-03-21
s3: Remove "conn" from sys_notify_context
Volker Lendecke
1
-1
/
+1
2012-03-21
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
4
-4
/
+11
2012-03-17
Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...
Jeremy Allison
1
-5
/
+20
2012-03-11
s3: Improve statvfs support
Brad Smith
1
-6
/
+6
2012-03-02
s3: Further fix for bug 8777
Brad Smith
1
-1
/
+1
[next]