Implement the select command.
authorAndre Noll <maan@systemlinux.org>
Sun, 25 May 2008 21:00:30 +0000 (23:00 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2008 21:00:30 +0000 (23:00 +0200)
commit1ae30c7805ddf80e6e5eb59d9332886e2a8d2640
tree1d4755e5e0f43e24ff7e5a210e9026dbd03f4c7e
parent1b5642c78995f2468e14380252826cdfccb92632
Implement the select command.

This seperates the creation of the osl tables and the pretty-printing
of the statistics.

To do this, it is necessary to close the tables properly on exit. This
change also fixed some memory leaks.

For the select command the new code reads the uid file and recomputes
the gloabal and the user stats from the osl tables.
adu.c