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-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
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
[next]