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
/
vfs_smb_traffic_analyzer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-25
s3: improve the code in the AES encryption.
Matthieu Patou
1
-8
/
+8
2012-01-25
s3: Fix bug #8674.
Jeremy Allison
1
-2
/
+1
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-11
/
+11
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-3
/
+3
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-1
/
+1
2011-07-04
s3-vfs: Replace client_id in smbta.
Andreas Schneider
1
-3
/
+11
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-05-24
Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...
Holger Hetterich
1
-0
/
+11
2011-05-18
Make protocol version 2 the default protocol, and only run on version 1 if V1...
Holger Hetterich
1
-6
/
+5
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
1
-3
/
+3
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-1
/
+1
2011-03-30
SMBTA: make vfs_smb_traffic_analyzer aware of the sendfile and recvfile funct...
Holger Hetterich
1
-1
/
+41
2011-03-30
s3-auth: vfs modules need auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-27
s3: Fix Coverity ID 2226: RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2011-02-28
Fix some types
Jelmer Vernooij
1
-1
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-5
/
+5
2011-02-19
vfs_smb_traffic_analyzer shall also transfer the clients IP address.
Holger Hetterich
1
-3
/
+6
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
1
-1
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-08-31
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
1
-1
/
+1
2010-08-30
vfs_smb_traffic_analyzer: fix off by a second bug
Björn Jacke
1
-1
/
+1
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-06-03
s3: remove unused librpc/ndr/sid.c.
Günther Deschner
1
-0
/
+1
2010-06-01
s3-vfs: Send the share name instead of the path in smb_traffic_analyzer.
Holger Hetterich
1
-2
/
+5
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-3
/
+3
2010-05-27
vfs_smb_traffic_analyzer.c: set the len variable when running protocol v1.
Holger Hetterich
1
-0
/
+1
2010-03-25
s3: vfs_smb_traffic_analyzer.c: remove warnings from developer build
Holger Hetterich
1
-14
/
+16
2010-03-16
s3-vfs: fix some buildwarnings in traffic analyzer, there are many more.
Günther Deschner
1
-9
/
+11
2010-03-16
Update copyright
Jim McDonough
1
-1
/
+1
2010-03-16
s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and close
Holger Hetterich
1
-1
/
+51
2010-03-16
smb_traffic_analyzer.c: optimize marshalling function and document
Holger Hetterich
1
-33
/
+53
2010-03-16
vfs_smb_traffic_analyzer.c: added function
Holger Hetterich
1
-63
/
+58
2010-03-16
Simplify the code a bit by creating the functions:
Holger Hetterich
1
-84
/
+123
2010-03-16
Add the number of common data blocks to the protocol.
Holger Hetterich
1
-4
/
+23
2010-03-16
Put all the protocol stuff into a separate header file.
Holger Hetterich
1
-114
/
+12
2010-03-16
Add smbta-util to manage the encryption key.
Holger Hetterich
1
-0
/
+1
2010-03-16
Implement AES encryption of the data block.
Holger Hetterich
1
-13
/
+33
2010-03-16
Implement anonymization for protocol v2.
Holger Hetterich
1
-14
/
+53
2010-03-16
Make all remarks compatible to the linux kernel coding styleguide.
Holger Hetterich
1
-27
/
+33
2010-03-16
Added an exact description of the V2 protocol.
Holger Hetterich
1
-0
/
+62
2010-03-16
Move the creation of the header.
Holger Hetterich
1
-11
/
+37
2010-03-16
Fetch the SID of the user we are running as and send with the common
Holger Hetterich
1
-2
/
+5
2010-03-16
Additionally send the vfs function id with the protocol.
Holger Hetterich
1
-7
/
+11
2010-03-16
According to the linux kernel coding styleguide, it's better to
Holger Hetterich
1
-46
/
+46
2010-03-16
Don't use typedefs on the VFS function data structures as
Holger Hetterich
1
-27
/
+27
2010-03-16
Add read,pread,write,pwrite support to the V2 protocol.
Holger Hetterich
1
-3
/
+14
2010-03-16
Enable AES encryption of the data if a key was found in secrets.tdb.
Holger Hetterich
1
-3
/
+22
2010-03-16
Add rmdir, chdir, and rename as supported VFS functions
Holger Hetterich
1
-9
/
+87
[next]