[dovecot-cvs] dovecot/src/util Makefile.am,1.8,1.9
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 19:36:42 UTC 2006
- Previous message: [dovecot-cvs] dovecot configure.in,1.310,1.311
- Next message: [dovecot-cvs] dovecot/src/lib-otp .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 otp-dictionary.c, NONE, 1.1 otp-dictionary.h, NONE, 1.1 otp-hash.c, NONE, 1.1 otp-hash.h, NONE, 1.1 otp-parity.c, NONE, 1.1 otp-parity.h, NONE, 1.1 otp-parse.c, NONE, 1.1 otp-parse.h, NONE, 1.1 otp.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv24954/src/util
Modified Files:
Makefile.am
Log Message:
Added OTP and S/KEY authentication mechanisms. Patch by Andrey Panin.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 14 Jan 2006 12:46:33 -0000 1.8
+++ Makefile.am 12 Nov 2006 19:36:40 -0000 1.9
@@ -22,6 +22,7 @@
dovecotpw_LDADD = \
../auth/libpassword.a \
../lib-ntlm/libntlm.a \
+ ../lib-otp/libotp.a \
../lib/liblib.a \
$(AUTH_LIBS) \
$(RAND_LIBS) \
- Previous message: [dovecot-cvs] dovecot configure.in,1.310,1.311
- Next message: [dovecot-cvs] dovecot/src/lib-otp .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 otp-dictionary.c, NONE, 1.1 otp-dictionary.h, NONE, 1.1 otp-hash.c, NONE, 1.1 otp-hash.h, NONE, 1.1 otp-parity.c, NONE, 1.1 otp-parity.h, NONE, 1.1 otp-parse.c, NONE, 1.1 otp-parse.h, NONE, 1.1 otp.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list