-----------
ISPutil/bin
-----------

This is basically the bin directory from the Qba package, progressively 
hacked as required to customise it for the ISPutil package's needs.

Of the Qba stuff, currently only the "setup", "clients", and "invoices" 
applications are actually used, the rest will hopefully come into play as 
work on the package progresses.

There are a few actual compiled binaries here to:

doas, which allows running something using someone else's EUID (provided 
one is root oneself at the time);

pwdoas.uid and pwdoas.euid, similar to doas but ask for password. 
Versions that do just EUID (allowing change back to root on exit to 
remove login from utmp/wtmp) and that does full UID (requiring one to 
make the sessreg program be SUID root) are provided because EUID didnt 
always work with the Dial-Up_Utils package.

user_new, which is the new-user creation routine. A nasty messy way to go 
about it (a long story); but it does work for us. You will need to 
recompile it from the C source code, which should be in /usr/src/ISPutil .
