index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
passwd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-21
/
+21
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
apps/passwd.c: Make MD5 and SHA password making EBCDIC aware
Richard Levitte
2017-08-24
1
-64
/
+108
*
apps/passwd.c: Fix code layout
Richard Levitte
2017-08-24
1
-34
/
+36
*
apps/passwd.c: Don't disable MD5 and SHA when CHARSET_EBCDIC is defined
Richard Levitte
2017-08-24
1
-48
/
+2
*
Fix some pedantic warnings.
Pauli
2017-07-17
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-1
/
+7
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-3
/
+3
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-2
/
+2
*
Fix coding style in apps/passwd file
Paul Yang
2017-05-31
1
-27
/
+26
*
More typo fixes
FdaSilvaYY
2017-03-29
1
-1
/
+1
*
apps/passwd.c: 32 bits are sufficient to hold ROUNDS_MAX.
Andy Polyakov
2017-03-27
1
-3
/
+3
*
use OSSLzu instead of lu format for size_t display
edelangh
2017-03-03
1
-2
/
+2
*
'openssl passwd' command can now compute AIX MD5-based passwords hashes.
GaƩtan Njinang
2017-01-21
1
-16
/
+38
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Rather than one variable for each passwd type, use one enum variable
Richard Levitte
2016-09-14
1
-38
/
+49
*
Add SHA256 and SHA512 based output for 'openssl passwd'
Richard Levitte
2016-09-14
1
-9
/
+311
*
Fix 'openssl passwd' with arguments -1 or -apr1
Richard Levitte
2016-09-14
1
-0
/
+1
*
Fix return values of do_passwd() in apps/passwd.c
Richard Levitte
2016-08-01
1
-2
/
+2
*
Code factorisation and simplification
FdaSilvaYY
2016-07-20
1
-1
/
+1
*
Fix double calls to strlen
FdaSilvaYY
2016-07-20
1
-7
/
+15
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-32
/
+53
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Fix passwd seg fault
Matt Caswell
2016-04-27
1
-0
/
+1
*
Fix "no-ui" configuration
Richard Levitte
2016-03-31
1
-11
/
+24
*
Make the '-in' option in apps/passwd.c less mandatory
Richard Levitte
2016-03-31
1
-4
/
+10
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-3
/
+3
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-4
/
+4
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-27
/
+31
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-1
/
+1
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-1
/
+0
*
Use bio_err not stderr in apps.
Rich Salz
2015-06-09
1
-2
/
+2
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-2
/
+2
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-12
/
+5
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-155
/
+171
*
free NULL cleanup
Rich Salz
2015-03-25
1
-4
/
+2
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-2
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-478
/
+458
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-1
/
+2
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.
Ben Laurie
2005-06-29
1
-1
/
+2
*
some const fixes
Nils Larsch
2005-04-05
1
-2
/
+2
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-1
/
+2
*
EXIT() may mean return(). That's confusing, so let's have it really mean
Richard Levitte
2002-12-03
1
-2
/
+2
*
makedepend complains when a header file is included more than once in
Richard Levitte
2002-10-14
1
-1
/
+0
[next]