index
:
vxgg_rewrite
master
threadpool-debugging
A more competent rewrite of VXGG
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encryption.c
Age
Commit message (
Expand
)
Author
2025-10-26
Fix encryption suite after ripping out cleanup function suite
@syxhe
2025-10-22
Fix threadpool after ripping out cleanup function suite
@syxhe
2025-10-21
Touch up code in shared.c
@syxhe
2025-10-21
Reformat tests.c
@syxhe
2025-10-21
Fix _GNU_SOURCE not being defined
@syxhe
2025-10-21
Create tests file
@syxhe
2025-10-20
Switch to unity build
@syxhe
2025-06-14
Work on implementing getfilelist function
@syxhe
2025-06-14
Fix encrypt and decrypttofile functions
@syxhe
2025-06-11
Start fixing the encryption scheme
@syxhe
2025-06-09
We do a little documentation
@syxhe
2025-06-09
Trim more fat, add some doxygen markup to the threadpool functions
@syxhe
2025-06-08
Trim the fat
@syxhe
2025-06-06
Style touchup
@syxhe
2025-04-10
Overhaul makefile
@syxhe
2025-04-04
Make decryptto function also use named temporary files for writing
@syxhe
2025-03-31
Create decryptto function
@syxhe
2025-03-31
Decouple the checksodiumcb function from ALWAYS_CHECK_LIBSODIUM into its own ...
@syxhe
2025-03-30
Create encryption functions that actually work
@syxhe
2025-03-28
Create xalloc function and wrappers, fix XALLOC_EXIT usages to comply with IS...
@syxhe
2025-03-23
Fix a whole bunch of shit, create an arena implementation
@syxhe
2025-01-27
Write encrypttotmp, fuck up decryption again
@syxhe
2025-01-26
Reimplement dirname() as xdirname()
@syxhe
2025-01-21
This shit corrupted !
@syxhe
2025-01-21
Write some sample code to encrypt a file via password
@syxhe
2025-01-19
Write example code for generating, storing, and verifying a password
@syxhe
2025-01-11
Fix genpassword function, delete buggy (v)asprintf implementation(s)
@syxhe
2025-01-11
First pass at genpassword
@syxhe
2025-01-09
Figure out why linking wasn't working
@syxhe
2025-01-07
Figure out how to link into the filesystem
@syxhe
2025-01-07
For posterity
@syxhe
2025-01-06
Use GNU macro (v)asprintf only if _GNU_SOURCE is defined
@syxhe
2025-01-06
sdptiny
@syxhe
2025-01-06
Start work on encryption
@syxhe