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
2008-10-01
Turn the socket connections into a refcounted list - in the common case there...
Jeremy Allison
1
-44
/
+95
2008-09-30
Convert to allocated strings. Use write_data(), not send as this doesn't corr...
Jeremy Allison
1
-58
/
+42
2008-09-30
Revert erroneous commit.
Jeremy Allison
1
-1
/
+1
2008-09-30
Remove current_user_info - not needed.
Jeremy Allison
2
-5
/
+3
2008-09-30
Restructure the module so it connects to the remote data sink
Jeremy Allison
1
-150
/
+156
2008-09-25
Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this
Jeremy Allison
1
-84
/
+97
2008-09-24
Fix the new vfs_smb_traffic_analyzer build for static links
Jim McDonough
1
-2
/
+2
2008-09-24
SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>
Holger Hetterich
1
-0
/
+352
2008-09-23
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2
-4
/
+4
2008-09-17
Correctly get+set the NT ACL on a file. Now to make us check it on open..
Jeremy Allison
1
-3
/
+12
2008-09-17
Mark module experimental, fix crash bugs.
Jeremy Allison
1
-2
/
+9
2008-09-16
First (incomplete) cut of this module. Based on Volker's original work.
Jeremy Allison
1
-0
/
+315
2008-09-08
When setting an NFSv4 ACL, map generic bits
Volker Lendecke
1
-0
/
+4
2008-08-26
fixed an errno handling bug that could lead to an infinite loop
Andrew Tridgell
1
-2
/
+2
2008-08-26
fixed tsmsm_sendfile(). The logic was totally broken.
Andrew Tridgell
1
-4
/
+7
2008-08-14
Fix bug #5692 - Core dump in full_audit.so.
Jeremy Allison
3
-5
/
+4
2008-08-14
Revert "Add a gpfs_prefetch module"
Michael Adam
1
-308
/
+0
2008-08-14
Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.
Michael Adam
1
-0
/
+45
2008-08-14
Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.
Michael Adam
1
-0
/
+58
2008-08-14
Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.
Michael Adam
1
-0
/
+45
2008-08-14
Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.
Michael Adam
1
-0
/
+45
2008-08-14
Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.
Michael Adam
1
-0
/
+46
2008-08-13
Add a gpfs_prefetch module
Volker Lendecke
1
-0
/
+308
2008-08-13
keep compatibility with v3-0-ctdb name for fileid:mapping option
Andrew Tridgell
1
-1
/
+1
2008-07-18
Fix the build of vfs_zfsacl.c
Volker Lendecke
1
-16
/
+1
2008-07-18
Change the directory parameter in streams_depot to become consistent
Volker Lendecke
1
-1
/
+1
2008-07-15
Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimes
Jeremy Allison
1
-2
/
+6
2008-07-12
Remove an unused extern reference in vfs_aixacl2.c
Volker Lendecke
1
-2
/
+0
2008-07-11
Fix the build of nfs4_acls.c
Volker Lendecke
1
-1
/
+2
2008-07-04
Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
Lars Müller
1
-0
/
+1
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
4
-7
/
+7
2008-06-19
Remove current_user_info reference from vfs_recycle.c
Volker Lendecke
1
-3
/
+1
2008-06-19
Remove current_user_info reference from vfs_fake_perms.c
Volker Lendecke
1
-6
/
+4
2008-06-19
Remove current_user_info reference from vfs_expand_msdfs.c
Volker Lendecke
1
-3
/
+1
2008-06-19
current_user is not used in vfs_aixacl2.c
Volker Lendecke
1
-1
/
+0
2008-06-17
Remove reference to current_user from modules/nfs4_acls.c .
Michael Adam
1
-2
/
+1
2008-06-12
AIX build fixes from William Jojo -- thanks
Volker Lendecke
1
-2
/
+2
2008-06-07
Add STREAMINFO op to vfs_full_audit
Volker Lendecke
1
-0
/
+27
2008-05-25
Remove some references to get_current_username() and current_user_info
Volker Lendecke
3
-6
/
+4
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-2
/
+3
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
3
-3
/
+4
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
3
-3
/
+5
2008-05-08
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
9
-103
/
+0
2008-05-05
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
1
-1
/
+1
2008-04-21
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
7
-20
/
+19
2008-04-21
Change fd_close_posix() to return int instead of NTSTATUS.
Michael Adam
1
-3
/
+2
2008-04-21
Move the posix pending close functionality down into the VFS layer.
Michael Adam
1
-4
/
+4
2008-04-20
vfs_cacheprime: fix C++ warning - make implicit cast explicit
Michael Adam
1
-1
/
+1
2008-04-11
Remove a redundant TALLOC_FREE
Volker Lendecke
1
-1
/
+0
2008-04-08
Use size_t for strlen return, not int. Karolin please
Jeremy Allison
1
-1
/
+1
[next]