search for: ent

Displaying 20 results from an estimated 990 matches for "ent".

Did you mean: sent
2020 Feb 07
1
[PATCH v2 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function
Introduce new virtio_gpu_object_shmem_init() helper function which will create the virtio_gpu_mem_entry array, containing the backing storage information for the host. For the most path this just moves code from virtio_gpu_object_attach(). Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 4 +- drivers/gpu/drm/virtio/virtgpu_object.c | 55 ++...
2020 Feb 05
2
[PATCH 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function
Introduce new virtio_gpu_object_shmem_init() helper function which will create the virtio_gpu_mem_entry array, containing the backing storage information for the host. For the most path this just moves code from virtio_gpu_object_attach(). Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 4 ++ drivers/gpu/drm/virtio/virtgpu_object.c | 49 ++...
2020 Feb 05
2
[PATCH 4/4] drm/virtio: move virtio_gpu_mem_entry initialization to new function
Introduce new virtio_gpu_object_shmem_init() helper function which will create the virtio_gpu_mem_entry array, containing the backing storage information for the host. For the most path this just moves code from virtio_gpu_object_attach(). Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 4 ++ drivers/gpu/drm/virtio/virtgpu_object.c | 49 ++...
2008 Jan 16
0
CentOS-announce Digest, Vol 35, Issue 8
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2006 Jan 06
0
CentOS-announce Digest, Vol 11, Issue 1
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2006 Nov 07
0
CentOS-announce Digest, Vol 21, Issue 3
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2005 Jul 08
0
CentOS-announce Digest, Vol 5, Issue 3
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2009 Nov 16
3
There isn't package for httpd-2.0.52-41.ent.6.centos4 [centos announce list from 12.11.2009]
Hi. There isn't a package httpd-2.0.52-41.ent.6.centos4 for centos4 in UPDATES repo. There is only a httpd-2.0.52-41.ent.6.centos4.src.rpm in SRC [http://mirror.centos.org/centos/4/updates/SRPMS/?C=M;O=D] This is probably a bug. Package httpd doesn't build ? Jancio Wodnik -------------- next part -------------- An HTML attachment was scr...
2003 Sep 24
1
Patches for compatibility with Heimdal's libsia_krb5 SIA module
I have found the following patches to be desirable for using sshd on a Tru64 UNIX system with the Kerberos 5 SIA module (libsia_krb5.so) from Heimdal. These patches do the following: 1) preserve context between the password authentication and the session setup phases. This is necessary because the Heimdal SIA module stores Kerberos context information as mechanism-specific data in ent->mech[]. 2) Allow for the KRB5CCNAME environment variable (potentially set in session_setup_sia()) to be propagated to the session environm...
2002 Sep 04
2
uid transition and post-auth privsep (WAS Re: possible fundamental problem with tru64 patch) (fwd)
...> to work with the other stuff going on). When I last looked at it in > depth I hadn't really gotten a good handle on how privsep worked, so I > figured I was just missing something. > Where exactly *is* the privsep transition made? At what point does the process that eventually runs do_child() get its uid set to the real user? Could the setup_sia() routine be moved out of the do_child() function to an earlier phase before the uid is changed? It appears that if setup_sia() were to be moved out of do_child() that would mean that no pty would be passed to the session...
2000 Oct 15
1
Patch for Digital Unix SIA authentication
A while back, I sent in a patch that added Digital Unix SIA authentication to OpenSSH. Well, I just figured out that it didn't handle everything correctly (locked accounts could still log in). I thought I had checked that, but I guess I missed it. Anyway, here is a patch against OpenSSH 2.2.0p1 that fixes this....
2005 Aug 20
0
CentOS-announce Digest, Vol 6, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2007 Sep 27
0
CentOS-announce Digest, Vol 31, Issue 12
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2009 Apr 07
0
CentOS-announce Digest, Vol 50, Issue 5
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You...
2003 Feb 27
0
Update for Tru64 Unix
...), and it disables post-auth privsep (so that OpenSSH will work "out of the box" on Tru64, avoiding the many questions). I'm also looking at getting setproctitle working. For Tru64 4.x, it isn't a big deal (normal PS_USE_CLOBBER_ARGV will work), but Tru64 5.x aligns the argv elements on 64 bit boundaries, making them look non-contiguous, when in fact they are (and overwriting the bits in between really does show up). I'll work on that and try to get a patch out soon (it'll more-or-less be based on the FFR code in sendmail that was based on what I sent them). -- Chris...
2008 Jul 16
0
CESA-2008:0544 Moderate CentOS 3 s390(x) php - security update
CentOS Errata and Security Advisory 2008:0544 https://rhn.redhat.com/errata/RHSA-2008-0544.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/php-4.3.2-48.ent.s390.rpm updates/s390/RPMS/php-devel-4.3.2-48.ent.s390.rpm updates/s390/RPM...
2009 Apr 06
0
CESA-2009:0337 Moderate CentOS 3 s390(x) php - security update
CentOS Errata and Security Advisory 2009:0337 https://rhn.redhat.com/errata/RHSA-2009-0337.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/php-4.3.2-51.ent.s390.rpm updates/s390/RPMS/php-devel-4.3.2-51.ent.s390.rpm updates/s390/RPM...
2007 Sep 26
0
CESA-2007:0889 Moderate CentOS 3 s390(x) php - security update
CentOS Errata and Security Advisory 2007:0889 https://rhn.redhat.com/errata/RHSA-2007-0889.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/php-4.3.2-43.ent.s390.rpm updates/s390/RPMS/php-devel-4.3.2-43.ent.s390.rpm updates/s390/RP...
2007 Apr 16
0
CESA-2007:0155 Important CentOS 3 s390(x) php - security update
CentOS Errata and Security Advisory 2007:0155 https://rhn.redhat.com/errata/RHSA-2007-0155.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/php-4.3.2-40.ent.s390.rpm updates/s390/RPMS/php-devel-4.3.2-40.ent.s390.rpm updates/s390/RPM...
2007 Feb 20
0
CESA-2007:0076 Important CentOS 3 s390(x) php - security update
CentOS Errata and Security Advisory 2007:0076 https://rhn.redhat.com/errata/RHSA-2007-0076.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/php-4.3.2-39.ent.s390.rpm updates/s390/RPMS/php-devel-4.3.2-39.ent.s390.rpm updates/s390/RPM...