Age | Commit message (Expand) | Author | Files | Lines |
2010-06-03 | s3: remove unused librpc/ndr/sid.c. | Günther Deschner | 1 | -0/+1 |
2010-06-01 | s3-vfs: Send the share name instead of the path in smb_traffic_analyzer. | Holger Hetterich | 1 | -2/+5 |
2010-05-28 | s3:auth use info3 in auth_serversupplied_info | Simo Sorce | 1 | -3/+3 |
2010-05-27 | vfs_smb_traffic_analyzer.c: set the len variable when running protocol v1. | Holger Hetterich | 1 | -0/+1 |
2010-03-25 | s3: vfs_smb_traffic_analyzer.c: remove warnings from developer build | Holger Hetterich | 1 | -14/+16 |
2010-03-16 | s3-vfs: fix some buildwarnings in traffic analyzer, there are many more. | Günther Deschner | 1 | -9/+11 |
2010-03-16 | Update copyright | Jim McDonough | 1 | -1/+1 |
2010-03-16 | s3: vfs_smb_traffic_analyzer.c: add VFS functions for file open and close | Holger Hetterich | 1 | -1/+51 |
2010-03-16 | smb_traffic_analyzer.c: optimize marshalling function and document | Holger Hetterich | 1 | -33/+53 |
2010-03-16 | vfs_smb_traffic_analyzer.c: added function | Holger Hetterich | 1 | -63/+58 |
2010-03-16 | Simplify the code a bit by creating the functions: | Holger Hetterich | 1 | -84/+123 |
2010-03-16 | Add the number of common data blocks to the protocol. | Holger Hetterich | 1 | -4/+23 |
2010-03-16 | Put all the protocol stuff into a separate header file. | Holger Hetterich | 1 | -114/+12 |
2010-03-16 | Add smbta-util to manage the encryption key. | Holger Hetterich | 1 | -0/+1 |
2010-03-16 | Implement AES encryption of the data block. | Holger Hetterich | 1 | -13/+33 |
2010-03-16 | Implement anonymization for protocol v2. | Holger Hetterich | 1 | -14/+53 |
2010-03-16 | Make all remarks compatible to the linux kernel coding styleguide. | Holger Hetterich | 1 | -27/+33 |
2010-03-16 | Added an exact description of the V2 protocol. | Holger Hetterich | 1 | -0/+62 |
2010-03-16 | Move the creation of the header. | Holger Hetterich | 1 | -11/+37 |
2010-03-16 | Fetch the SID of the user we are running as and send with the common | Holger Hetterich | 1 | -2/+5 |
2010-03-16 | Additionally send the vfs function id with the protocol. | Holger Hetterich | 1 | -7/+11 |
2010-03-16 | According to the linux kernel coding styleguide, it's better to | Holger Hetterich | 1 | -46/+46 |
2010-03-16 | Don't use typedefs on the VFS function data structures as | Holger Hetterich | 1 | -27/+27 |
2010-03-16 | Add read,pread,write,pwrite support to the V2 protocol. | Holger Hetterich | 1 | -3/+14 |
2010-03-16 | Enable AES encryption of the data if a key was found in secrets.tdb. | Holger Hetterich | 1 | -3/+22 |
2010-03-16 | Add rmdir, chdir, and rename as supported VFS functions | Holger Hetterich | 1 | -9/+87 |
2010-03-16 | The format of data we are sending over the network will be flexible when send... | Holger Hetterich | 1 | -4/+74 |
2010-03-16 | Create structs carrying the data of individual VFS functions, and hand those ... | Holger Hetterich | 1 | -33/+47 |
2010-03-16 | Introduce smb_traffic_analyzer protocol v2. | Holger Hetterich | 1 | -7/+62 |
2009-11-30 | Restructure the connect function code to always call | Jeremy Allison | 1 | -1/+9 |
2009-07-24 | Make the smbd VFS typesafe | Volker Lendecke | 1 | -17/+9 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -8/+10 |
2009-02-13 | Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n... | Holger Hetterich | 1 | -5/+16 |
2009-01-04 | Async wrapper for open_socket_out_send/recv | Volker Lendecke | 1 | -2/+3 |
2009-01-03 | open_socket_out is always used with SOCK_STREAM, remove argument "type" | Volker Lendecke | 1 | -1/+1 |
2008-10-29 | Fix CID 606 - failed to return -1 after socket() fail. | Jeremy Allison | 1 | -0/+1 |
2008-10-13 | Whitespace tidyup and an optimization to remove a talloc. | Jeremy Allison | 1 | -7/+5 |
2008-10-13 | Enable optional anonymization of user names, | Holger Hetterich | 1 | -1/+24 |
2008-10-06 | Fixed build warning "passing arg from incompatible pointer type" | Tim Prouty | 1 | -1/+3 |
2008-10-01 | Turn the socket connections into a refcounted list - in the common case there... | Jeremy Allison | 1 | -44/+95 |
2008-09-30 | Convert to allocated strings. Use write_data(), not send as this doesn't corr... | Jeremy Allison | 1 | -58/+42 |
2008-09-30 | Remove current_user_info - not needed. | Jeremy Allison | 1 | -4/+2 |
2008-09-30 | Restructure the module so it connects to the remote data sink | Jeremy Allison | 1 | -150/+156 |
2008-09-25 | Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this | Jeremy Allison | 1 | -84/+97 |
2008-09-24 | Fix the new vfs_smb_traffic_analyzer build for static links | Jim McDonough | 1 | -2/+2 |
2008-09-24 | SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com> | Holger Hetterich | 1 | -0/+352 |