summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-20 21:08:40 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-09-20 21:08:40 +0200
commite75d8b58002016034e8466c345c04dde6818b992 (patch)
tree5ffe5b4c506276a6db8b51fd7aa922bae1749bf5
parent83734f8040edc812a5a9e27b0e7512925b2ea0e3 (diff)
hurd/Makefile (user-interfaces): Add auth_request and auth_reply
-rw-r--r--.topmsg3
-rw-r--r--hurd/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/.topmsg b/.topmsg
index 30e62de9b6..142b690310 100644
--- a/.topmsg
+++ b/.topmsg
@@ -8,9 +8,10 @@ Samuel Thibault <samuel.thibault@ens-lyon.org>
control message, and call __auth_user_authenticate_request to
make auth send credentials on that port. Do not wait for a
reply.
-
* sysdeps/mach/hurd/recvmsg.c (contains_uid, contains_gid,
check_auth): New functions.
(__libc_recvmsg): On SCM_CREDS control messages, call check_auth
to check the passed credentials thanks to the answer from the
auth server.
+ * hurd/Makefile (user-interfaces): Add auth_request and
+ auth_reply.
diff --git a/hurd/Makefile b/hurd/Makefile
index 4387253611..0ee417d876 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -33,7 +33,7 @@ inline-headers = hurd.h $(addprefix hurd/,fd.h signal.h \
# The RPC interfaces go in a separate library.
interface-library := libhurduser
user-interfaces := $(addprefix hurd/,\
- auth startup \
+ auth auth_request auth_reply startup \
process process_request \
msg msg_reply msg_request \
exec exec_startup crash interrupt \