[5539] in Athena Bugs
moira for 7.1
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Sat Jul 14 17:01:38 1990
Date: Sat, 14 Jul 90 17:01:15 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: bugs@MIT.EDU, rel-eng@MIT.EDU, bug-moira@MIT.EDU
The following files have changed in moira:
Makefile
clients/moira/attach.c
clients/moira/cluster.c
clients/moira/dcmmaint.c
clients/moira/delete.c
clients/moira/lists.c
clients/moira/menu.c
clients/moira/menus.c
clients/moira/nfs.c
clients/moira/pobox.c
clients/moira/printer.c
clients/moira/quota.c
clients/moira/user.c
clients/moira/utils.c
db/README
db/newmoira.qc
dcm/dcm.c
include/moira.h
incremental/afs.c
regtape/employee.qc
regtape/students.qc
rpc/Makefile
rpc/fixname.c
rpc/nfsparttype.c
rpc/strs.c
server/increment.qc
server/mr_glue.c
server/mr_main.c
server/mr_scall.c
server/mr_util.c
server/qsupport.qc
server/queries2.c
test/test.c
update/exec_002.c
Please copy them from /mit/moiradev/src/...
No man pages changed.
Changed binaries: moira, mrtest, update_server.
Changed include files: /usr/include/moira.h.
Changed libraries: libmoira.a
Nothing changed worth mentioning in regular user release notes.
BUGS FIXED:
^C now works everywhere within the moira client.
Changing a user's pobox in the moira client won't delete it when it
shouldn't.
Cleaned up some error messages in moira client.
Moira client prints warnings about hostname canonicalization when
manipulating machine entries.
Moira client no longer gets spurious syntax error when entering list
members sub menu.
Moira client refreshes screen before attempting Moira server
operations.
Declare mr_motd() in moira.h.
Fixed flaw in name capitalization rules where it didn't used to
capitalize the letter following a hyphen.
Improved support for group quotas.
Sometimes after an error, that error code would be reported on
following successful transactions.
Cleaned up some memory allocation in the server which occasionally
caused coredumps.
Increased the size of the buffer used in calculating list memberships,
allowing more complex list structures.
Mrtest can now report errors before a server connection has been
established.
The update_server no longer blocks SIGCHILD in its children.