similar to: [PATCH] tiny signed char fix in arch/x86/cdb.c

Displaying 20 results from an estimated 4000 matches similar to: "[PATCH] tiny signed char fix in arch/x86/cdb.c"

2015 Mar 09
0
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote: > Dovecot version: 2.2.15 > Tinycdb: 0.78 > > I'm attempting to compile dovecot --with-cdb, but keep getting into a > problem with cdb: > ======================== > libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes > -Wmissing-declarations -Wpointer-arith
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
On 10 Mar 2015, at 16:24, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote: > > On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com> > wrote: > >> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com> >> wrote: >> >>> Dovecot version: 2.2.15 >>> Tinycdb: 0.78
2017 Jan 05
4
CDB tables in Centos7 Postfix ?
Hi, It seems the default binaries don't have CDB tables compiled into them ? Now, I know Centos isn't Ubuntu, but on Ubuntu there is an optional package in the main distribution "postfix-cdb - CDB map support for Postfix". I can't find anything similar using "yum search", so I'm guessing that's not an option. Unless anyone else here corrects me
2015 Mar 12
2
Dovecot fails to compile --with-cdb (and attempted fix)
On Thu, Mar 12, 2015 at 9:43 PM, Timo Sirainen <tss at iki.fi> wrote: > On 10 Mar 2015, at 16:24, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote: > > > > On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com> > > wrote: > > > >> On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at
2017 Jan 05
0
CDB tables in Centos7 Postfix ?
On Thu, Jan 05, 2017 at 04:25:16PM +0000, Tim Smith wrote: > Hi, > > It seems the default binaries don't have CDB tables compiled into them ? > > Now, I know Centos isn't Ubuntu, but on Ubuntu there is an optional > package in the main distribution "postfix-cdb - CDB map support for > Postfix". I can't find anything similar using "yum
2017 Jan 06
0
CDB tables in Centos7 Postfix ?
On 06/01/17 05:25, Tim Smith wrote: > Hi, > > It seems the default binaries don't have CDB tables compiled into them ? The GhettoForge postfix3 Packages have CDB support for CentOS 7 if you install the postfix3-cdb package: http://ghettoforge.org/index.php/Postfix3 Please note that the latest version is currently in the gf-testing repo, it should be pushed out to gf-plus in a day
2013 Jan 19
1
CDB support (with patch)
Hello! Is there anybody interested in CDB support for auth dicts? I've implemented simple patch for it. -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-dict-cdb.patch Type: text/x-diff Size: 6342 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20130119/919cd071/attachment-0004.bin>
2015 Mar 11
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On 11/03/2015 14:19, Michael S. Tsirkin wrote: > QEMU wants to use virtio scsi structures with > a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, > let's add ifdefs to allow overriding them. > > Keep the old defines under new names: > VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, > since that's what these values really are: > defaults for
2015 Mar 12
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On Wed, Mar 11, 2015 at 02:19:03PM +0100, Michael S. Tsirkin wrote: > QEMU wants to use virtio scsi structures with > a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, > let's add ifdefs to allow overriding them. > > Keep the old defines under new names: > VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, > since that's what these values really are:
2015 Mar 11
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On 11/03/2015 14:19, Michael S. Tsirkin wrote: > QEMU wants to use virtio scsi structures with > a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, > let's add ifdefs to allow overriding them. > > Keep the old defines under new names: > VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, > since that's what these values really are: > defaults for
2015 Mar 12
0
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
On Wed, Mar 11, 2015 at 02:19:03PM +0100, Michael S. Tsirkin wrote: > QEMU wants to use virtio scsi structures with > a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, > let's add ifdefs to allow overriding them. > > Keep the old defines under new names: > VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, > since that's what these values really are:
2015 Mar 09
2
Dovecot fails to compile --with-cdb (and attempted fix)
Dovecot version: 2.2.15 Tinycdb: 0.78 I'm attempting to compile dovecot --with-cdb, but keep getting into a problem with cdb: ======================== libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -Wl,--as-needed -o .libs/anvil main.o
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
Signed-off-by: Jan Beulich <jbeulich@novell.com> --- 2009-08-18.orig/xen/arch/x86/acpi/power.c 2009-03-24 09:04:02.000000000 +0100 +++ 2009-08-18/xen/arch/x86/acpi/power.c 2009-08-24 17:46:05.000000000 +0200 @@ -32,7 +32,7 @@ uint32_t system_reset_counter = 1; -static char opt_acpi_sleep[20]; +static char __initdata opt_acpi_sleep[20]; string_param("acpi_sleep",
2015 Mar 10
2
Dovecot fails to compile --with-cdb (and attempted fix)
On Tue, Mar 10, 2015 at 2:22 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote: > On Tue, Mar 10, 2015 at 2:15 AM, Jeffrey 'jf' Lim <jfs.world at gmail.com> > wrote: > >> Dovecot version: 2.2.15 >> Tinycdb: 0.78 >> >> I'm attempting to compile dovecot --with-cdb, but keep getting into a >> problem with cdb: >>
2015 Mar 11
4
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
QEMU wants to use virtio scsi structures with a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, let's add ifdefs to allow overriding them. Keep the old defines under new names: VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, since that's what these values really are: defaults for cdb/sense size fields. Suggested-by: Paolo Bonzini <pbonzini at redhat.com>
2015 Mar 11
4
[PATCH] uapi/virtio_scsi: allow overriding CDB/SENSE size
QEMU wants to use virtio scsi structures with a different VIRTIO_SCSI_CDB_SIZE/VIRTIO_SCSI_SENSE_SIZE, let's add ifdefs to allow overriding them. Keep the old defines under new names: VIRTIO_SCSI_CDB_DEFAULT_SIZE/VIRTIO_SCSI_SENSE_DEFAULT_SIZE, since that's what these values really are: defaults for cdb/sense size fields. Suggested-by: Paolo Bonzini <pbonzini at redhat.com>
2010 Apr 29
3
CDB Authentication database
Hello, I'd be interested in seeing a CDB based backend for the userdb/passdb lookups. Is anyone working on this? Is there any documentation (other than the wiki Design section and the code itself) on implementing database backends? thanks Luca
2015 Mar 12
0
Dovecot fails to compile --with-cdb (and attempted fix)
On 12 Mar 2015, at 16:49, Jeffrey 'jf' Lim <jfs.world at gmail.com> wrote: > > On Thu, Mar 12, 2015 at 9:43 PM, Timo Sirainen <tss at iki.fi> wrote: > >> >> Well, it was never supposed to be linked to anything except the dict >> binary, allowing it to be used via the dict proxy. Changed: >> http://hg.dovecot.org/dovecot-2.2/rev/16ff063e3588
2018 Oct 01
0
Authenticate users using their firstname
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, 29 Sep 2018, Fady AL HAYALI wrote: > I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: > > dn: uid=firstname,ou=People,dc=domain,dc=com > uid: firstname > uidNumber: 4025 > gidNumber: 4025 > givenName: firstname > objectClass: top > objectClass:
2018 Oct 01
0
Authenticate users using their firstname
Von unterwegs gesendet > Am 01.10.2018 um 18:27 schrieb Aki Tuomi <aki.tuomi at open-xchange.com>: > > >> On 01 October 2018 at 15:19 Steffen Kaiser <skdovecot at inf.h-brs.de> wrote: >> >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >>> On Sat, 29 Sep 2018, Fady AL HAYALI wrote: >>> >>> I'm