Displaying 4 results from an estimated 4 matches for "nreq".
Did you mean:
freq
2002 Jun 27
1
[PATCH] kbdintctxt->nreq test
...With
this patch, the test in the info_response code could actually be removed.
--- auth2-chall.c.orig Wed Jun 26 18:40:14 2002
+++ auth2-chall.c Wed Jun 26 18:42:54 2002
@@ -217,6 +217,8 @@
if (kbdintctxt->device->query(kbdintctxt->ctxt,
&name, &instr, &kbdintctxt->nreq, &prompts, &echo_on))
return 0;
+ if (kbdintctxt->nreq > 100)
+ fatal("send_userauth_info_request: too many prompts");
packet_start(SSH2_MSG_USERAUTH_INFO_REQUEST);
packet_put_cstring(name);
/fc
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi,
I'm trying to get the so-called "single instance store" (I think cyrus
has got the name for the first time) with dovecot --version = 2.0.19
binary package installed from ubuntu 12.04 lts official repo.
I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot
-a|grep hard" shows "yes") then I have installed and enabled the lmtp
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
...(flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(3, {sa_family=AF_FILE, path="/var/run/dovecot/config"...}, 110) = 0
fcntl(3, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
fcntl(3, F_SETFL, O_RDWR) = 0
write(3, "VERSION\tconfig\t2\t0\nREQ\tmodule=do"..., 38) = 38
fstat(3, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
alarm(10) = 0
read(3, "\n\n", 8192) = 2
alarm(0) = 10
open("/usr/lib64/dovecot/doveadm", O_RDONLY|O_NONBLOCK|O_DIREC...
2012 Nov 05
7
VFS ACL with SMB2
Hello,
I have a question because POSIX ACL with SMB2 max protocol does not work
properly.Did you test VFS xattr acls with SMB2 max protocol? Is it
working corectly?
Best regards/Adrian Berlin
--