mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-21 10:20:06 +00:00
e852e88944
1998-07-28 Ulrich Drepper <drepper@cygnus.com> * math/libm-test.c (tgamma_test): Remove redundant tests. 1998-07-28 16:20 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/glob.c: Correct problems with */foo and GLOB_NOCHECK where foo does not exist in any of the subdirectories. Reported by Paul D. Smith <psmith@BayNetworks.COM>. * posix/globtest.sh: Add test for this bug. 1998-07-28 Mark Kettenis <kettenis@phys.uva.nl> * io/sys/statfs.h: Fix typos. * io/sys/statvfs.h: Fix typos. 1998-07-28 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.0.95. * math/Makefile (libm-calls): Remove w_gamma, add w_tgamma. * math/Versions [GLIBC_2.1]: Add tgamma, tgammaf, and tgammal. * math/libm-test.c: Split old gamma_test and move half of it in new function tgamma_test. * math/bits/mathcalls.h: Add declaration of tgamma. * sysdeps/libm-ieee754/k_standard.c: Change gamma errors into tgamma errors. * sysdeps/libm-ieee754/w_gamma.c: Remove lgamma compatibility code and rename to ... * sysdeps/libm-ieee754/w_tgamma.c: ... this. New file. * sysdeps/libm-ieee754/w_gammaf.c: Remove lgammaf compatibility code and rename to ... * sysdeps/libm-ieee754/w_tgammaf.c: ... this. New file. * sysdeps/libm-ieee754/w_gammal.c: Remove lgammal compatibility code and rename to ... * sysdeps/libm-ieee754/w_tgammal.c: ... this. New file. * sysdeps/libm-ieee754/w_lgamma.c: Add gamma as weak alias. * sysdeps/libm-ieee754/w_lgammaf.c: Likewise. * sysdeps/libm-ieee754/w_lgammal.c: Likewise. * stgdio-common/printf-parse.h: Implement handling of j, t, and z modifiers. * stdio-common/vfprintf.c: Likewise. * stdio-common/vfscanf.c: Likewise. * manual/stdio.texi: Document new printf/scanf modifiers. * sysdeps/unix/sysv/linux/recvmsg.c: Remove alias __recvmsg. * sysdeps/unix/sysv/linux/sendmsg.c: Remove alias __sendmsg. 1998-07-28 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * sunrpc/Makefile (routines): Add clnt_unix and svc_unix. * sunrpc/Versions: Add new *unix_create functions. * sunrpc/clnt_gen.c: Add support for RPC over AF_UNIX. * sunrpc/clnt_unix.c: New, client side of RPC over AF_UNIX. * sunrpc/key_call.c: Use RPC over AF_UNIX for communication with keyserv daemon. * sunrpc/rpc/clnt.h: Add AF_UNIX based RPC function prototypes. * sunrpc/rpc/svc.h: Likewise. * sunrpc/svc_authux.c: Copy internal auth flavor if none is given. * sunrpc/svc_tcp.c: Fix typos. * sunrpc/svc_unix.c: New, server side of AF_UNIX based RPC. * nis/Makefile: Remove currently not working cache functions. * nis/Versions: Add __nisbind_* functions for rpc.nisd. * nis/nis_call.c: Rewrite binding to a NIS+ server to reuse CLIENT handles. * nis/nis_file.c: Fix memory leaks. * nis/nis_intern.h: Move internal structs from here ... * nis/rpcsvc/nislib.h: ... to here for NIS+ server and tools. * nis/nis_lookup.c: Try at first if last client handle works. * nis/nis_table.c: Likewise. * nis/nis_checkpoint.c: Adjust __do_niscall2 parameters. * nis/nis_mkdir.c: Likewise. * nis/nis_ping.c: Likewise. * nis/nis_rmdir.c: Likewise. * nis/nis_server.c: Likewise. * nis/nis_util.c: Likewise. * nis/nis_findserv.c (__nis_findfastest): Little optimization. 1998-07-28 Andreas Jaeger <aj@arthur.rhein-neckar.de> * stdlib/strtol.c (STRTOL_LONG_MAX): Correct typo in last patch - define as LONG_MAX. 1998-07-28 09:31 Ulrich Drepper <drepper@cygnus.com> * nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV. Correct test whether writev send all data. * nscd/nscd_getgr_r.c (__nscd_getgr_r): Correct test whether readv received all data. 1998-07-28 Mark Kettenis <kettenis@phys.uva.nl> * nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV. 1998-07-28 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/mach/hurd/dl-sysdep.c (open_file): Change assert call to allow mode to be 0. (__xstat): New function. (__fxstat): New function. (_dl_sysdep_read_whole_file): Removed. The implementation in `elf/dl-misc.c' now also works for the Hurd.
125 lines
3.4 KiB
C
125 lines
3.4 KiB
C
/* Copyright (C) 1998 Free Software Foundation, Inc.
|
|
This file is part of the GNU C Library.
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Library General Public License as
|
|
published by the Free Software Foundation; either version 2 of the
|
|
License, or (at your option) any later version.
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
#include <sys/socket.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
|
|
#include <asm/posix_types.h>
|
|
|
|
/* The kernel expects this structure in SCM_CREDS messages.
|
|
* Note: sizeof(struct __kernel_ucred) <= sizeof(struct cmsgcred) must hold.
|
|
*/
|
|
struct kernel_ucred
|
|
{
|
|
__kernel_pid_t pid;
|
|
__kernel_uid_t uid;
|
|
__kernel_gid_t gid;
|
|
};
|
|
|
|
struct credmsg
|
|
{
|
|
struct cmsghdr cm;
|
|
struct cmsgcred cc;
|
|
};
|
|
|
|
struct kcredmsg
|
|
{
|
|
struct cmsghdr cm;
|
|
struct kernel_ucred cc;
|
|
};
|
|
|
|
extern int __syscall_sendmsg (int, const struct msghdr *, int);
|
|
|
|
/* Send a message described by MESSAGE on socket FD.
|
|
Returns the number of bytes sent, or -1 for errors. */
|
|
int
|
|
__libc_sendmsg (int fd, const struct msghdr *message, int flags)
|
|
{
|
|
struct msghdr m;
|
|
char *buf, *a, *b;
|
|
struct credmsg *cred = 0;
|
|
struct kcredmsg *kcred;
|
|
struct cmsghdr *cm;
|
|
long int offset = 0;
|
|
pid_t pid;
|
|
|
|
/* Preprocess the message control block for SCM_CREDS. */
|
|
if (message->msg_controllen)
|
|
{
|
|
cm = CMSG_FIRSTHDR (message);
|
|
while (cm)
|
|
{
|
|
if (cm->cmsg_type == SCM_CREDS)
|
|
{
|
|
if (cred ||
|
|
cm->cmsg_len < CMSG_LEN (sizeof (struct cmsgcred)))
|
|
{
|
|
__set_errno (EINVAL);
|
|
return -1;
|
|
}
|
|
else
|
|
{
|
|
cred = (struct credmsg *) cm;
|
|
offset = (char *) cm - (char *) message->msg_control;
|
|
}
|
|
}
|
|
cm = CMSG_NXTHDR ((struct msghdr *) message, cm);
|
|
}
|
|
|
|
if (cred)
|
|
{
|
|
buf = alloca (message->msg_controllen);
|
|
memcpy (buf, message->msg_control, message->msg_controllen);
|
|
kcred = (struct kcredmsg *) (buf + offset);
|
|
a = (char *) kcred + CMSG_LEN (sizeof (struct kernel_ucred));
|
|
b = (char *) kcred + CMSG_LEN (sizeof (struct cmsgcred));
|
|
memmove (a, b, message->msg_controllen - (b - buf));
|
|
|
|
kcred->cm.cmsg_len = CMSG_LEN (sizeof (struct kernel_ucred));
|
|
|
|
/* Linux expects the calling process to pass in
|
|
its credentials, and sanity checks them.
|
|
You can send real, effective, or set- uid and gid.
|
|
If the user hasn't filled in the buffer, we default to
|
|
real uid and gid. */
|
|
pid = __getpid ();
|
|
if (cred->cc.cmcred_pid != pid)
|
|
{
|
|
kcred->cc.pid = pid;
|
|
kcred->cc.uid = __getuid ();
|
|
kcred->cc.gid = __getgid ();
|
|
}
|
|
else
|
|
{
|
|
kcred->cc.uid = cred->cc.cmcred_uid;
|
|
kcred->cc.gid = cred->cc.cmcred_gid;
|
|
}
|
|
memcpy (&m, message, sizeof (struct msghdr));
|
|
m.msg_control = buf;
|
|
m.msg_controllen -= b - a;
|
|
return __syscall_sendmsg (fd, &m, flags);
|
|
}
|
|
}
|
|
return __syscall_sendmsg (fd, message, flags);
|
|
}
|
|
|
|
weak_alias (__libc_sendmsg, sendmsg)
|