Age | Commit message (Expand) | Author |
---|---|---|
2024-10-04 | Use `static const`s instead of `#define`s for constants.HEADmaster | Samuel Matthiesen |
2023-04-19 | Added Guix manifest file and new make target....* Makefile: Added sanitize target * manifest.scm: Added | Samuel Fadel |
2023-04-14 | Minor formatting and refactoring....* lpass.c: Changed the order of some arguments, renamed variables/args where necessary to make them clearer. 0.9.1 | Samuel Fadel |
2023-04-12 | More defensive init; fix logic bug introduced earlier....* lpass.c: Even more aggressive init, consume_entropy overwrites the given buffer instead of relying on it being properly initialized. | Samuel Fadel |
2023-04-12 | Rename/retype some args and variables, better intializations....* lpass.c: Better variable names; fixed type of passlen in calc_entropy; smaller variable names where it makes sense; initialize more defensively with cheaper initializations. | Samuel Fadel |
2023-04-12 | Remove uneeded init, improve comments, var names....* lpass.c: calc_entropy: salt and key are directly filled with data after init, do not need to be initialized beforehand. | Samuel Fadel |
2023-04-11 | Use size_t for lengths and complete Makefile....* lpass.c: Use size_t for all lengths * Makefile: Proper targets (clean, install, uninstall) added and more strict compilation flags * LICENSE: Actually add file... 0.9 | Samuel Fadel |
2023-04-11 | Added LICENSE and implemented charset restrictions....As per my usage, lpass is now complete. * LICENSE: Added. * README.md: Updated with more information. * lpass.c: Implemented charset restrictions. 0.1 | Samuel Fadel |
2023-04-09 | Proper argument parsing....Also started charset restriction implementation. * lpass.c: Argument parsing & stub charset restriction. | Samuel Fadel |
2023-04-08 | Initial commit....An initial working implementation of the password generating algorithm of lesspass. Lacks any sort of documentation or usage info and simply prints the generated password on stdout. * lpass.c: Initial implementation of lesspass * Makefile: A just works version | Samuel Fadel |