Skip to content

Commit

Permalink
libpassword: Add BLF-CRYPT support independent of crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse authored and Timo Sirainen committed Oct 16, 2017
1 parent 58d21a1 commit 1ebb609
Show file tree
Hide file tree
Showing 6 changed files with 1,004 additions and 9 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ Vaclav Haisman <[email protected]> (src/lib/ioloop-kqueue.c,

Portions Copyright (c) 2008 Apple Inc. All rights reserved.

Blowfish code by Solar Designer <solar at openwall.com>

Grepping 'Patch by' from ChangeLog shows up more people.
3 changes: 2 additions & 1 deletion src/auth/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ AM_CPPFLAGS = \
auth_LDFLAGS = -export-dynamic

libpassword_la_SOURCES = \
crypt-blowfish.c \
mycrypt.c \
password-scheme.c \
password-scheme-crypt.c \
Expand Down Expand Up @@ -231,7 +232,7 @@ test_programs = \

noinst_PROGRAMS = $(test_programs)

noinst_HEADERS = test-auth.h
noinst_HEADERS = test-auth.h crypt-blowfish.h

test_libs = \
../lib-dovecot/libdovecot.la
Expand Down
Loading

0 comments on commit 1ebb609

Please sign in to comment.