Blame


1 80b166fa 2024-11-19 aa 0.6
2 80b166fa 2024-11-19 aa
3 80b166fa 2024-11-19 aa - Added the -al flags.
4 80b166fa 2024-11-19 aa - Default dictionary file is now searched in $XDG_DATA_HOME/gpass.dic,
5 80b166fa 2024-11-19 aa $HOME/.gpass.dic, /usr/share/gpass.dic and /usr/local/share/gpass.dic
6 80b166fa 2024-11-19 aa instead of $PREFIX/share/gpass/eff.long, where $PREFIX is a
7 80b166fa 2024-11-19 aa compile-time variable.
8 80b166fa 2024-11-19 aa
9 46c6b68f 2023-05-30 aa 0.5
10 46c6b68f 2023-05-30 aa
11 46c6b68f 2023-05-30 aa Got rid of config.mk, and the man page is now preprocessed with m4
12 46c6b68f 2023-05-30 aa instead of sed. The program should be much simpler to build and package
13 46c6b68f 2023-05-30 aa now.
14 46c6b68f 2023-05-30 aa
15 dad6117c 2023-05-01 aa_src 0.4
16 dad6117c 2023-05-01 aa_src
17 dad6117c 2023-05-01 aa_src Removed the libsodium dependency.
18 dad6117c 2023-05-01 aa_src
19 dad6117c 2023-05-01 aa_src arc4random(3) is now part of glibc, meaning that the majority of people
20 dad6117c 2023-05-01 aa_src should be able to "just compile" gpass without any special libraries,
21 dad6117c 2023-05-01 aa_src and the minority could just use libbsd.
22 dad6117c 2023-05-01 aa_src
23 fab801a1 2023-03-12 aa_src 0.3.4
24 fab801a1 2023-03-12 aa_src
25 fab801a1 2023-03-12 aa_src Minor maintenance.
26 fab801a1 2023-03-12 aa_src
27 9f6cd5e3 2022-12-30 aa_src 0.3.3
28 9f6cd5e3 2022-12-30 aa_src
29 9f6cd5e3 2022-12-30 aa_src - Words can now be separated by any amount of any whitespace.
30 9f6cd5e3 2022-12-30 aa_src - Improved the algorithm: offsets of words are now memorised on the
31 9f6cd5e3 2022-12-30 aa_src first pass.
32 9f6cd5e3 2022-12-30 aa_src - Limited the number of words in the dictionary to 32767.
33 9f6cd5e3 2022-12-30 aa_src - Simplified the makefile.
34 9f6cd5e3 2022-12-30 aa_src
35 88da105c 2022-10-19 src 0.3.2
36 88da105c 2022-10-19 src
37 88da105c 2022-10-19 src Removed the BSD dependencies (again).
38 88da105c 2022-10-19 src
39 d8200658 2022-09-30 src 0.3.1
40 d8200658 2022-09-30 src
41 d8200658 2022-09-30 src Minor fix for OpenBSD: the unveil ability is removed once it's unneeded.
42 d8200658 2022-09-30 src
43 33ebb25a 2022-09-30 src 0.3
44 33ebb25a 2022-09-30 src
45 33ebb25a 2022-09-30 src - Added support for pledge(2) and unveil(2) on OpenBSD.
46 33ebb25a 2022-09-30 src - Added protection against integer overflows.
47 33ebb25a 2022-09-30 src - Removed the BSD dependencies.
48 33ebb25a 2022-09-30 src - Improved the portability of the Makefile.
49 33ebb25a 2022-09-30 src
50 33ebb25a 2022-09-30 src 0.2.1
51 33ebb25a 2022-09-30 src
52 33ebb25a 2022-09-30 src Minor improvements to documentation, error messages etc.
53 33ebb25a 2022-09-30 src
54 19b0b4c0 2022-09-29 src 0.2
55 19b0b4c0 2022-09-29 src
56 19b0b4c0 2022-09-29 src - Bugfixes and cleanup;
57 19b0b4c0 2022-09-29 src - Licence change from ISC to BSD0;
58 19b0b4c0 2022-09-29 src
59 19b0b4c0 2022-09-29 src 0.1
60 19b0b4c0 2022-09-29 src
61 19b0b4c0 2022-09-29 src First release