This is the mail archive of the
gnats-cvs@sourceware.cygnus.com
mailing list for the GNATS project.
gnats/gnats ChangeLog adm.c client.c cmds.c co ...
- To: gnats-cvs at sourceware dot cygnus dot com
- Subject: gnats/gnats ChangeLog adm.c client.c cmds.c co ...
- From: bmanson at sourceware dot cygnus dot com
- Date: 3 Mar 2000 08:31:54 -0000
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.