summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_smb_traffic_analyzer.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke2010-08-301-1/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: remove unused librpc/ndr/sid.c.Günther Deschner2010-06-031-0/+1
* s3-vfs: Send the share name instead of the path in smb_traffic_analyzer.Holger Hetterich2010-06-011-2/+5
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-3/+3
* vfs_smb_traffic_analyzer.c: set the len variable when running protocol v1.Holger Hetterich2010-05-271-0/+1
* s3: vfs_smb_traffic_analyzer.c: remove warnings from developer buildHolger Hetterich2010-03-251-14/+16
* s3-vfs: fix some buildwarnings in traffic analyzer, there are many more.Günther Deschner2010-03-161-9/+11
* Update copyrightJim McDonough2010-03-161-1/+1
* s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and closeHolger Hetterich2010-03-161-1/+51
* smb_traffic_analyzer.c: optimize marshalling function and documentHolger Hetterich2010-03-161-33/+53
* vfs_smb_traffic_analyzer.c: added functionHolger Hetterich2010-03-161-63/+58
* Simplify the code a bit by creating the functions:Holger Hetterich2010-03-161-84/+123
* Add the number of common data blocks to the protocol.Holger Hetterich2010-03-161-4/+23
* Put all the protocol stuff into a separate header file.Holger Hetterich2010-03-161-114/+12
* Add smbta-util to manage the encryption key.Holger Hetterich2010-03-161-0/+1
* Implement AES encryption of the data block.Holger Hetterich2010-03-161-13/+33
* Implement anonymization for protocol v2.Holger Hetterich2010-03-161-14/+53
* Make all remarks compatible to the linux kernel coding styleguide.Holger Hetterich2010-03-161-27/+33
* Added an exact description of the V2 protocol.Holger Hetterich2010-03-161-0/+62
* Move the creation of the header.Holger Hetterich2010-03-161-11/+37
* Fetch the SID of the user we are running as and send with the commonHolger Hetterich2010-03-161-2/+5
* Additionally send the vfs function id with the protocol.Holger Hetterich2010-03-161-7/+11
* According to the linux kernel coding styleguide, it's better toHolger Hetterich2010-03-161-46/+46
* Don't use typedefs on the VFS function data structures asHolger Hetterich2010-03-161-27/+27
* Add read,pread,write,pwrite support to the V2 protocol.Holger Hetterich2010-03-161-3/+14
* Enable AES encryption of the data if a key was found in secrets.tdb.Holger Hetterich2010-03-161-3/+22
* Add rmdir, chdir, and rename as supported VFS functionsHolger Hetterich2010-03-161-9/+87
* The format of data we are sending over the network will be flexible when send...Holger Hetterich2010-03-161-4/+74
* Create structs carrying the data of individual VFS functions, and hand those ...Holger Hetterich2010-03-161-33/+47
* Introduce smb_traffic_analyzer protocol v2.Holger Hetterich2010-03-161-7/+62
* Restructure the connect function code to always callJeremy Allison2009-11-301-1/+9
* 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