summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_smb_traffic_analyzer.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett1-1/+1
2010-08-30vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke1-1/+1
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-06-03s3: remove unused librpc/ndr/sid.c.Günther Deschner1-0/+1
2010-06-01s3-vfs: Send the share name instead of the path in smb_traffic_analyzer.Holger Hetterich1-2/+5
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-3/+3
2010-05-27vfs_smb_traffic_analyzer.c: set the len variable when running protocol v1.Holger Hetterich1-0/+1
2010-03-25s3: vfs_smb_traffic_analyzer.c: remove warnings from developer buildHolger Hetterich1-14/+16
2010-03-16s3-vfs: fix some buildwarnings in traffic analyzer, there are many more.Günther Deschner1-9/+11
2010-03-16Update copyrightJim McDonough1-1/+1
2010-03-16s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and closeHolger Hetterich1-1/+51
2010-03-16smb_traffic_analyzer.c: optimize marshalling function and documentHolger Hetterich1-33/+53
2010-03-16vfs_smb_traffic_analyzer.c: added functionHolger Hetterich1-63/+58
2010-03-16Simplify the code a bit by creating the functions:Holger Hetterich1-84/+123
2010-03-16Add the number of common data blocks to the protocol.Holger Hetterich1-4/+23
2010-03-16Put all the protocol stuff into a separate header file.Holger Hetterich1-114/+12
2010-03-16Add smbta-util to manage the encryption key.Holger Hetterich1-0/+1
2010-03-16Implement AES encryption of the data block.Holger Hetterich1-13/+33
2010-03-16Implement anonymization for protocol v2.Holger Hetterich1-14/+53
2010-03-16Make all remarks compatible to the linux kernel coding styleguide.Holger Hetterich1-27/+33
2010-03-16Added an exact description of the V2 protocol.Holger Hetterich1-0/+62
2010-03-16Move the creation of the header.Holger Hetterich1-11/+37
2010-03-16Fetch the SID of the user we are running as and send with the commonHolger Hetterich1-2/+5
2010-03-16Additionally send the vfs function id with the protocol.Holger Hetterich1-7/+11
2010-03-16According to the linux kernel coding styleguide, it's better toHolger Hetterich1-46/+46
2010-03-16Don't use typedefs on the VFS function data structures asHolger Hetterich1-27/+27
2010-03-16Add read,pread,write,pwrite support to the V2 protocol.Holger Hetterich1-3/+14
2010-03-16Enable AES encryption of the data if a key was found in secrets.tdb.Holger Hetterich1-3/+22
2010-03-16Add rmdir, chdir, and rename as supported VFS functionsHolger Hetterich1-9/+87
2010-03-16The format of data we are sending over the network will be flexible when send...Holger Hetterich1-4/+74
2010-03-16Create structs carrying the data of individual VFS functions, and hand those ...Holger Hetterich1-33/+47
2010-03-16Introduce smb_traffic_analyzer protocol v2.Holger Hetterich1-7/+62
2009-11-30Restructure the connect function code to always callJeremy Allison1-1/+9
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-17/+9
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-8/+10
2009-02-13Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich1-5/+16
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke1-2/+3
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-1/+1
2008-10-29Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison1-0/+1
2008-10-13Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison1-7/+5
2008-10-13Enable optional anonymization of user names,Holger Hetterich1-1/+24
2008-10-06Fixed build warning "passing arg from incompatible pointer type"Tim Prouty1-1/+3
2008-10-01Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison1-44/+95
2008-09-30Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison1-58/+42
2008-09-30Remove current_user_info - not needed.Jeremy Allison1-4/+2
2008-09-30Restructure the module so it connects to the remote data sinkJeremy Allison1-150/+156
2008-09-25Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison1-84/+97
2008-09-24Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough1-2/+2
2008-09-24SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich1-0/+352