index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
passwd.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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-15
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
*
Merge in DES changed from 0.9.7-stable.
Richard Levitte
2002-03-22
1
-2
/
+2
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-0
/
+3
*
Due to an increasing number of clashes between modern OpenSSL and
Richard Levitte
2001-10-24
1
-1
/
+1
*
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
Dr. Stephen Henson
2001-10-16
1
-6
/
+6
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-30
1
-12
/
+11
*
Use apps_shutdown() in all applications, in case someone decides not
Richard Levitte
2001-06-23
1
-0
/
+1
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-19
1
-27
/
+27
*
Fix: return 0 if no error occured.
Bodo Möller
2001-03-13
1
-0
/
+1
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-8
/
+8
*
Fix openssl passwd -1
Bodo Möller
2001-01-19
1
-1
/
+1
*
Improve usability of 'openssl passwd' by including
Bodo Möller
2000-11-17
1
-1
/
+6
*
On VMS, stdout may very well lead to a file that is written to in a
Richard Levitte
2000-09-20
1
-1
/
+7
*
Update 'openssl passwd' documentation on selection of algorithms.
Bodo Möller
2000-07-31
1
-1
/
+1
*
BSD-style MD5-based password algorithm in 'openssl passwd'.
Bodo Möller
2000-06-23
1
-29
/
+46
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-5
/
+5
*
Stylistic changes: Don't use a macro for the malloc'ed length since it
Bodo Möller
2000-04-27
1
-3
/
+5
*
Warn about truncation also in the case when a single password is read using
Bodo Möller
2000-04-27
1
-2
/
+4
*
Make gcc 2.95.2 happy here, too.
Ralf S. Engelschall
2000-02-24
1
-0
/
+2
*
Fix gcc warnings.
Ulf Möller
2000-02-20
1
-3
/
+3
*
Casts now unnecessary because of changed prototype.
Bodo Möller
2000-02-17
1
-3
/
+3
*
Fix signed/unsigned warnings.
Ben Laurie
2000-02-16
1
-0
/
+2
*
Corrections.
Bodo Möller
2000-02-11
1
-7
/
+12
*
Implement MD5-based "apr1" password hash.
Bodo Möller
2000-02-11
1
-64
/
+338
*
Fix shadow.
Ben Laurie
2000-02-11
1
-8
/
+8
*
'passwd' tool.
Bodo Möller
2000-02-10
1
-0
/
+192
[prev]