Commits


bump version to 0.6


fix nwords not being initialised


put copyright statements into the source code


document the dictionary paths, remove m4 compile-time dependency and fix the man page


make functions static


search for default dictionary in several locations


documentation fixes


add the -l flag


complete refactor


add the -a flag


bump version to 0.5


fix the dist target


preprocess the man page with m4 instead of sed


get rid of config.mk


update mail


update the readme for 0.4


bump version to 0.4


remove libsodium dependency The libsodium dependency was originally introduced because GNU systems didn't have arc4random(3) in stdlib.h, and simply reading /dev/urandom seemed like a bad idea. Glibc does have arc4random(3) now (since the release 2.36 of august 2022), and last time I checked musl developers seemed to be for the idea of supporting arc4random(3) once glibc does (Though they don't yet). People wishing to compile gpass with unusual (i.e. not BSD or GNU) libcs may modify the Makefile to link against libbsd.


bump version to 0.3.4


update documentation


bump version to 0.3.3


simplify the makefile


improve the algorithm


update version to 0.3.2


remove the bsd dependencies (again)