index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: file_walk_table -> files_forall
Volker Lendecke
2010-03-22
1
-1
/
+1
*
s3-vfs: fix some buildwarnings in traffic analyzer, there are many more.
Günther Deschner
2010-03-16
1
-9
/
+11
*
Update copyright
Jim McDonough
2010-03-16
1
-1
/
+1
*
s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and close
Holger Hetterich
2010-03-16
2
-2
/
+65
*
smb_traffic_analyzer.c: optimize marshalling function and document
Holger Hetterich
2010-03-16
2
-34
/
+54
*
vfs_smb_traffic_analyzer.c: added function
Holger Hetterich
2010-03-16
1
-63
/
+58
*
Simplify the code a bit by creating the functions:
Holger Hetterich
2010-03-16
1
-84
/
+123
*
Add the number of common data blocks to the protocol.
Holger Hetterich
2010-03-16
2
-10
/
+33
*
Put all the protocol stuff into a separate header file.
Holger Hetterich
2010-03-16
2
-114
/
+152
*
Add smbta-util to manage the encryption key.
Holger Hetterich
2010-03-16
1
-0
/
+1
*
Implement AES encryption of the data block.
Holger Hetterich
2010-03-16
1
-13
/
+33
*
Implement anonymization for protocol v2.
Holger Hetterich
2010-03-16
1
-14
/
+53
*
Make all remarks compatible to the linux kernel coding styleguide.
Holger Hetterich
2010-03-16
1
-27
/
+33
*
Added an exact description of the V2 protocol.
Holger Hetterich
2010-03-16
1
-0
/
+62
*
Move the creation of the header.
Holger Hetterich
2010-03-16
1
-11
/
+37
*
Fetch the SID of the user we are running as and send with the common
Holger Hetterich
2010-03-16
1
-2
/
+5
*
Additionally send the vfs function id with the protocol.
Holger Hetterich
2010-03-16
1
-7
/
+11
*
According to the linux kernel coding styleguide, it's better to
Holger Hetterich
2010-03-16
1
-46
/
+46
*
Don't use typedefs on the VFS function data structures as
Holger Hetterich
2010-03-16
1
-27
/
+27
*
Add read,pread,write,pwrite support to the V2 protocol.
Holger Hetterich
2010-03-16
1
-3
/
+14
*
Enable AES encryption of the data if a key was found in secrets.tdb.
Holger Hetterich
2010-03-16
1
-3
/
+22
*
Add rmdir, chdir, and rename as supported VFS functions
Holger Hetterich
2010-03-16
1
-9
/
+87
*
The format of data we are sending over the network will be flexible when send...
Holger Hetterich
2010-03-16
1
-4
/
+74
*
Create structs carrying the data of individual VFS functions, and hand those ...
Holger Hetterich
2010-03-16
1
-33
/
+47
*
Introduce smb_traffic_analyzer protocol v2.
Holger Hetterich
2010-03-16
1
-7
/
+62
*
Remove the bool admin_user from conn struct. We no longer look at this to mak...
Jeremy Allison
2010-03-15
1
-1
/
+0
*
Pass "connection_struct *conn" into functions that currently use "current_use...
Jeremy Allison
2010-03-15
1
-1
/
+1
*
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
2010-03-15
1
-1
/
+1
*
Missed a couple more uses of conn->server_info->ptok that need to be get_curr...
Jeremy Allison
2010-03-12
1
-7
/
+9
*
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
2010-03-12
1
-1
/
+1
*
vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"
SATOH Fumiyasu
2010-03-10
1
-1
/
+1
*
s3: add vfs_crossrename
Björn Jacke
2010-03-08
1
-0
/
+200
*
s3: remove cross-device rename support from vfs_default
Björn Jacke
2010-03-08
1
-116
/
+0
*
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
2010-03-05
5
-10
/
+24
*
s3:vfs_aixacl2: add missing semicolon
Björn Jacke
2010-03-02
1
-1
/
+1
*
s3: vfs_full_audit.c: implement negated vfs_ops in the success/failure list
Holger Hetterich
2010-02-28
1
-24
/
+31
*
s3-modules: fix get_acl_blob in the acl_tdb VFS module.
Günther Deschner
2010-02-18
1
-1
/
+1
*
s3-vfs: use TYPESAFE_QSORT() in s3 VFS modules
Andrew Tridgell
2010-02-14
2
-8
/
+6
*
Fix bad use when freeing linked list. Todd Stecher (Original author) please c...
Jeremy Allison
2010-02-10
1
-6
/
+8
*
s3-perfcount: update to use new DLIST macros
Andrew Tridgell
2010-02-10
2
-3
/
+2
*
vfs_catia: fix return type warnings
Björn Jacke
2010-02-09
1
-2
/
+2
*
Fix bug #6876 for acl_tdb module.
Jeremy Allison
2010-02-08
1
-2
/
+1
*
s3: fix build issue on Tru64
Björn Jacke
2010-02-07
1
-7
/
+7
*
Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.
Jeremy Allison
2010-02-04
1
-1
/
+5
*
s3:vfs_scannedonly: fix build on HP-UX
Björn Jacke
2010-02-04
1
-0
/
+6
*
s3: Simplify the code a bit: Catch (len==0) early
Volker Lendecke
2010-02-03
1
-7
/
+4
*
Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)
Jeremy Allison
2010-02-02
1
-3
/
+16
*
AIX doesn't have MSG_DONTWAIT
olivier
2010-01-29
1
-1
/
+1
*
Add localtime parameter to shadow_copy2.
Ed Plese
2010-01-21
1
-0
/
+22
*
Add format parameter to shadow_copy2.
Ed Plese
2010-01-21
1
-11
/
+73
[next]