[1483] in Moira Commits
moira commit: "moira/afssync pt_util.c"
daemon@ATHENA.MIT.EDU (zacheiss@MIT.EDU)
Tue May 15 17:28:13 2007
Date: Tue, 15 May 2007 17:28:02 -0400 (EDT)
From: zacheiss@MIT.EDU
Message-Id: <200705152128.l4FLS2qS015101@brad-majors.mit.edu>
To: moira-commits@MIT.EDU
Update of /afs/athena.mit.edu/astaff/project/moiradev/repository/moira/afssync
In directory brad-majors.mit.edu:/afs/athena.mit.edu/user/z/a/zacheiss/dev/moira/other/afssync
Modified Files:
pt_util.c
Log Message:
- Make print_id a function rather than a macro.
- Update ID space for DO_SYS/DO_OTR to correspond to the IDs moira is
now assigning.
- Include scary lookup table of all user and group pts ids that are
inside the new "system" id space but aren't actually system users,
i.e., they aren't tracked by moira.
Potential future copious free time project: track this in an external
config file the program reads.
- Visit from the decruftification fairy:
* don't declare things we don't own.
* replace sys_errlist with strerror().
* modern function prototype/declarations.