From mboxrd@z Thu Jan 1 00:00:00 1970 From: bmanson@sourceware.cygnus.com To: gnats-cvs@sourceware.cygnus.com Subject: gnats/gnats ChangeLog adm.c client.c cmds.c co ... Date: Fri, 03 Mar 2000 00:31:00 -0000 Message-id: <20000303083154.31197.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00094.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 00/03/03 00:31:54 Modified files: gnats : ChangeLog adm.c client.c cmds.c config.h database.c Log message: * database.c (initHostList): Check for a per-database host access list. (Temporary fix, along with the change to GNATS_user ().) (databaseSpecServer): Init the list of databases as needed. * cmds.c (GNATS_user): The check here for access levels is a bit screwy; temporary hack to make it work in the obvious case. * client.c (client_init_gnats): If no user was specified, then use getlogin() or getpwuid () to determine a username to authenticate with to the server. * adm.c (build_chain_for_field): Ignore records with an incorrect number of fields.