aboutsummaryrefslogtreecommitdiff
path: root/passgen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* More explicit custom grammar flag for free()Nicholas Tay2021-12-021-2/+4
* CRLF -> LFNicholas Tay2021-12-021-101/+101
* Less syscalls the better? Call getrandom() every generationNicholas Tay2021-12-021-6/+3
* Add better RNG for LinuxNicholas Tay2021-12-021-3/+19
* Fix VLA for password charsNicholas Tay2021-12-011-1/+2
* Add config file, refactor classes to be cleaner with macrosNicholas Tay2021-12-011-20/+8
* Missing string.h importNicholas Tay2021-12-011-0/+1
* Take a single argument as a grammarNicholas Tay2021-12-011-1/+6
* Take in triplet/specials/numbers argumentsNicholas Tay2021-12-011-2/+32
* Adjust seeding and compiler errorsNicholas Tay2021-11-301-9/+6
* Initial passgen with no customisable grammarNicholas Tay2021-11-301-0/+66