search for: libotp

Displaying 14 results from an estimated 14 matches for "libotp".

Did you mean: libomp
2013 Feb 23
0
make install fails on Solaris 10
...master.o doveadm-mount.o doveadm-mutf7.o doveadm-penalty.o doveadm-print-flow.o doveadm-print-pager.o doveadm-print-tab.o doveadm-print-table.o doveadm-proxy.o doveadm-pw.o doveadm-sis.o doveadm-stats.o doveadm-who.o dsync/libdsync.a ../auth/libpassword.a ../lib-ntlm/libntlm.a ../lib-otp/libotp.a ../../src/lib-storage/libdovecot-storage.la -R/usr/sfw/lib -L/usr/sfw/lib -lssl -lcrypto -lsocket -lnsl -ldl ../../src/lib-dovecot/libdovecot.la -export-dynamic -lnsl -lsocket -lrt -lsendfile libtool: link: /opt/SUNWspro/bin/cc -fast -xipo=2 -I/usr/sfw/include -I/usr/sfw/include -o .libs/do...
2010 May 05
1
2.0 FTBFS since sqlpool changes when --with-sql=plugin is used
...vpopmail.o passdb-sql.o userdb.o userdb-blocking.o userdb-checkpassword.o userdb-nss.o userdb-passwd.o userdb- passwd-file.o userdb-prefetch.o userdb-static.o userdb-vpopmail.o userdb-sql.o db-ldap.o passdb-ldap.o userdb-ldap.o -Wl,--export-dynamic libpassword.a ../lib-ntlm/libntlm.a ../lib-otp/libotp.a ../../src/lib-sql/.libs/libsql.a ../../src/lib-dovecot/.libs/libdovecot.so -lcrypt -lpam -ldl -lrt -Wl,-rpath - Wl,/usr/lib64/dovecot libtool: link: gcc -std=gnu99 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 - fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic - Wall -W -...
2010 Nov 19
1
2.0 hg build failing...
...assdb-sql.o passdb-static.o userdb.o userdb-blocking.o userdb-checkpassword.o userdb-nss.o userdb-passwd.o userdb-passwd-file.o userdb-prefetch.o userdb-static.o userdb-vpopmail.o userdb-sql.o db-ldap.o passdb-ldap.o userdb-ldap.o -Wl,--export-dynamic libpassword.a ../lib-ntlm/libntlm.a ../lib-otp/libotp.a ../../src/lib-sql/.libs/libsql.a ../../src/lib-dovecot/.libs/libdovecot.so -lcrypt -lpam -ldl -lrt -Wl,-rpath -Wl,/usr/dovecot-2/lib/dovecot auth-penalty.o: In function auth_penalty_anvil_callback': /usr/src/dovecot-2.0/dovecot-2.0/src/auth/auth-penalty.c:73: undefined reference to anvil_clie...
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2009 Jan 07
4
v1.1.8 released
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig Most importantly mbox bugfixes. v1.1 should finally be as stable with mboxes as it was with v1.0. Hopefully we'll also soon have the first v1.2 beta release and the final v1.2.0 somewhat soon after that. - mbox: Several bugfixes. Fixes "next message unexpectedly lost"
2009 Jan 07
4
v1.1.8 released
http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz http://dovecot.org/releases/1.1/dovecot-1.1.8.tar.gz.sig Most importantly mbox bugfixes. v1.1 should finally be as stable with mboxes as it was with v1.0. Hopefully we'll also soon have the first v1.2 beta release and the final v1.2.0 somewhat soon after that. - mbox: Several bugfixes. Fixes "next message unexpectedly lost"
2009 Mar 17
2
problem with ldap
Hi, dovecot-1.2 from hg.dovecot.org openldap-2.4.11 passdb.o: In function `passdbs_init': /home/src/dovecot-1.2/src/auth/passdb.c:230: undefined reference to `passdb_ldap' userdb.o: In function `userdbs_init': /home/src/dovecot-1.2/src/auth/userdb.c:177: undefined reference to `userdb_ldap' collect2: ld returned 1 exit status -- Xueron Nee http://www.xueron.com
2009 Apr 06
9
Compiling v1.3 on different OSes
I was hoping to finally get shared libdovecot.so and libdovecot-storage.so libraries for v1.3, so Sieve (and maybe others) could link against them. But I'm running into trouble getting it to compile in Solaris 10. Could you non-Linux users test if this compiles with you? http://dovecot.org/tmp/dovecot-1.3.UNSTABLE.tar.gz Or if anyone has ideas why this happens, I'd like to know:
2006 Jun 26
2
[PATCH, RFC 3/13] OTP: parity table
Add OTP parity table. diff -urdpNX /usr/share/dontdiff -x Makefile dovecot.vanilla/src/lib-otp/otp-parity.c dovecot/src/lib-otp/otp-parity.c --- dovecot.vanilla/src/lib-otp/otp-parity.c 1970-01-01 03:00:00.000000000 +0300 +++ dovecot/src/lib-otp/otp-parity.c 2006-06-23 13:44:31.161891112 +0400 @@ -0,0 +1,29 @@ +/* + * OTP parity table. + * + * Copyright (c) 2006 Andrey Panin <pazke at
2012 Oct 11
3
dovecot cores
Hi dovecot-community, i have set up a new dovecot server - everything is self-compiled and with newest versions. dovecot daemon dies every night: Bugreport Mail - dovecot cores with sig11 my dovecot daemon cores every night - no message in log file. Please help. It runs in an OpenVZ container - therefore reiserfs is reported as filesystem. root at glen ~]# cat /etc/dovecot/dovecot.conf #
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...ot system 55244 Dec 8 04:03 libkdb.a -rwxr-xr-x 1 root system 782 Dec 8 04:03 libkdb.la -rw-r--r-- 1 root system 368800 Dec 8 04:03 libkrb.a -rwxr-xr-x 1 root system 755 Dec 8 04:03 libkrb.la -rw-r--r-- 1 root system 209950 Dec 8 04:03 libotp.a -rwxr-xr-x 1 root system 788 Dec 8 04:03 libotp.la -rw-r--r-- 1 root system 276378 Dec 8 04:03 libroken.a -rwxr-xr-x 1 root system 741 Dec 8 04:03 libroken.la -rw-r--r-- 1 root system 260128 Dec 8 04:03 libsia_krb4.so -rw-r--r-- 1 root...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
...asn1.h roken-common.h editline.h hdb-protos.h kadm5 krb5_err.h roken.h err.h hdb.h kafs.h otp.h rtbl.h serow# ls /usr/heimdal/lib lib45.a libeditline.la libkadm5clnt.la libkrb5.la libsl.a libasn1.a libgssapi.a libkadm5srv.a libotp.a libsl.la libasn1.la libgssapi.la libkadm5srv.la libotp.la libss.a libcom_err.a libhdb.a libkafs.a libroken.a libss.la libcom_err.la libhdb.la libkafs.la libroken.la libeditline.a libkadm5clnt.a libkrb5.a libsia_krb5.so serow# ---...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...asl2/digestmd5WebDAV.so 001f5000 /usr/lib/sasl2/libanonymous.2.so 00300000 /usr/lib/sasl2/libcrammd5.2.so 00306000 /usr/lib/sasl2/libdigestmd5.2.so 00313000 /usr/lib/sasl2/libgssapiv2.2.so 0031d000 /usr/lib/sasl2/login.so 00323000 /usr/lib/sasl2/libotp.2.so 00334000 /usr/lib/sasl2/libplain.2.so 0033a000 /usr/lib/sasl2/libpps.so 00345000 /usr/lib/sasl2/mschapv2.so 0034c000 /usr/lib/sasl2/shadow_auxprop.so 00354000 /usr/lib/sasl2/smb_lm.so 0035a000 /usr/lib/sasl2/smb_nt.so 00360000 /usr...