Displaying 20 results from an estimated 100 matches similar to: "[PATCH] NTLM2 support"
2004 Nov 10
0
[PATCH] NTLM update and crashfix
Hello,
attached patch allows LM authentication for older (Win9x) clients
which do not pass NTLM response in type 3 message. It also fixes
crash in dovecot-auth (empty credentials could be passed to
hex_to_binary function if NTLM2 was negotiated).
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
2004 Oct 29
1
[PATCH] yet another NTLM update
Hello,
after more than week using dovecot as exim4 authentication backend,
I noticed that some strange clients send type 3 messages with
LM response only. Attached patch allows them to log in.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urdpNX
2004 Oct 07
0
[PATCH] fix NTLM2 endianness buglet
Hi,
this patch fixes endianness problem in NTLM2 code.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -u dovecot-1.0-test46/src/auth/mech-ntlm.c dovecot-1.0-test46/src/auth/mech-ntlm.c
--- dovecot-1.0-test46/src/auth/mech-ntlm.c 2004-09-28
2006 May 23
2
additional fields in session DB table
I am using active record sessions and everything works fine. I am
integrating it with phpbb however so i need some extra fields populated in
the session table. In application.rb i put a before_filter to update the
session table
I have a model for the sessions
$ more app/models/session.rb
class Session < ActiveRecord::Base
set_primary_key "session_id"
set_table_name
2004 Oct 07
0
[PATCH] add missing error check in epoll code
Hello,
this patch adds missing epoll_create() error check.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpX /usr/share/dontdiff dovecot-1.0-test46.vanilla/src/lib/ioloop-epoll.c dovecot-1.0-test46/src/lib/ioloop-epoll.c
---
2004 Oct 07
0
[PATCH] change old style SASL discovery code
Hello,
this patch reworks old-style SASL discovery code. With this
patch applied it advertises all configured SASL mechanisms.
It makes possible for MS Outlook to use all installed
security service providers (SSP), so if someone crazy enough
will write CRAM-MD5 or DIGEST-MD5 SSP we'll support it readily :)
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system
2004 Oct 22
1
[PATCH] support OEM encoding in NTLM messages
Hello,
after I started to use dovecot as a backend for exim4 SMTP
authentication on my main mailserver, I noticed that some
clients don't advertise unicode support and so they can't
log in.
To fix the problem the attached patch allows use of OEM encoding
in NTLM messages.
Please consider applying.
Best regards.
P.S. I want to release exim4 patch in the near future, probably
when Timo
2004 Oct 10
1
cvs build broken in auth/db-mysql.c?
After running
./configure --with-ldap --with-ssl=openssl --with-pgsql --with-mysql --without-cyrus-sasl2 --sysconfdir=/etc
(Settings taken from the debian/rules of debian package version 0.99.11-3)
of the cvs HEAD or test46 I get the following error during make:
db-mysql.o(.text+0x116): In function `db_mysql_query':
/tmp/dovecot-1.0-test46/src/auth/db-mysql.c:82: undefined reference to
2006 Mar 09
2
turn off auto increment
Hello,
I have an old table that handles sessions. the primary key is a field
called session_id and is the actual session id like "8df838303ufdfu838"
however when i do the following in the model:
set_primary_key "session_id"
and the following in the controller:
@session_hash = { "session_id" => @session.session_id, "session_user_id" =>
2004 Oct 05
0
1.0-test46: Assertion failed
Hi,
I'm experiencing there assertions in the mail log (about 8 times during
the last 2 days):
Oct 5 11:20:51 web dovecot: POP3(xxxxx): file mbox-lock.c: line 493
(mbox_lock): assertion failed: (lock_type == F_RDLCK ||
ibox->mbox_lock_type != F_RDLCK)
What is it? I'm running 1.0-test46 and sendmail on FC2. This is in
dovecot.conf:
#fcntl_locks_disable = no
#mbox_read_locks = fcntl
2004 Sep 28
3
Moving mail dirs
Hi all,
This is probably a silly question, but I have a problem. I've had to
move my users maildirs from:
maildir:/home/%u/.Maildir
To
maildir:/data/mail/%u
I've updated the MTA to put mail to the correct place and it's working
fine. I've also changed the dovecot.conf file and restarted dovecot and
I thought that would be all I needed to do.
However, the users are getting
2005 Aug 03
3
debs for 1.0?
Hi,
0.99 is running nicely on my sarges, but I need
pop3_uidl_format = %f for Courier compatibility.
I can't find any debs more recent than test22 of over a year ago
(those are at http://src.braincells.com/dovecot-test/).
Even though google turns up
http://hemma.tobbe.nu/debian/mini-dinstall/incoming/dovecot_1.0.test46-1_i386.changes
searching for dovecot on packages.debian.org (any
2004 Sep 29
2
pgsql and default_pass_scheme
Hello list,
I am running Dovecot 1.0-test46 on FreeBSD with PostgreSQL as backend, runs _very_ nice, but i can not set
"default_pass_scheme = CRYPT" (only PLAIN) for PostgreSQL Auth in dovecot-pgsql.conf.
I have a valid entry in pg_hba.conf (and reloaded/restarted):
"local mail mail crypt"
If i replace crypt in pg_hba.conf
2004 Oct 10
1
1.0-test47
http://dovecot.org/test/
Been a while since last release. Still seems there are some mbox
problems, but I haven't been able to break anything for last few days.
I guess it's stable enough. At least more stable than test46 which
crashed quite often when expunging.
- pretty much rewrote "index extension" support. it's now possible to
add extensions to headers and to
2004 Aug 30
0
[PATCH] NTLM fixes
Hello,
attached patch contains small NTLM fixes:
- open code ntlmssp_des_encrypt_triad() function;
- add two missing safe_memset(). It's not safe to leave NTLM
hashes on the stack, because they are plain password equivalents.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
--------------
2004 Sep 29
2
UIDL bug
I noticed a problem with handling UIDL msgnumber in test46.
If you do "UIDL 1" on a POP3 connection it returns the UID of the message
followed by a dot and an error message. I made 2 changes:
I added the following line to line 527 of src/pop3/commands.c
ctx->message = message;
I changed line 559 from:
if (list_uids_iter(client, ctx))
to:
if (!list_uids_iter(client, ctx))
2004 Jul 27
3
[PATCH 0/10] NTLM patchset submission
Hello all,
as I promised some days ago here is NTLM (aka SPA, aka MSN) authentication
support patchset.
It contains common code in src/lib-ntlm directory, Samba compatible
NTLM password scheme and authentication mechanism itself.
All patches are against 1.0-test30.
Please take a look.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key:
2004 Oct 20
1
Problems with thunderbird
I'm running dovecot-1.0-test50 on openbsd 3.4 and it's working great,
exept with thunderbird.
Everything works fine with squirrelmail.
The instant i log in with thunderbird the imap process goes up to 100%
cpu, and instantly goes back down to 0 when i log out.
I configured dovecot with the following arguments: --with-vpopmail
--with-storages=maildir --without-passwd
2004 Sep 24
0
1.0-test46
http://dovecot.org/test/
Most importantly added mbox_lazy_writes option, enabled by default.
This makes Dovecot do writes to mbox only with EXPUNGE and CHECK
commands and when mailbox is being closed. This is the same behaviour
as with UW-IMAP. Especially useful for POP3 where most users just
download the mails and delete everything - with this enabled Dovecot
doesn't anymore go writing
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
Windows authentication extends far beyond the CIFS protocol the Samba
implements, but it only very recently that work has been done to catch
up to Microsoft's extensions in this area. This has caused many
administrators pain and toil that their MS counterparts simply don't
have. For them, authentication 'just works', with single-sign-on and
the lot.
I have worked, for over a