public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH crypt 0/8] Use musl implementation
@ 2017-08-04  2:53 Yaakov Selkowitz
  2017-08-04  2:53 ` [PATCH crypt 2/8] Port sources to Cygwin Yaakov Selkowitz
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Yaakov Selkowitz @ 2017-08-04  2:53 UTC (permalink / raw)
  To: cygwin-apps

Yaakov Selkowitz (8):
  Import musl sources
  Port sources to Cygwin
  Export crypt_r
  Guard GNU extensions in header, declare other functions
  Disable blowfish cipher
  Update Makefile
  Update README
  Add .gitignore

 .gitignore       |    4 +
 COPYRIGHT        |  163 +++++++++
 Makefile         |   28 +-
 crypt.README     |   38 +-
 crypt.c          |   44 +--
 crypt.def        |    1 +
 crypt.h          |   27 ++
 crypt_blowfish.c |  798 ++++++++++++++++++++++++++++++++++++++++++
 crypt_des.c      | 1018 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 crypt_md5.c      |  285 +++++++++++++++
 crypt_r.c        |   31 ++
 crypt_sha256.c   |  322 +++++++++++++++++
 crypt_sha512.c   |  371 ++++++++++++++++++++
 encrypt.c        |  343 +++---------------
 encrypt.h        |   35 --
 15 files changed, 3090 insertions(+), 418 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 COPYRIGHT
 create mode 100644 crypt.h
 create mode 100644 crypt_blowfish.c
 create mode 100644 crypt_des.c
 create mode 100644 crypt_md5.c
 create mode 100644 crypt_r.c
 create mode 100644 crypt_sha256.c
 create mode 100644 crypt_sha512.c
 delete mode 100644 encrypt.h

-- 
2.13.2

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-09-01  9:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04  2:53 [PATCH crypt 0/8] Use musl implementation Yaakov Selkowitz
2017-08-04  2:53 ` [PATCH crypt 2/8] Port sources to Cygwin Yaakov Selkowitz
2017-08-04  2:53 ` [PATCH crypt 1/8] Import musl sources Yaakov Selkowitz
2017-08-04  2:53 ` [PATCH crypt 3/8] Export crypt_r Yaakov Selkowitz
2017-08-04  2:58 ` [PATCH crypt 4/8] Guard GNU extensions in header, declare other functions Yaakov Selkowitz
2017-08-04  2:58 ` [PATCH crypt 7/8] Update README Yaakov Selkowitz
2017-08-04  2:58 ` [PATCH crypt 8/8] Add .gitignore Yaakov Selkowitz
2017-08-04  3:01 ` [PATCH crypt 5/8] Disable blowfish cipher Yaakov Selkowitz
2017-08-04  7:46   ` Corinna Vinschen
2017-08-04  8:32     ` Yaakov Selkowitz
2017-09-01  1:38       ` Yaakov Selkowitz
2017-08-04  3:02 ` [PATCH crypt 6/8] Update Makefile Yaakov Selkowitz
2017-09-01  1:40   ` [PATCH v2 " Yaakov Selkowitz
2017-09-01  9:03     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).