Overview
Comment: | add missing --nocopy option to mkpw |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
61813b7d9b6e4b36ecd5315b0514af65 |
User & Date: | lexi on 2019-08-13 02:28:46 |
Other Links: | manifest | tags |
Context
2019-08-13
| ||
02:43 | fixes for script compat check-in: 2592d3e6e0 user: lexi tags: trunk | |
02:28 | add missing --nocopy option to mkpw check-in: 61813b7d9b user: lexi tags: trunk | |
2019-08-08
| ||
00:09 | fix longstanding and COMPLETELY IDIOTIC bugs in xpriv. how fucking high was i when i wrote this shit!??? check-in: 33d1991a4d user: lexi tags: trunk | |
Changes
Modified mkpw.c from [4060441d9a] to [e02ebfb705].
31 31 # define _cl_opt 32 32 #endif 33 33 34 34 #define options \ 35 35 o('l',lower,mode = lower) \ 36 36 o('m',mix,mode = mix) \ 37 37 o('u',upper,mode = upper)\ 38 + o('n',nocopy,copy = false)\ 38 39 _cl_opt 39 40 40 41 enum /* constants */ { 41 42 null = 0, true = 1, false = 0 42 43 }; 43 44 44 45 typedef enum bad {