search for: test28

Displaying 8 results from an estimated 8 matches for "test28".

Did you mean: test2
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
...VIABLE CODE PATCHES They illustrate a problem I found - they are hackish and totally wrong. I'm not sure of the best way to correct this problem cleanly, so I am just submitting it as a potential bug. Cheers Tim Southerwood ************************************************** --- dovecot-1.0-test28/src/lib/file-lock.c.orig 2004-07-20 14:29:47.000000000 +0100 +++ dovecot-1.0-test28/src/lib/file-lock.c 2004-07-20 14:30:15.000000000 +0100 @@ -38,7 +38,7 @@ fl.l_start = 0; fl.l_len = 0; - while (fcntl(fd, timeout != 0 ? F_SETLKW : F_SETLK, &fl) < 0) { + while (fcntl(fd, timeout != 0...
2004 Jul 11
0
1.0-test28
http://dovecot.org/test/ - Fixed some crashes with cache file. THREAD and SORT especially crashed it. - Fixed the SSL infinite looping in login processes - Recent flags are working again with maildir. Almost with mbox too. - Maildir code moves mail into cur/ directory directly if the mail contains flags, so we don't violate maildir spec anymore by placing them into new/ with the
2004 Jul 20
0
[PATCH] fix build error with HAVE_MODULES not set
Hello, attached trivial patch (against 1.0-test28) fixes build error with unset HAVE_MODULES. Error is caused by missing second argument of module_dir_load() stub. Please consider applying. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part --------------...
2004 Jul 20
0
[PATCH] fix MD5 code buglet
...minor buglet, it clears first 4 bytes of md5_context instead of whole structure. Patch attached. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -urpNX /usr/share/dontdiff dovecot-1.0-test28.vanilla/src/lib/md5.c dovecot-1.0-test28/src/lib/md5.c --- dovecot-1.0-test28.vanilla/src/lib/md5.c 2004-04-28 00:04:20.000000000 +0400 +++ dovecot-1.0-test28/src/lib/md5.c 2004-07-20 15:44:56.000000000 +0400 @@ -267,7 +267,7 @@ void md5_final(struct md5_context *ctx, result[14] = ctx->d >...
2004 Jul 20
3
1.0.0-test28 Problem with INDEX
Hi Using this line in dovecot.conf (ignore linewrap) default_mail_env = mbox:%h/IMAP/:INBOX=%h/.email:INDEX=/var/cache/dovecot/%n The INBOX indexes are being built correctly in /var/cache/dovecot, but all other indexes for folders are still being built in the user's home directory. I had it working once - but it seems fragile - almost as if the config parser is sensitive to context???
2004 Jul 12
1
dovecot-1.0-test27 crash on FETCH
...lo, I've got a crash with -test27 on a FETCH, just after logging in. Attached are the mailbox (1 message only), logs, sniffed session, testcase and core dump backtrace. If the dovecot.conf is needed, just ask (it's pretty much the default configuration). Maybe this has just been fixed in -test28, in which case you can just delete this email. :) Btw, it's rather irrelevant, but does anybody know a good way to read the qmail alias user's mailbox remotely (imap? The only way seems by assigning a password to the account... Regards, wouter -------------- next part -------------- A...
2003 Jul 29
2
Access to shares via two NIC
Hi, I have the following problem with samba: The set up: Redhat 9.0 system, with two NIC's (eth1/2) for two networks. Shares available: <eth1># smbclient -L \\\\TEST28 -U% <eth2># smbclient -L \\\\TEST25 -U% Both give - added interface ip=192.21.28.10 bcast=192.21.28.255 nmask=255.255.255.0 added interface ip=129.21.25.3 bcast=192.21.25.255 nmask=255.255.255.0 Domain=[WINS-BU] OS=[Unix] Server=[Samba 2.2.7-security-rollup-fix] Sharename Type...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...%bb ], [ %tmp14, %bb6 ] + %tmp23 = call i32 (...)* @dummy(i32 %tmp22) nounwind + ret i32 undef +} + +%struct.__jmp_buf_tag = type { [8 x i64], i32, %struct.__sigset_t } +%struct.__sigset_t = type { [16 x i64] } + at buf = internal global [1 x %struct.__jmp_buf_tag] zeroinitializer, align 16 + +; test28: setjmp/longjmp test. +; Requires protector. +define i32 @test28() nounwind uwtable safestack { +entry: +; LINUX-I386: test28: +; LINUX-I386: movl __llvm__unsafe_stack_ptr +; LINUX-I386-NEXT: movl %gs: +; LINUX-I386: .cfi_endproc + +; LINUX-X64: test28: +; LINUX-X64: movq %fs:640 +; LINUX-X64: movq...