Matt Caswell
|
ee71383a8d
Update copyright year
|
2 years ago |
Peiwei Hu
|
038a185971
apps/passwd.c: free before error exiting
|
2 years ago |
Dr. David von Oheimb
|
b0f960189b
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
|
3 years ago |
Dr. David von Oheimb
|
3ad6030948
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
|
3 years ago |
Disconnect3d
|
bae3916340
passwd.c: use the actual ROUNDS_DEFAULT macro
|
3 years ago |
Rich Salz
|
51e5df0ed0
Load rand state after loading providers
|
3 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Thomas De Schampheleire
|
6d4313f03e
replace 'unsigned const char' with 'const unsigned char'
|
3 years ago |
Rich Salz
|
021410ea3f
Check non-option arguments
|
3 years ago |
Pauli
|
c87a7f31a3
apps/passwd: remove the -crypt option.
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Pauli
|
6bd4e3f231
cmdline app: add provider commandline options.
|
4 years ago |
Pauli
|
c6fec81b88
Deprecate the low level DES functions.
|
4 years ago |
Veres Lajos
|
79c44b4e30
Fix some typos
|
5 years ago |
Rich Salz
|
92de469fbd
Document command parameters.
|
5 years ago |
Rich Salz
|
5388f9862d
Add "sections" to -help output
|
5 years ago |
Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 years ago |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Richard Levitte
|
dab2cd68e7
apps: Don't include progs.h in apps.h
|
6 years ago |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |
Richard Levitte
|
0f3ffbd158
apps/passwd.c: Make MD5 and SHA password making EBCDIC aware
|
7 years ago |
Richard Levitte
|
17621bc2bc
apps/passwd.c: Fix code layout
|
7 years ago |
Richard Levitte
|
16583e9179
apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is defined
|
7 years ago |
Pauli
|
f1b8b0010a
Fix some pedantic warnings.
|
7 years ago |
Rich Salz
|
3ee1eac27a
Standardize apps use of -rand, etc.
|
7 years ago |
Richard Levitte
|
48feaceb53
Remove the possibility to disable the UI module entirely
|
7 years ago |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 years ago |
Paul Yang
|
72d8b823bb
Fix coding style in apps/passwd file
|
7 years ago |
FdaSilvaYY
|
69687aa829
More typo fixes
|
7 years ago |