index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
analysis
/
db
/
client.c
Age
Commit message (
Expand
)
Author
2021-06-03
Reconnect the analysis clients to servers when requested.
Cyrille Bagard
2021-06-01
Improve the code quality by renaming the type for packed buffers.
Cyrille Bagard
2021-05-29
Define roles for allowed connections to servers.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2019-10-27
Implemented snapshot related management features.
Cyrille Bagard
2019-10-24
Provided a dialog box to manage snapshots.
Cyrille Bagard
2019-10-20
Provided a way to update snapshots name and description.
Cyrille Bagard
2019-10-19
Initialized exchange strings with a new function.
Cyrille Bagard
2019-10-19
Reorganized code.
Cyrille Bagard
2019-10-19
Exchanged the list of all snapshots.
Cyrille Bagard
2019-10-13
Retrieved the current snapshot identifier from servers.
Cyrille Bagard
2019-09-29
Handled disabled update items.
Cyrille Bagard
2019-09-25
Prepared history for database items.
Cyrille Bagard
2019-09-17
Kept tracks of current active DB items.
Cyrille Bagard
2019-09-08
Used the SSL link with more care.
Cyrille Bagard
2019-09-08
Provided a way to save the database updates from Python.
Cyrille Bagard
2019-09-08
Updated the database protocol for bookmarks.
Cyrille Bagard
2019-09-05
Made server connections easier while running analysis.
Cyrille Bagard
2019-08-29
Defined a new way to launch updates share servers.
Cyrille Bagard
2018-12-17
Updated the connection protocol.
Cyrille Bagard
2018-12-03
Selected the right storage for each loaded binary.
Cyrille Bagard
2018-12-01
Cleaned the client code.
Cyrille Bagard
2018-12-01
Encrypted all communications using TLS.
Cyrille Bagard
2018-06-02
Reset the communication buffer as expected.
Cyrille Bagard
2018-06-02
Fixed a memory leak when reading packed buffers.
Cyrille Bagard
2018-05-02
Removed debug output.
Cyrille Bagard
2018-04-11
Moved all the temporary creations in a temporary directory.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2018-01-13
Handled the logs from the GUI, the command line and the Python bindings.
Cyrille Bagard
2017-04-19
Handled static strings as well as dynamic strings in comments.
Cyrille Bagard
2017-02-28
Defined abstract packed buffers to transfert data.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-04-11
Distinguished the internal server from the remote one using Unix sockets.
Cyrille Bagard
2016-04-09
Signed and verified the MD5 hash of a given user name.
Cyrille Bagard
2015-07-28
Begun to manage collection items as active or inactive using timestamps.
Cyrille Bagard
2015-07-22
Fortified the client/server protocol and first exchanges.
Cyrille Bagard
2014-10-16
Allowed log messages from every thread contexts.
Cyrille Bagard
2014-10-16
Stored a bookmark into the data base and saved the archive.
Cyrille Bagard
2014-08-18
Inserted storages and collections into loaded binaries (first steps).
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2014-03-20
Created the first steps for a distributed storage.
Cyrille Bagard