Commits
- Commit:
80b166fa34a090dc2c22463735f025c9a1ed394c
- From:
- Alex Arx <aa@manpager.org>
- Date:
bump version to 0.6
- Commit:
473ec0cbc01929ac645dbfbf20c44538d3bc8a5d
- From:
- Alex Arx <aa@manpager.org>
- Date:
fix nwords not being initialised
- Commit:
98f5c0f5a33910fdff5f735b55274c6cd0cbecd0
- From:
- Alex Arx <aa@manpager.org>
- Date:
put copyright statements into the source code
- Commit:
0b56d86cf88ebb6ea35e9530aba23d65451c01d8
- From:
- Alex Arx <aa@manpager.org>
- Date:
document the dictionary paths, remove m4 compile-time dependency and fix the man page
- Commit:
1384c2edaf411442ce10a2487e43e4bc80d5c910
- From:
- Alex Arx <aa@manpager.org>
- Date:
make functions static
- Commit:
50610c96588883a7037ffb872e2d79c246fe0c72
- From:
- Alex Arx <aa@manpager.org>
- Date:
search for default dictionary in several locations
- Commit:
32ea74e2ed9b7178b183299dade65b7493495255
- From:
- Alex Arx <aa@manpager.org>
- Date:
documentation fixes
- Commit:
d8c0fc7b5f7045f20598586c00abd82fbda166e0
- From:
- Alex Arx <aa@manpager.org>
- Date:
add the -l flag
- Commit:
33d6c58e6acdb1ccf1ad84e52b2c896e9197b304
- From:
- Alex Arx <aa@manpager.org>
- Date:
complete refactor
- Commit:
caf30c150740e01b41af2fe0d5c32da701c089eb
- From:
- Alex Arx <aa@manpager.org>
- Date:
add the -a flag
- Commit:
46c6b68fcc1011714b10ec0e4c497767510323db
- From:
- Alexander Arkhipov <aa@manpager.net>
- Date:
bump version to 0.5
- Commit:
0123a9a6a0e6e904b08dbbecef54e5cea5d7ca48
- From:
- Alexander Arkhipov <aa@manpager.net>
- Date:
fix the dist target
- Commit:
12236cc20eb2921a755b654faa37e064d541d780
- From:
- Alexander Arkhipov <aa@manpager.net>
- Date:
preprocess the man page with m4 instead of sed
- Commit:
0bef3bb5486fcefceddd8ad884fdb7b3ab9fb65d
- From:
- Alexander Arkhipov <aa@manpager.net>
- Date:
get rid of config.mk
- Commit:
c27ffe568dc2c4062af04297ddd33289124bcce6
- From:
- Alexander Arkhipov <aa@manpager.net>
- Date:
update mail
- Commit:
5a6be0c6adc0c984b1abb64f7b54809a39f8bc34
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
update the readme for 0.4
- Commit:
dad6117cabd4972e3b7bffc4f2cdee1f9e0a94e3
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
bump version to 0.4
- Commit:
77987d57d869ab2843dfbd5b2f9e0f1c26b0f583
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
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.
- Commit:
fab801a19e2b0cacd281bf38f1d7889ef2ffcc6c
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
bump version to 0.3.4
- Commit:
f0d622973aaa1584a01f7f61de8cc24c326152e6
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
update documentation
- Commit:
9f6cd5e39233d6cb0c1b1f9d7a2ffab192ecba46
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
bump version to 0.3.3
- Commit:
59e34a7a180974d2b92b1cffb89a19da52181616
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
simplify the makefile
- Commit:
926e1c04eee17d60a49e5903d3273232fbd30fb0
- From:
- Alexander Arkhipov <aa_src@manpager.net>
- Date:
improve the algorithm
- Commit:
88da105c5d8bf235538925538a0a36723b9daf48
- From:
- Alexander Arkhipov <src@mineeyes.cyou>
- Date:
update version to 0.3.2
- Commit:
bb118a6c57a2e0ef250a79458ad14e554518be8b
- From:
- Alexander Arkhipov <src@mineeyes.cyou>
- Date:
remove the bsd dependencies (again)