summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_smb_traffic_analyzer.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2012-09-12In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison1-1/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-4/+4
2012-01-25s3: improve the code in the AES encryption.Matthieu Patou1-8/+8
2012-01-25s3: Fix bug #8674.Jeremy Allison1-2/+1
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-11/+11
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-3/+3
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-1/+1
2011-07-04s3-vfs: Replace client_id in smbta.Andreas Schneider1-3/+11
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-24Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich1-0/+11
2011-05-18Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich1-6/+5
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-3/+3
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner1-1/+1
2011-03-30SMBTA: make vfs_smb_traffic_analyzer aware of the sendfile and recvfile funct...Holger Hetterich1-1/+41
2011-03-30s3-auth: vfs modules need auth.hGünther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-27s3: Fix Coverity ID 2226: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-5/+5
2011-02-19vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich1-3/+6
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
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