index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: improve the code in the AES encryption.
Matthieu Patou
2012-01-25
1
-8
/
+8
*
s3: Fix bug #8674.
Jeremy Allison
2012-01-25
1
-2
/
+1
*
s3-aio-pthread: num threads should be int
Volker Lendecke
2012-01-18
1
-4
/
+2
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
3
-3
/
+6
*
s3: Split a line with 1 statements
Volker Lendecke
2012-01-12
1
-1
/
+2
*
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
2012-01-12
2
-1
/
+3
*
First part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
2012-01-11
1
-18
/
+31
*
s3-aio_pthread: Fix the build
Volker Lendecke
2012-01-10
1
-1
/
+1
*
s3-aio_pthread: Make "pd_list" static
Volker Lendecke
2012-01-10
1
-1
/
+1
*
Remove the commented out code.
Jeremy Allison
2012-01-06
1
-52
/
+1
*
Add "aio num threads" parameter to allow manual configuration of
Jeremy Allison
2012-01-06
1
-16
/
+15
*
Add a sys_get_number_of_cores() function that calls sysconf or sysctl
Jeremy Allison
2012-01-06
1
-2
/
+13
*
Add some debug to vfs_aio_pthread so I can see when jobs start and stop.
Jeremy Allison
2012-01-05
1
-0
/
+16
*
Add S3 vfs_aio_pthread module to replace broken glibc aio code.
Jeremy Allison
2012-01-05
2
-0
/
+647
*
s3:vfs fix up vfs_gpfs after function pointer renames
Christian Ambach
2011-12-15
1
-25
/
+25
*
s3:smbd/oplock_onefs: pass smbd_server_connection to onefs_oplock_wait_record()
Stefan Metzmacher
2011-12-13
1
-1
/
+2
*
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
2011-12-12
45
-702
/
+702
*
Revert making public of the samba-module library.
Jelmer Vernooij
2011-12-03
1
-1
/
+1
*
Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...
Jeremy Allison
2011-12-02
1
-1
/
+1
*
s3: Attempt to fix the vfs_commit module
Volker Lendecke
2011-11-30
1
-1
/
+1
*
Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...
Jeremy Allison
2011-11-30
1
-0
/
+2
*
s3:vfs:gpfs remove non-working code
Christian Ambach
2011-11-24
1
-65
/
+0
*
s3:vfs:gpfs fix some compiler warnings
Christian Ambach
2011-11-24
1
-3
/
+3
*
s3:vfs:gpfs convert syncio parameter
Christian Ambach
2011-11-24
1
-2
/
+11
*
Remove the setting of the inherited ACL on new files/directories. This is
Jeremy Allison
2011-11-22
3
-224
/
+0
*
Remove can_access_file_data() - make it use the standard smbd_check_access_ri...
Jeremy Allison
2011-11-04
1
-2
/
+2
*
Remove opendir() VFS code from ACL modules.
Jeremy Allison
2011-11-02
3
-50
/
+0
*
Remove the mkdir and open functions from the ACL modules - main code paths no...
Jeremy Allison
2011-10-28
3
-138
/
+6
*
lib/util Rename samba_init_module -> samba_module_init
Andrew Bartlett
2011-10-28
1
-1
/
+1
*
vfs_netatalk should be using strstr_m, not strstr to find .AppleDouble paths.
Jeremy Allison
2011-10-19
1
-5
/
+5
*
The last argument to atalk_build_paths() is always false, remove it.
Jeremy Allison
2011-10-18
1
-12
/
+9
*
Removed unused variable.
Jeremy Allison
2011-10-15
1
-1
/
+0
*
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
2011-10-14
4
-58
/
+20
*
s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.
Michael Adam
2011-10-11
1
-13
/
+14
*
s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functions
Michael Adam
2011-10-11
1
-2
/
+4
*
s3:vfs: change the xattr_tdb module to use dbwrap wrapper functions
Michael Adam
2011-10-11
1
-11
/
+18
*
s3:vfs_acl_common: also parse xattr.NTACL version 1
Stefan Metzmacher
2011-10-11
1
-0
/
+12
*
lib/param move source4 param code to the top level
Andrew Bartlett
2011-10-11
1
-1
/
+1
*
s3:modules: add vfs_dfs_samba4
Stefan Metzmacher
2011-10-08
2
-1
/
+166
*
s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
Stefan Metzmacher
2011-10-08
2
-1
/
+178
*
modules: standardise on samba_init_module as the hook symbol to resolve
Andrew Bartlett
2011-10-06
1
-1
/
+1
*
Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...
Richard Sharpe
2011-10-01
1
-0
/
+335
*
s3: Re-add (), fix a gcc hint
Volker Lendecke
2011-09-30
1
-1
/
+1
*
These modules are no longer experimental but production-ready (especially
Jeremy Allison
2011-09-27
2
-4
/
+0
*
Free the memory talloc'd
Richard Sharpe
2011-09-27
1
-1
/
+6
*
Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.
David Disseldorp
2011-09-23
1
-1
/
+1
*
Revert "Add a missing include file to two VFS modules"
Jeremy Allison
2011-09-23
2
-2
/
+0
*
s3: Fix a c++ warning
Volker Lendecke
2011-09-18
1
-1
/
+2
*
s3: Trim lines in nfs4_acls.c
Volker Lendecke
2011-09-16
1
-41
/
+75
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-09-16
1
-17
/
+17
[next]