summaryrefslogtreecommitdiff
path: root/src/analysis/db/cdb.c
AgeCommit message (Expand)Author
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2022-02-21Make the server drive the network exchanges.Cyrille Bagard
2021-11-14Prevent usage of removed clients.Cyrille Bagard
2021-10-24Use the loaded content class hints in the DB archives.Cyrille Bagard
2021-08-01Build archive temporary filenames from one place.Cyrille Bagard
2021-08-01Extend the protocol to store the analyzed binary content.Cyrille Bagard
2021-06-03Reconnect the analysis clients to servers when requested.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-05-29Define roles for allowed connections to servers.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-10-29Improved concurrency handle with connected clients.Cyrille Bagard
2019-10-27Implemented snapshot related management features.Cyrille Bagard
2019-10-20Provided a way to update snapshots name and description.Cyrille Bagard
2019-10-19Initialized exchange strings with a new function.Cyrille Bagard
2019-10-19Exchanged the list of all snapshots.Cyrille Bagard
2019-10-13Retrieved the current snapshot identifier from servers.Cyrille Bagard
2019-10-12Defined a new type dedicated to snapshot identifiers.Cyrille Bagard
2019-10-10Introduced first steps towards database snapshots.Cyrille Bagard
2019-09-25Prepared history for database items.Cyrille Bagard
2019-09-17Kept tracks of current active DB items.Cyrille Bagard
2019-09-08Updated the database protocol for bookmarks.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2018-12-17Updated the connection protocol.Cyrille Bagard
2018-12-02Cleaned the DB code a little bit.Cyrille Bagard
2018-12-01Encrypted all communications using TLS.Cyrille Bagard
2018-06-02Fixed a memory leak when reading packed buffers.Cyrille Bagard
2018-05-12Improved a little bit the Chrysalide database support.Cyrille Bagard
2018-05-12Created helpers for dealing with archives.Cyrille Bagard
2018-05-02Removed debug output.Cyrille Bagard
2018-05-02Moved archive temporary files.Cyrille Bagard
2018-05-02Cleaned some archive resources at exit.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-07Fixed a bug when reading the compressed database.Cyrille Bagard
2017-04-19Handled static strings as well as dynamic strings in comments.Cyrille Bagard
2017-03-03Fixed a buggy code when updating database for connected clients.Cyrille Bagard
2017-02-28Defined abstract packed buffers to transfert data.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-04-11Distinguished the internal server from the remote one using Unix sockets.Cyrille Bagard
2015-12-01Moved the mkpath() function to a proper location.Cyrille Bagard
2015-07-28Begun to manage collection items as active or inactive using timestamps.Cyrille Bagard
2015-07-22Fortified the client/server protocol and first exchanges.Cyrille Bagard
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
2015-04-30Fixed implicit declarations of functions causing crashes.Cyrille Bagard
2015-02-10Fixed a bug by reordering the first exchanges.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-01-05Ensured the right macro is used (XSTR vs STR).Cyrille Bagard
2014-10-16Stored a bookmark into the data base and saved the archive.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard