Displaying 8 results from an estimated 8 matches for "passl".
Did you mean:
pass
2006 Feb 22
1
BUG: PASSL had invalid passdb num
With current cvs:
Feb 22 14:30:32 ymmv dovecot: auth-worker(default): BUG: PASSL had invalid
passdb num
never seen that before.
2020 Jan 25
0
Lookup master userdb used with GSSAPI causes auth-worker to report "Error: BUG: PASSL had invalid passdb ID"
...imple static master passdb
that simply returns nopassword='y' and k5principals=... for test and it
also works OK.
Sadly, using any other backend (I've tried lua and sql) for master passdb
instead of static in combination with GSSAPI client causes auth-worker to
report "Error: BUG: PASSL had invalid passdb ID". I took a look at the code
and my best guess is that in case of GSSAPI + sql/lua master passdb we end
up with call to auth_worker_handle_passl with id that
auth_worker_handle_passl considers invalid. Continuing with guesswork, I
imagine that since GSSAPI doesn't real...
2010 Feb 19
5
[LLVMdev] glasgow haskell appears to be adopting LLVM
...ey're deprecating their old "compile to GCC" backend in favor of David Terei's new LLVM backend. They're still planning for their C-- backend to be the primary backend for native code generation, but by bundling LLVM with the GHC sources, they'll be able to remove a whole passle of Perl and GCC-related crawling horrors. They're hoping to get some performance improvements out of the migration.
Let us all now give a warm welcome to our new Haskell comrades!
—
j h woodyatt <jhw at conjury.org>
http://jhw.vox.com/
2017 Aug 03
2
proxy-dict with tcp connection
...conn,
&ip, port);
+ } else {
+ connection_init_client_unix(dict_connections, &dict->conn.conn,
path);
+ }
dict->uri = i_strdup(dest_uri + 1);
dict->ioloop = io_loop_create();
But unfortunately this crashes:
Jul 28 13:20:04 auth: Error: auth worker: Aborted PASSL request for
info at outdoor-training.de: Worker process died unexpectedly
Jul 28 13:20:04 auth-worker(705): Fatal: master: service(auth-worker):
child 705 killed with signal 11 (core dumped)
Jul 28 13:20:04 doveadm(10.44.88.1,info at outdoor-training.de): Error:
user info at outdoor-training.de: Au...
2010 Feb 19
0
[LLVMdev] glasgow haskell appears to be adopting LLVM
...ey're deprecating their old "compile to GCC" backend in favor of David Terei's new LLVM backend. They're still planning for their C-- backend to be the primary backend for native code generation, but by bundling LLVM with the GHC sources, they'll be able to remove a whole passle of Perl and GCC-related crawling horrors. They're hoping to get some performance improvements out of the migration.
>
> Let us all now give a warm welcome to our new Haskell comrades!
Very nice, care to add a GHC entry to the LLVM Users page?
-Chris
2017 Aug 03
0
proxy-dict with tcp connection
...connection_init_client_unix(dict_connections, &dict->conn.conn,
> path);
> + }
> dict->uri = i_strdup(dest_uri + 1);
>
> dict->ioloop = io_loop_create();
>
> But unfortunately this crashes:
>
> Jul 28 13:20:04 auth: Error: auth worker: Aborted PASSL request for
> info at outdoor-training.de: Worker process died unexpectedly
> Jul 28 13:20:04 auth-worker(705): Fatal: master: service(auth-worker):
> child 705 killed with signal 11 (core dumped)
> Jul 28 13:20:04 doveadm(10.44.88.1,info at outdoor-training.de): Error:
> user info a...
2007 Aug 01
3
dovecot: child 1690 (auth-worker) killed with signal 11
...vecot/dovecot-auth /usr/local/stow/dovecot-data/var/run/dovecot/core
GNU gdb 6.3
[...]
Core was generated by `dovecot-auth -w'.
Program terminated with signal 11, Segmentation fault.
[...]
(gdb) bt full
#0 0x00000000 in ?? ()
No symbol table info available.
#1 0x08056954 in auth_worker_handle_passl (client=0x8089e18, id=3,
args=0x808a082 "user=zlatko-mail\tservice=IMAP\tlip=192.168.1.3\trip=192.168.1.1\tsecured=1") at auth-worker-client.c:242
auth_request = (struct auth_request *) 0x808a3f0
credentials_str = 0x2 <Address 0x2 out of bounds>
#2 0x08056c15 i...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...i_assert(auth_stream_is_empty(request->extra_fields) ||
- request->master_user != NULL);
+ request->master_user != NULL ||
+ request->submit_user != NULL); /* APPLE - urlauth */
reply = auth_stream_reply_init(pool_datastack_create());
auth_stream_reply_add(reply, "PASSL", NULL);
diff -Nur dovecot-1.2.11/src/imap/client.c dovecot-1.2.11+lemonade/src/imap/client.c
--- dovecot-1.2.11/src/imap/client.c 2010-01-24 17:14:17.000000000 -0600
+++ dovecot-1.2.11+lemonade/src/imap/client.c 2010-04-08 09:59:12.000000000 -0500
@@ -53,6 +53,7 @@
client->command_pool =...