bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Ioctl handler protocol patches


From: Carl Fredrik Hammar
Subject: [PATCH 0/2] Ioctl handler protocol patches
Date: Wed, 26 Aug 2009 16:21:41 +0200

Hi,

this patch series adds a MIG interface for getting an ioctl handler module
associated with an io object.  The first patch adds a plain and insecure
protocol, while the second does reverse authentication to establish the
identity of the module provider.

Regards,
  Fredrik

Carl Fredrik Hammar (2):
  Add ioctl-handler interface
  Reverse authenticating ioctl-handler protocol

 hurd/ioctl_handler.defs       |   68 +++++++++++++++++++++++++++++++++++++++++
 hurd/ioctl_handler_reply.defs |   46 +++++++++++++++++++++++++++
 hurd/subsystems               |    1 +
 3 files changed, 115 insertions(+), 0 deletions(-)
 create mode 100644 hurd/ioctl_handler.defs
 create mode 100644 hurd/ioctl_handler_reply.defs





reply via email to

[Prev in Thread] Current Thread [Next in Thread]