summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_smb_traffic_analyzer.c
AgeCommit message (Expand)AuthorFilesLines
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