summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_smb_traffic_analyzer.c
Commit message (Expand)AuthorAgeFilesLines
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-17/+9
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-8/+10
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2009-02-131-5/+16
* Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-2/+3
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-1/+1
* Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison2008-10-291-0/+1
* Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison2008-10-131-7/+5
* Enable optional anonymization of user names,Holger Hetterich2008-10-131-1/+24
* Fixed build warning "passing arg from incompatible pointer type"Tim Prouty2008-10-061-1/+3
* Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-011-44/+95
* Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-09-301-58/+42
* Remove current_user_info - not needed.Jeremy Allison2008-09-301-4/+2
* Restructure the module so it connects to the remote data sinkJeremy Allison2008-09-301-150/+156
* Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (thisJeremy Allison2008-09-251-84/+97
* Fix the new vfs_smb_traffic_analyzer build for static linksJim McDonough2008-09-241-2/+2
* SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com>Holger Hetterich2008-09-241-0/+352