1998-01-31 09:39:55 +01:00
|
|
|
/* Copyright (c) 1998 Free Software Foundation, Inc.
|
|
|
|
This file is part of the GNU C Library.
|
|
|
|
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
|
|
|
|
|
|
|
|
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 <errno.h>
|
|
|
|
#include <grp.h>
|
|
|
|
#include <pthread.h>
|
Update.
1998-02-10 23:57 Ulrich Drepper <drepper@happy.cygnus.com>
* misc/tst-efgcvt.c: Add more tests.
* misc/efgcvt_r.c: Correct result for above new tests.
1998-02-06 17:22 H.J. Lu <hjl@gnu.org>
* misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
NDIGIT <= 0.
1998-02-10 16:48 Philip Blundell <pb@nexus.co.uk>
* Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
if the programs weren't built.
1998-02-09 10:12 Philip Blundell <pb@nexus.co.uk>
* sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
FE_TONEAREST, soldier on regardless and do the best we can.
* sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
1998-02-5 17:20 Philip Blundell <pb@nexus.co.uk>
* sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
_STDIO_H, before including <bits/stdio_lim.h>.
* sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
* io/fts.c (fts_build): Don't try to use d_type if it doesn't
exist.
* sysdeps/arm/sys/ucontext.h: New file.
1998-02-04 10:11 Philip Blundell <pb@nexus.co.uk>
* manual/stdio.texi (Formatted Output Functions): Explicitly say
that the return value from snprintf() does not count the
terminating NUL as a character.
1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com>
* manual/users.texi: Rewrite to describe correct POSIX behaviour,
add description for sete[ug]id and general cleanup.
Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile (parent-clean): Don't remove makefile fragments here.
(postclean): New variable.
(clean): Remove makefile fragments here.
(realclean distclean): Likewise. Pass sysdep-subdirs to sub-make.
(generated): Add isomac and isomanc.out.
* Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
avoid-generated is set.
(postclean-generated): Add soversion.mk.
($(common-objpfx)version.mk): Don't include if avoid-generated is
set.
* Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
avoid-generated is set.
(common-generated): Add libc.so and libc.so$(libc.so-version).
(generated): Add versioned libraries.
(common-mostlyclean): Also remove %.so and %_pic.a.
* csu/Makefile (generated): Add abi-tag.h.
* db2/Makefile (extra-objs): Add getlong.o.
* elf/Makefile (generated): Add ld.so, ldd and
$(rtld-installed-name).
(others): Add ldconfig here instead of ldconfig.o to extra-objs.
* malloc/Makefile (generated): Add mtrace.
* po/Makefile: Don't include version.mk, not needed any more.
* sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
* sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
syscall.h -> sys/syscall.h.
(common-generated): Add s-proto.d.
(postclean-generated): Add sysd-syscalls.
* localedata/Makefile (test-output): Add all output files.
(generated): Add test-input and test-output.
(generated-dirs): Add all the dirs.
1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile (test-output, generated, generated-dirs): New
variables.
1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com>
* resolv/nss_dns/dns-host.c: Various code cleanups.
1998-02-09 08:10 H.J. Lu <hjl@gnu.org>
* resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
From Philip Blundell <pb@nexus.co.uk>.
* resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
1998-02-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
Suggested by debian/sparc porters.
1998-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
for ecvt and fcvt.
1998-02-10 16:32 Ulrich Drepper <drepper@happy.cygnus.com>
* sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
__fxstat instead of stat and fstat. Use namespace clean __stpcpy.
* signal/signal.h: Always define sigset_t if __need_sigset_t is
defined even if __USE_POSIX is not defined.
1998-02-02 20:51 Zack Weinberg <zack@rabi.phys.columbia.edu>
* sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
to support obsolete tty major numbers correctly.
1998-02-02 08:47 H.J. Lu <hjl@gnu.org>
* login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
directory first and ignore install error.
* sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
128 from ptyno and fix a typo for the BSD style pty.
1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
syscalls.list's.
1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
getresuid and getresgid.
* sysdeps/unix/sysv/linux/getresuid.c: New file.
* sysdeps/unix/sysv/linux/getresgid.c: New file.
* sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
s_getres[ug]id.
* sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
* sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
1998-02-02 08:11 H.J. Lu <hjl@gnu.org>
* nscd/grpcache.c: Include <stdlib.h>.
1998-02-01 16:01 H.J. Lu <hjl@gnu.org>
* stdlib/atoll.c: Fix comments.
* sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
* sysdeps/posix/ttyname_r.c: Ditto.
1998-02-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
__USE_MISC, independent of __USE_UNIX98.
1998-02-10 19:18 Ulrich Drepper <drepper@happy.cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
Rename from __libc_have_rt_sigs and leave as COMMON data.
1998-02-04 11:58 Richard Henderson <rth@twiddle.rth.home>
* Makeconfig (CFLAGS-.os): Kill -fno-common.
* Makerules (libc.so): Prelink libc_pic.a, allocating commons.
* libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
* elf/rtld.map: New file. Needed to define the GLIBC_2.*
version symbols.
* include/libc-symbols.h (symbol_version, default_symbol_version):
Provide asm versions and correct !DO_VERSIONING versions.
* sysdeps/unix/make-syscalls.sh: Recognize version symbols in
the weak symbol list.
* sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
Rename from __libc_have_rt_sigs and leave as COMMON data.
* sysdeps/unix/sysv/linux/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
* sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1998-02-04 16:41 Zack Weinberg <zack@rabi.phys.columbia.edu>
* sunrpc/Makefile: Correct dependencies of rpcgen.
1998-02-10 03:00 Ulrich Drepper <drepper@happy.cygnus.com>
* nscd/Makefile: Fix test for available linuxthreads add-on.
Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/gnu/Makefile: Respect with-cvs variable.
* manual/errno.texi (Error Messages): Correct description of
strerror_r. Pointed out by jonas@bagge.se.
1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/socket.texi (Host Address Functions): Clarify description
of inet_network.
1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/grantpt.c (argv): Move const to toplevel.
(grantpt): Delete superfluous cast.
1998-02-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
elf/ldso_install instead of elf/subdir_install.
(elf/ldso_install): New target.
* elf/Makefile (ldso_install): New target.
1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
of 1998-01-06.
1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
constant expressions.
1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
for __nss_configure_lookup.
(output_hostent): Remove unused variable.
1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* string/tst-inlcall.c: Fix format string.
1998-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* inet/netinet/in.h: Rename second parameter of bindresvport to
avoid buggy gcc warning. [PR libc/412]
1998-02-10 21:06:30 +01:00
|
|
|
#include <stdlib.h>
|
1998-01-31 09:39:55 +01:00
|
|
|
#include <string.h>
|
1998-07-04 12:39:13 +02:00
|
|
|
#include <unistd.h>
|
1998-01-31 09:39:55 +01:00
|
|
|
#include <rpcsvc/nis.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
|
|
|
#include "dbg_log.h"
|
|
|
|
#include "nscd.h"
|
|
|
|
|
|
|
|
static unsigned long modulo = 211;
|
|
|
|
static unsigned long postimeout = 3600;
|
|
|
|
static unsigned long negtimeout = 60;
|
|
|
|
|
|
|
|
static unsigned long poshit = 0;
|
|
|
|
static unsigned long posmiss = 0;
|
|
|
|
static unsigned long neghit = 0;
|
|
|
|
static unsigned long negmiss = 0;
|
|
|
|
|
|
|
|
struct grphash
|
|
|
|
{
|
|
|
|
time_t create;
|
|
|
|
struct grphash *next;
|
|
|
|
struct group *grp;
|
|
|
|
};
|
|
|
|
typedef struct grphash grphash;
|
|
|
|
|
|
|
|
struct gidhash
|
|
|
|
{
|
|
|
|
struct gidhash *next;
|
1998-07-04 12:39:13 +02:00
|
|
|
struct group *grptr;
|
1998-01-31 09:39:55 +01:00
|
|
|
};
|
|
|
|
typedef struct gidhash gidhash;
|
|
|
|
|
|
|
|
struct neghash
|
|
|
|
{
|
|
|
|
time_t create;
|
|
|
|
struct neghash *next;
|
|
|
|
char *key;
|
|
|
|
};
|
|
|
|
typedef struct neghash neghash;
|
|
|
|
|
|
|
|
static grphash *grptbl;
|
|
|
|
static gidhash *gidtbl;
|
|
|
|
static neghash *negtbl;
|
|
|
|
|
|
|
|
static pthread_rwlock_t grplock = PTHREAD_RWLOCK_INITIALIZER;
|
|
|
|
static pthread_rwlock_t neglock = PTHREAD_RWLOCK_INITIALIZER;
|
|
|
|
|
|
|
|
static void *grptable_update (void *);
|
|
|
|
static void *negtable_update (void *);
|
|
|
|
|
|
|
|
void
|
|
|
|
get_gr_stat (stat_response_header *stat)
|
|
|
|
{
|
|
|
|
stat->gr_poshit = poshit;
|
|
|
|
stat->gr_posmiss = posmiss;
|
|
|
|
stat->gr_neghit = neghit;
|
|
|
|
stat->gr_negmiss = negmiss;
|
|
|
|
stat->gr_size = modulo;
|
|
|
|
stat->gr_posttl = postimeout;
|
|
|
|
stat->gr_negttl = negtimeout;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
set_grp_modulo (unsigned long mod)
|
|
|
|
{
|
|
|
|
modulo = mod;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
set_pos_grp_ttl (unsigned long ttl)
|
|
|
|
{
|
|
|
|
postimeout = ttl;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
set_neg_grp_ttl (unsigned long ttl)
|
|
|
|
{
|
|
|
|
negtimeout = ttl;
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
cache_grpinit ()
|
|
|
|
{
|
|
|
|
pthread_attr_t attr;
|
|
|
|
pthread_t thread;
|
|
|
|
|
1998-01-31 13:11:10 +01:00
|
|
|
grptbl = calloc (modulo, sizeof (grphash));
|
1998-01-31 09:39:55 +01:00
|
|
|
if (grptbl == NULL)
|
|
|
|
return -1;
|
1998-02-24 16:22:29 +01:00
|
|
|
gidtbl = calloc (modulo, sizeof (grphash));
|
1998-01-31 09:39:55 +01:00
|
|
|
if (gidtbl == NULL)
|
|
|
|
return -1;
|
1998-01-31 13:11:10 +01:00
|
|
|
negtbl = calloc (modulo, sizeof (neghash));
|
1998-01-31 09:39:55 +01:00
|
|
|
if (negtbl == NULL)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
pthread_attr_init (&attr);
|
|
|
|
pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED);
|
|
|
|
|
|
|
|
pthread_create (&thread, NULL, grptable_update, &attr);
|
|
|
|
pthread_create (&thread, NULL, negtable_update, &attr);
|
|
|
|
|
|
|
|
pthread_attr_destroy (&attr);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct group *
|
|
|
|
save_grp (struct group *src)
|
|
|
|
{
|
|
|
|
struct group *dest;
|
|
|
|
unsigned long int l;
|
|
|
|
|
|
|
|
dest = calloc (1, sizeof (struct group));
|
|
|
|
dest->gr_name = strdup (src->gr_name);
|
|
|
|
dest->gr_passwd = strdup (src->gr_passwd);
|
|
|
|
dest->gr_gid = src->gr_gid;
|
|
|
|
|
|
|
|
/* How many members does this group have? */
|
|
|
|
l = 0;
|
|
|
|
while (src->gr_mem[l])
|
|
|
|
++l;
|
|
|
|
|
|
|
|
dest->gr_mem = calloc (1, sizeof (char *) * (l+1));
|
|
|
|
l = 0;
|
|
|
|
while (src->gr_mem[l])
|
|
|
|
{
|
|
|
|
dest->gr_mem[l] = strdup (src->gr_mem[l]);
|
|
|
|
++l;
|
|
|
|
}
|
|
|
|
|
|
|
|
return dest;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
free_grp (struct group *src)
|
|
|
|
{
|
|
|
|
unsigned long int l;
|
|
|
|
|
|
|
|
free (src->gr_name);
|
|
|
|
free (src->gr_passwd);
|
|
|
|
|
|
|
|
l = 0;
|
|
|
|
while (src->gr_mem[l])
|
|
|
|
{
|
|
|
|
free (src->gr_mem[l]);
|
|
|
|
++l;
|
|
|
|
}
|
|
|
|
free (src->gr_mem);
|
|
|
|
free (src);
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
add_cache (struct group *grp)
|
|
|
|
{
|
|
|
|
grphash *work;
|
1998-07-04 12:39:13 +02:00
|
|
|
gidhash *gidwork;
|
1998-01-31 09:39:55 +01:00
|
|
|
unsigned long int hash = __nis_hash (grp->gr_name,
|
|
|
|
strlen (grp->gr_name)) % modulo;
|
|
|
|
|
1998-02-24 16:22:29 +01:00
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("grp_add_cache (%s)"), grp->gr_name);
|
|
|
|
|
1998-01-31 09:39:55 +01:00
|
|
|
work = &grptbl[hash];
|
|
|
|
|
|
|
|
if (grptbl[hash].grp == NULL)
|
|
|
|
grptbl[hash].grp = save_grp (grp);
|
|
|
|
else
|
|
|
|
{
|
|
|
|
while (work->next != NULL)
|
|
|
|
work = work->next;
|
|
|
|
|
|
|
|
work->next = calloc (1, sizeof (grphash));
|
|
|
|
work->next->grp = save_grp (grp);
|
|
|
|
work = work->next;
|
|
|
|
}
|
|
|
|
|
|
|
|
time (&work->create);
|
1998-07-04 12:39:13 +02:00
|
|
|
gidwork = &gidtbl[grp->gr_gid % modulo];
|
|
|
|
if (gidwork->grptr == NULL)
|
|
|
|
gidwork->grptr = work->grp;
|
|
|
|
else
|
|
|
|
{
|
|
|
|
while (gidwork->next != NULL)
|
|
|
|
gidwork = gidwork->next;
|
|
|
|
|
|
|
|
gidwork->next = calloc (1, sizeof (gidhash));
|
|
|
|
gidwork->next->grptr = work->grp;
|
|
|
|
}
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct group *
|
|
|
|
cache_search_name (const char *name)
|
|
|
|
{
|
|
|
|
grphash *work;
|
|
|
|
unsigned long int hash = __nis_hash (name, strlen(name)) % modulo;
|
|
|
|
|
|
|
|
work = &grptbl[hash];
|
|
|
|
|
|
|
|
while (work->grp != NULL)
|
|
|
|
{
|
|
|
|
if (strcmp (work->grp->gr_name, name) == 0)
|
|
|
|
return work->grp;
|
|
|
|
if (work->next != NULL)
|
|
|
|
work = work->next;
|
|
|
|
else
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct group *
|
|
|
|
cache_search_gid (gid_t gid)
|
|
|
|
{
|
|
|
|
gidhash *work;
|
|
|
|
|
|
|
|
work = &gidtbl[gid % modulo];
|
|
|
|
|
|
|
|
while (work->grptr != NULL)
|
|
|
|
{
|
1998-07-04 12:39:13 +02:00
|
|
|
if (work->grptr->gr_gid == gid)
|
|
|
|
return work->grptr;
|
1998-01-31 09:39:55 +01:00
|
|
|
if (work->next != NULL)
|
|
|
|
work = work->next;
|
|
|
|
else
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
add_negcache (char *key)
|
|
|
|
{
|
|
|
|
neghash *work;
|
|
|
|
unsigned long int hash = __nis_hash (key, strlen (key)) % modulo;
|
|
|
|
|
1998-02-24 16:22:29 +01:00
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("grp_add_netgache (%s|%ld)"), key, hash);
|
|
|
|
|
1998-01-31 09:39:55 +01:00
|
|
|
work = &negtbl[hash];
|
|
|
|
|
|
|
|
if (negtbl[hash].key == NULL)
|
1998-02-24 16:22:29 +01:00
|
|
|
{
|
|
|
|
negtbl[hash].key = strdup (key);
|
|
|
|
negtbl[hash].next = NULL;
|
|
|
|
}
|
1998-01-31 09:39:55 +01:00
|
|
|
else
|
|
|
|
{
|
|
|
|
while (work->next != NULL)
|
|
|
|
work = work->next;
|
|
|
|
|
|
|
|
work->next = calloc (1, sizeof (neghash));
|
|
|
|
work->next->key = strdup (key);
|
|
|
|
work = work->next;
|
|
|
|
}
|
|
|
|
|
|
|
|
time (&work->create);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
cache_search_neg (const char *key)
|
|
|
|
{
|
|
|
|
neghash *work;
|
|
|
|
unsigned long int hash = __nis_hash (key, strlen (key)) % modulo;
|
|
|
|
|
1998-02-24 16:22:29 +01:00
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("grp_cache_search_neg (%s|%ld)"), key, hash);
|
|
|
|
|
1998-01-31 09:39:55 +01:00
|
|
|
work = &negtbl[hash];
|
|
|
|
|
|
|
|
while (work->key != NULL)
|
|
|
|
{
|
|
|
|
if (strcmp (work->key, key) == 0)
|
|
|
|
return 1;
|
|
|
|
if (work->next != NULL)
|
|
|
|
work = work->next;
|
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
void *
|
|
|
|
cache_getgrnam (void *v_param)
|
|
|
|
{
|
|
|
|
param_t *param = (param_t *)v_param;
|
1998-02-24 16:22:29 +01:00
|
|
|
struct group *grp;
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
pthread_rwlock_rdlock (&grplock);
|
|
|
|
grp = cache_search_name (param->key);
|
|
|
|
|
|
|
|
/* I don't like it to hold the read only lock longer, but it is
|
|
|
|
necessary to avoid to much malloc/free/strcpy. */
|
|
|
|
|
1998-02-24 16:22:29 +01:00
|
|
|
if (grp != NULL)
|
1998-01-31 09:39:55 +01:00
|
|
|
{
|
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("Found \"%s\" in cache !"), param->key);
|
|
|
|
|
|
|
|
++poshit;
|
|
|
|
gr_send_answer (param->conn, grp);
|
|
|
|
close_socket (param->conn);
|
|
|
|
|
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
1998-02-24 16:22:29 +01:00
|
|
|
int status;
|
1998-01-31 09:39:55 +01:00
|
|
|
int buflen = 1024;
|
|
|
|
char *buffer = calloc (1, buflen);
|
1998-02-24 16:22:29 +01:00
|
|
|
struct group resultbuf;
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("Doesn't found \"%s\" in cache !"), param->key);
|
|
|
|
|
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
|
|
|
|
pthread_rwlock_rdlock (&neglock);
|
|
|
|
status = cache_search_neg (param->key);
|
|
|
|
pthread_rwlock_unlock (&neglock);
|
|
|
|
|
|
|
|
if (status == 0)
|
|
|
|
{
|
|
|
|
while (buffer != NULL
|
|
|
|
&& (getgrnam_r (param->key, &resultbuf, buffer, buflen, &grp)
|
|
|
|
!= 0)
|
|
|
|
&& errno == ERANGE)
|
|
|
|
{
|
|
|
|
errno = 0;
|
|
|
|
buflen += 1024;
|
|
|
|
buffer = realloc (buffer, buflen);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (buffer != NULL && grp != NULL)
|
|
|
|
{
|
|
|
|
struct group *tmp;
|
|
|
|
|
|
|
|
++poshit;
|
|
|
|
pthread_rwlock_wrlock (&grplock);
|
|
|
|
/* While we are waiting on the lock, somebody else could
|
|
|
|
add this entry. */
|
|
|
|
tmp = cache_search_name (param->key);
|
|
|
|
if (tmp == NULL)
|
|
|
|
add_cache (grp);
|
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
pthread_rwlock_wrlock (&neglock);
|
|
|
|
add_negcache (param->key);
|
|
|
|
++negmiss;
|
|
|
|
pthread_rwlock_unlock (&neglock);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
++neghit;
|
|
|
|
|
|
|
|
gr_send_answer (param->conn, grp);
|
|
|
|
close_socket (param->conn);
|
|
|
|
if (buffer != NULL)
|
|
|
|
free (buffer);
|
|
|
|
}
|
|
|
|
free (param->key);
|
|
|
|
free (param);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
void *
|
|
|
|
cache_gr_disabled (void *v_param)
|
|
|
|
{
|
|
|
|
param_t *param = (param_t *)v_param;
|
|
|
|
|
1998-02-24 16:22:29 +01:00
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("\tgroup cache is disabled\n"));
|
|
|
|
|
1998-01-31 09:39:55 +01:00
|
|
|
gr_send_disabled (param->conn);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
void *
|
|
|
|
cache_getgrgid (void *v_param)
|
|
|
|
{
|
|
|
|
param_t *param = (param_t *)v_param;
|
|
|
|
struct group *grp, resultbuf;
|
|
|
|
gid_t gid = strtol (param->key, NULL, 10);
|
|
|
|
|
|
|
|
pthread_rwlock_rdlock (&grplock);
|
|
|
|
grp = cache_search_gid (gid);
|
|
|
|
|
|
|
|
/* I don't like it to hold the read only lock longer, but it is
|
|
|
|
necessary to avoid to much malloc/free/strcpy. */
|
|
|
|
|
|
|
|
if (grp != NULL)
|
|
|
|
{
|
|
|
|
if (debug_flag)
|
1998-03-06 12:39:36 +01:00
|
|
|
dbg_log (_("Found \"%d\" in cache !"), gid);
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
++poshit;
|
|
|
|
gr_send_answer (param->conn, grp);
|
|
|
|
close_socket (param->conn);
|
|
|
|
|
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
int buflen = 1024;
|
|
|
|
char *buffer = malloc (buflen);
|
|
|
|
int status;
|
|
|
|
|
|
|
|
if (debug_flag)
|
1998-03-06 12:39:36 +01:00
|
|
|
dbg_log (_("Doesn't found \"%d\" in cache !"), gid);
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
|
|
|
|
pthread_rwlock_rdlock (&neglock);
|
|
|
|
status = cache_search_neg (param->key);
|
|
|
|
pthread_rwlock_unlock (&neglock);
|
|
|
|
|
|
|
|
if (status == 0)
|
|
|
|
{
|
|
|
|
while (buffer != NULL
|
|
|
|
&& (getgrgid_r (gid, &resultbuf, buffer, buflen, &grp) != 0)
|
|
|
|
&& errno == ERANGE)
|
|
|
|
{
|
|
|
|
errno = 0;
|
|
|
|
buflen += 1024;
|
|
|
|
buffer = realloc (buffer, buflen);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (buffer != NULL && grp != NULL)
|
|
|
|
{
|
|
|
|
struct group *tmp;
|
|
|
|
|
|
|
|
++posmiss;
|
|
|
|
pthread_rwlock_wrlock (&grplock);
|
|
|
|
/* While we are waiting on the lock, somebody else could
|
|
|
|
add this entry. */
|
|
|
|
tmp = cache_search_gid (gid);
|
|
|
|
if (tmp == NULL)
|
|
|
|
add_cache (grp);
|
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
++negmiss;
|
|
|
|
pthread_rwlock_wrlock (&neglock);
|
|
|
|
add_negcache (param->key);
|
|
|
|
pthread_rwlock_unlock (&neglock);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
++neghit;
|
|
|
|
|
|
|
|
gr_send_answer (param->conn, grp);
|
|
|
|
close_socket (param->conn);
|
|
|
|
if (buffer != NULL)
|
|
|
|
free (buffer);
|
|
|
|
}
|
|
|
|
free (param->key);
|
|
|
|
free (param);
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
1998-07-04 12:39:13 +02:00
|
|
|
static void *
|
1998-01-31 09:39:55 +01:00
|
|
|
grptable_update (void *v)
|
|
|
|
{
|
|
|
|
time_t now;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
sleep (20);
|
|
|
|
|
|
|
|
while (!do_shutdown)
|
|
|
|
{
|
|
|
|
if (debug_flag > 2)
|
|
|
|
dbg_log (_("(grptable_update) Wait for write lock!"));
|
|
|
|
|
|
|
|
pthread_rwlock_wrlock (&grplock);
|
|
|
|
|
|
|
|
if (debug_flag > 2)
|
|
|
|
dbg_log (_("(grptable_update) Have write lock"));
|
|
|
|
|
|
|
|
time (&now);
|
|
|
|
for (i = 0; i < modulo; ++i)
|
|
|
|
{
|
|
|
|
grphash *work = &grptbl[i];
|
|
|
|
|
|
|
|
while (work && work->grp)
|
|
|
|
{
|
|
|
|
if ((now - work->create) >= postimeout)
|
|
|
|
{
|
|
|
|
gidhash *uh = &gidtbl[work->grp->gr_gid % modulo];
|
|
|
|
|
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("Give \"%s\" free"), work->grp->gr_name);
|
|
|
|
|
|
|
|
while (uh && uh->grptr)
|
|
|
|
{
|
1998-07-04 12:39:13 +02:00
|
|
|
if (uh->grptr->gr_gid == work->grp->gr_gid)
|
1998-01-31 09:39:55 +01:00
|
|
|
{
|
|
|
|
if (debug_flag > 3)
|
|
|
|
dbg_log (_("Give gid for \"%s\" free"),
|
|
|
|
work->grp->gr_name);
|
|
|
|
if (uh->next != NULL)
|
|
|
|
{
|
|
|
|
gidhash *tmp = uh->next;
|
|
|
|
uh->grptr = tmp->grptr;
|
|
|
|
uh->next = tmp->next;
|
|
|
|
free (tmp);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
uh->grptr = NULL;
|
|
|
|
}
|
|
|
|
uh = uh->next;
|
|
|
|
}
|
|
|
|
|
|
|
|
free_grp (work->grp);
|
|
|
|
if (work->next != NULL)
|
|
|
|
{
|
|
|
|
grphash *tmp = work->next;
|
|
|
|
work->create = tmp->create;
|
|
|
|
work->next = tmp->next;
|
|
|
|
work->grp = tmp->grp;
|
|
|
|
free (tmp);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
work->grp = NULL;
|
|
|
|
}
|
|
|
|
work = work->next;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (debug_flag > 2)
|
1998-07-04 12:39:13 +02:00
|
|
|
dbg_log (_("(grptable_update) Release wait lock"));
|
1998-01-31 09:39:55 +01:00
|
|
|
pthread_rwlock_unlock (&grplock);
|
|
|
|
sleep (20);
|
|
|
|
}
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
1998-07-04 12:39:13 +02:00
|
|
|
static void *
|
1998-01-31 09:39:55 +01:00
|
|
|
negtable_update (void *v)
|
|
|
|
{
|
|
|
|
time_t now;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
sleep (30);
|
|
|
|
|
|
|
|
while (!do_shutdown)
|
|
|
|
{
|
|
|
|
if (debug_flag > 2)
|
1998-07-04 12:39:13 +02:00
|
|
|
dbg_log (_("(neggrptable_update) Wait for write lock!"));
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
pthread_rwlock_wrlock (&neglock);
|
|
|
|
|
|
|
|
if (debug_flag > 2)
|
1998-07-04 12:39:13 +02:00
|
|
|
dbg_log (_("(neggrptable_update) Have write lock"));
|
1998-01-31 09:39:55 +01:00
|
|
|
|
|
|
|
time (&now);
|
|
|
|
for (i = 0; i < modulo; ++i)
|
|
|
|
{
|
|
|
|
neghash *work = &negtbl[i];
|
|
|
|
|
|
|
|
while (work && work->key)
|
|
|
|
{
|
|
|
|
if ((now - work->create) >= negtimeout)
|
|
|
|
{
|
|
|
|
if (debug_flag)
|
|
|
|
dbg_log (_("Give \"%s\" free"), work->key);
|
|
|
|
|
|
|
|
free (work->key);
|
|
|
|
|
|
|
|
if (work->next != NULL)
|
|
|
|
{
|
|
|
|
neghash *tmp = work->next;
|
|
|
|
work->create = tmp->create;
|
|
|
|
work->next = tmp->next;
|
|
|
|
work->key = tmp->key;
|
|
|
|
free (tmp);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
work->key = NULL;
|
|
|
|
}
|
|
|
|
work = work->next;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (debug_flag > 2)
|
1998-07-04 12:39:13 +02:00
|
|
|
dbg_log (_("(neggrptable_update) Release wait lock"));
|
1998-01-31 09:39:55 +01:00
|
|
|
pthread_rwlock_unlock (&neglock);
|
|
|
|
sleep (10);
|
|
|
|
}
|
|
|
|
return NULL;
|
|
|
|
}
|