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
2013-03-24
vfs-btrfs: Fix build on 32 bit platforms by using long long types
Andrew Bartlett
1
-6
/
+10
2013-03-24
Revert "vfs_btrfs: fix compile on 32-bit platforms."
Rusty Russell
1
-5
/
+4
2013-03-23
vfs_btrfs: fix compile on 32-bit platforms.
Rusty Russell
1
-4
/
+5
2013-03-21
s3:waf fix build on AIX
Stefan Metzmacher
1
-1
/
+1
2013-03-15
vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris build
Andrew Bartlett
1
-2
/
+2
2013-03-09
s3-vfs: add vfs_btrfs module
David Disseldorp
2
-0
/
+205
2013-03-07
vfs_catia: add my copyright
Guenter Kukkukk
1
-0
/
+1
2013-03-07
vfs_catia: fix the translation to "vfs_translate_to_windows"
Guenter Kukkukk
1
-4
/
+6
2013-03-07
vfs_catia: add debug class for that module
Guenter Kukkukk
1
-1
/
+23
2013-02-22
s3-vfs: Don't leak file descriptor on error.
Andreas Schneider
1
-1
/
+3
2013-02-22
s3-vfs: Don't leak file descriptor.
Andreas Schneider
1
-2
/
+1
2013-02-19
s3:modules: s/event_add_timed/tevent_add_timer
Stefan Metzmacher
1
-2
/
+2
2013-02-19
s3:modules: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_
Stefan Metzmacher
3
-6
/
+6
2013-02-19
s3:modules: s/struct fd_event/struct tevent_fd
Stefan Metzmacher
4
-10
/
+10
2013-02-19
s3:modules: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
1
-2
/
+2
2013-02-19
s3:modules: s/struct event_context/struct tevent_context
Stefan Metzmacher
5
-11
/
+11
2013-02-18
vfs_gpfs: Fix typos in comments.
Karolin Seeger
1
-2
/
+2
2013-02-11
Fix bug #9642 - vfs_afsacl.c won't build.
Jeremy Allison
1
-1
/
+2
2013-02-04
s3:modules remove gpfs_getacl_alloc
Christian Ambach
1
-46
/
+0
2013-02-04
s3:modules use vfs_gpfs_getacl in gpfsacl_get_posix_acl
Christian Ambach
1
-3
/
+3
2013-02-04
s3:modules use vfs_gpfs_getacl in gpfsacl_set_nt_acl_internal
Christian Ambach
1
-5
/
+9
2013-02-04
s3:modules use vfs_gpfs_getacl in gpfs_get_nfs4_acl
Christian Ambach
1
-2
/
+5
2013-02-04
s3:vfs_gpfs use non_posix_sys_acl_blob_get_*_helper
Christian Ambach
1
-16
/
+90
2013-02-04
s3:vfs_gpfs add a generic vfs_gpfs_getacl function
Christian Ambach
1
-0
/
+73
2013-02-04
s3:modules/vfs_gpfs add GPFS_GETACL_NATIVE define
Christian Ambach
1
-0
/
+4
2013-02-04
s3:modules/non_posix_acls: only stat if we do not have it cached
Christian Ambach
1
-4
/
+8
2013-02-04
s3-waf:modules add non_posix_acls dependency to vfs_gpfs
Christian Ambach
1
-1
/
+1
2013-02-04
vfs: Add helper function for non posix ACL modules
Andrew Bartlett
3
-0
/
+136
2013-02-04
vfs_acl_common: Do not fetch the underlying NT ACL unless we need it
Andrew Bartlett
1
-44
/
+80
2013-02-04
vfs: Whitespace fix only to get_nt_acl_internal indentation
Andrew Bartlett
1
-4
/
+4
2013-02-04
vfs: Implement an improved vfs_acl_common that uses the hash of the system ACL
Andrew Bartlett
1
-51
/
+250
2013-02-04
vfs: Add helper function hash_blob_sha256 to vfs_acl_common.c
Andrew Bartlett
1
-7
/
+19
2013-01-18
Move copychunk locking to be local to the read/write calls.
Jeremy Allison
1
-0
/
+42
2013-01-16
s3-vfs: add copy_chunk vfs hooks
David Disseldorp
3
-0
/
+234
2013-01-15
smbd: Fix bug 9544, part 2
Volker Lendecke
1
-0
/
+80
2013-01-14
smbd: Fix bug 9544, part 1
Volker Lendecke
1
-3
/
+3
2013-01-10
vfs: Fix compilation of solaris ACL module
Andrew Bartlett
1
-1
/
+1
2013-01-09
s3: Fix vfs_zfsacl to compile.
Ira Cooper
1
-3
/
+3
2013-01-09
Add uint32_t share_access to vuid_cache_entry.
Jeremy Allison
1
-0
/
+1
2013-01-09
Clean up struct connection_struct, make struct vuid_cache a pointer not inline.
Jeremy Allison
1
-2
/
+2
2012-12-21
s3-vfs: Fix a null pointer deferference in vfs_media_harmony.
Andreas Schneider
1
-1
/
+3
2012-12-21
s3-vfs: Fix typo in readonly_connect().
Andreas Schneider
1
-1
/
+1
2012-12-12
vfs: Make sure we don't call talloc_free on an uninitialized pointer.
Andreas Schneider
1
-1
/
+1
2012-12-04
s3:smbd:vfs_acl: fix a PANIC when setting an ACL fails with ACCESS_DENIED
Michael Adam
1
-0
/
+1
2012-11-28
s3:vfs_gpfs: add no memory check in gpfs2smb_acl()
Stefan Metzmacher
1
-0
/
+5
2012-11-28
s3:vfs_gpfs: make sure we return the correct errno in gpfs2smb_acl()
Stefan Metzmacher
1
-1
/
+1
2012-11-28
s3:vfs_aixacl2: make use of vfs_aixacl_util.h
Stefan Metzmacher
1
-3
/
+1
2012-11-17
s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4
Christian Ambach
1
-3
/
+1
2012-11-16
s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4acl
Christian Ambach
1
-2
/
+1
2012-11-16
s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_acl
Christian Ambach
1
-0
/
+3
[next]