s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
[kai/samba-autobuild/.git] / source3 / modules / vfs_smb_traffic_analyzer.c
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-04 Andreas Schneiders3-vfs: Replace client_id in smbta.
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-24 Holger HetterichActually make use of the SMBTA_SUBRELEASE define in...
2011-05-18 Holger HetterichMake protocol version 2 the default protocol, and only...
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-03-31 Holger HetterichSMBTA: make vfs_smb_traffic_analyzer aware of the sendf...
2011-03-29 Günther Deschners3-auth: vfs modules need auth.h
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2226: RESOURCE_LEAK
2011-02-28 Jelmer VernooijFix some types
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-19 Holger Hetterichvfs_smb_traffic_analyzer shall also transfer the client...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-30 Björn Jackevfs_smb_traffic_analyzer: fix off by a second bug
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-06-02 Günther Deschners3: remove unused librpc/ndr/sid.c.
2010-06-01 Holger Hetterichs3-vfs: Send the share name instead of the path in...
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-27 Holger Hetterichvfs_smb_traffic_analyzer.c: set the len variable when...
2010-03-25 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: remove warnings from...
2010-03-16 Günther Deschners3-vfs: fix some buildwarnings in traffic analyzer...
2010-03-16 Jim McDonoughUpdate copyright
2010-03-16 Holger Hetterichs3: vfs_smb_traffic_analyzer.c: add VFS functions for...
2010-03-16 Holger Hetterichsmb_traffic_analyzer.c: optimize marshalling function...
2010-03-16 Holger Hetterichvfs_smb_traffic_analyzer.c: added function
2010-03-16 Holger HetterichSimplify the code a bit by creating the functions:
2010-03-16 Holger HetterichAdd the number of common data blocks to the protocol.
2010-03-16 Holger HetterichPut all the protocol stuff into a separate header file.
2010-03-16 Holger HetterichAdd smbta-util to manage the encryption key.
2010-03-16 Holger HetterichImplement AES encryption of the data block.
2010-03-16 Holger HetterichImplement anonymization for protocol v2.
2010-03-16 Holger HetterichMake all remarks compatible to the linux kernel coding...
2010-03-16 Holger HetterichAdded an exact description of the V2 protocol.
2010-03-16 Holger HetterichMove the creation of the header.
2010-03-16 Holger HetterichFetch the SID of the user we are running as and send...
2010-03-16 Holger HetterichAdditionally send the vfs function id with the protocol.
2010-03-16 Holger HetterichAccording to the linux kernel coding styleguide, it...
2010-03-16 Holger HetterichDon't use typedefs on the VFS function data structures as
2010-03-16 Holger HetterichAdd read,pread,write,pwrite support to the V2 protocol.
2010-03-16 Holger HetterichEnable AES encryption of the data if a key was found...
2010-03-16 Holger HetterichAdd rmdir, chdir, and rename as supported VFS functions
2010-03-16 Holger HetterichThe format of data we are sending over the network...
2010-03-16 Holger HetterichCreate structs carrying the data of individual VFS...
2010-03-16 Holger HetterichIntroduce smb_traffic_analyzer protocol v2.
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Finish plumbing the fsp->fsp_name smb_fname convers...
2009-02-14 Holger HetterichEnable total anonymization in vfs_smb_traffic_analyzer...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeAsync wrapper for open_socket_out_send/recv
2009-01-03 Volker Lendeckeopen_socket_out is always used with SOCK_STREAM, remove...
2008-10-30 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-10-29 Jeremy AllisonFix CID 606 - failed to return -1 after socket() fail.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Jeremy AllisonWhitespace tidyup and an optimization to remove a talloc.
2008-10-13 Holger HetterichEnable optional anonymization of user names,
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-07 Tim ProutyFixed build warning "passing arg from incompatible...
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-01 Jeremy AllisonTurn the socket connections into a refcounted list...
2008-09-30 Jeremy AllisonConvert to allocated strings. Use write_data(), not...
2008-09-30 Jeremy AllisonRemove current_user_info - not needed.
2008-09-30 Jeremy AllisonRestructure the module so it connects to the remote...
2008-09-25 Jeremy AllisonUse IPv4/v6 independent calls. Change safe_strcpy/cat...
2008-09-25 Jim McDonoughFix the new vfs_smb_traffic_analyzer build for static...
2008-09-24 Holger HetterichSMB traffic analyzer vfs module from Holger Hetterich...