summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_smb_traffic_analyzer.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_smb_traffic_analyzer: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-151-2/+2
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-121-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-4/+4
* s3: improve the code in the AES encryption.Matthieu Patou2012-01-251-8/+8
* s3: Fix bug #8674.Jeremy Allison2012-01-251-2/+1
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-11/+11
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-1/+1
* s3-vfs: Replace client_id in smbta.Andreas Schneider2011-07-041-3/+11
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...Holger Hetterich2011-05-241-0/+11
* Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich2011-05-181-6/+5
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-3/+3
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-1/+1
* SMBTA: make vfs_smb_traffic_analyzer aware of the sendfile and recvfile funct...Holger Hetterich2011-03-301-1/+41
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2226: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-5/+5
* vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2011-02-191-3/+6
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-1/+1
* 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