aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update readmeHEADmasterNicholas Tay2024-04-162-6/+20
* Allow way to force build weak rng mode via defineNicholas Tay2024-04-161-0/+2
* Add watcom CL to makeNicholas Tay2024-04-162-0/+5
* Only display pragma message on gcc or clangNicholas Tay2024-04-081-0/+2
* Support win32 mingw cross-compile in makeNicholas Tay2024-04-062-1/+6
* Let it leakNicholas Tay2024-04-061-31/+8
* Use wincrypt on msys2Nicholas Tay2023-05-072-8/+5
* Install on certain locations readmeNicholas Tay2023-03-221-0/+14
* Add version to app itselfv0.1.1Nicholas Tay2023-03-221-2/+7
* Batch script for Windows compilationNicholas Tay2022-01-162-1/+10
* Handle errors properly for wincryptNicholas Tay2022-01-161-6/+13
* Use portable exit return codesNicholas Tay2022-01-161-9/+6
* Update readmeNicholas Tay2022-01-141-1/+9
* Fix grammar caps generation on new grammarsNicholas Tay2022-01-141-6/+5
* Add --help itself to helpNicholas Tay2022-01-141-1/+2
* Fix direct grammar string passing invalid freeNicholas Tay2022-01-141-1/+2
* Add some more default grammar combosNicholas Tay2022-01-141-2/+17
* Add grammar mappings to help messageNicholas Tay2022-01-141-1/+5
* Split out classes into an array of custom structNicholas Tay2022-01-141-11/+24
* Add help optionNicholas Tay2022-01-131-0/+13
* Fix + add error messageNicholas Tay2022-01-131-1/+2
* Allow 0 tripletsNicholas Tay2022-01-131-8/+5
* Use static buffers for regular password generationNicholas Tay2022-01-132-16/+25
* Fix generation for number params (forgot grammar_size)Nicholas Tay2022-01-131-5/+5
* Run astyleNicholas Tay2022-01-111-2/+2
* .gitignore fix line endingsNicholas Tay2022-01-111-55/+55
* Fix potential invalid free on password ptrNicholas Tay2022-01-111-2/+3
* Add build instructions for Windows in readmeNicholas Tay2022-01-111-1/+15
* Add wincrypt support for RNG on WindowsNicholas Tay2022-01-111-25/+49
* Enforce unsigned int for RNG generationNicholas Tay2022-01-111-2/+2
* Split out logic into nice functionsNicholas Tay2022-01-111-49/+71
* BSD support for getentropy()Nicholas Tay2022-01-111-3/+14
* Reorganise/remove unneeded includesNicholas Tay2022-01-111-1/+4
* Use getentropy on macOSNicholas Tay2022-01-111-3/+3
* Switch to getentropy C api (to port to macOS)Nicholas Tay2022-01-101-3/+2
* Fix tabs -> spacesNicholas Tay2022-01-101-2/+2
* Reindent config.hNicholas Tay2022-01-061-7/+9
* astyle + additional comments (+ to c89 style)Nicholas Tay2022-01-051-10/+22
* astyle K&RNicholas Tay2021-12-031-75/+75
* Print error messages to stderr insteadNicholas Tay2021-12-021-3/+2
* Needless import of unistd on LinuxNicholas Tay2021-12-021-2/+4
* Dynamically allocate password instead of using VLANicholas Tay2021-12-021-1/+16
* More explicit custom grammar flag for free()Nicholas Tay2021-12-021-2/+4
* CRLF -> LFNicholas Tay2021-12-024-136/+136
* Less syscalls the better? Call getrandom() every generationNicholas Tay2021-12-021-6/+3
* Enforce C99Nicholas Tay2021-12-021-1/+1
* Add better RNG for LinuxNicholas Tay2021-12-021-3/+19
* Automatic commit of package [passgen] release [0.1.1-1].Nicholas Tay2021-12-012-4/+4
* Ignore executable in gitignoreNicholas Tay2021-12-011-1/+4
* Fix VLA for password charsNicholas Tay2021-12-011-1/+2