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