1
I Use This!
Inactive

Commits : Listings

Analyzed 11 minutes ago. based on code collected about 11 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Pseudocode for AES decryption. Review ahead. More... about 14 years ago
Add AES encryption code and let it build. More... about 14 years ago
actually write to the database More... about 14 years ago
cache.c: use the dbhandle throughout the whole program More... about 14 years ago
cache.c: make sure we free everything required More... about 14 years ago
Add missing vfs functions. More... about 14 years ago
make the mutex stuff compile More... about 14 years ago
Make all the pseudocode compile, testing is required. Add iniparser like config file support. More... about 14 years ago
more design-only code, until we have the skeleton for the database thread. More... about 14 years ago
Add a routine to create a database, this is pseudocode and not meant to compile at the moment. More... about 14 years ago
Make the cache much easier. We don't need to parse the elements of a data block at receive time, so save the raw data block in the cache. More... about 14 years ago
After we renamed the git repository itself, finish the renaming from stad2 to smbtad in the sources. More... about 14 years ago
Make the pseudocode from the former commit compile More... about 14 years ago
add pseudocode to receive write pwrite read pread vfs ops More... about 14 years ago
Include the smb_traffic_analyzer.h file to have the protocol specification. More... about 14 years ago
Add FindIniparser.cmake More... about 14 years ago
CmakeLists.txt: Include a check for iniparser, and build iniparser statically if the system isn't providiing iniparser More... about 14 years ago
CmakeLists.txt: add a check for talloc, we will tallocize stad soon. protocol.c: unchecked code for the protocol parser, this needs more work. More... about 14 years ago
network.c: comment the functions More... over 14 years ago
protocol.c: check for the right stringlength More... over 14 years ago
Enhance the protocol_check_header function with more checks and return values. More... over 14 years ago
Add a position variable to the data set, helping when the buffer isn't complete. More... over 14 years ago
Make sure we return a terminated string from the get-header and get-data functions. More... over 14 years ago
Add remarks to functions. More... over 14 years ago
Enhance the help function. More... over 14 years ago
This commit adds easier debugging output, and makes the network_handle_connections function much easier. More... over 14 years ago
make comments according the linux kernel coding standards More... over 14 years ago
add the protocol c and header file More... over 14 years ago
Major change, bringing in a lot of ports from stad. Trying to make the select call easier. More... over 14 years ago
Make the select work, accept clients. Use the LOG_DEBUG priority when using the syslog function. More... over 14 years ago