Added notes

This commit is contained in:
Michiel Broek 2005-08-26 21:29:58 +00:00
parent 704ccf7b38
commit 3aca722a0b

View File

@ -868,6 +868,10 @@ int main(int argc, char *argv[])
// Gewone stervelingen mogen dit niet kunnen starten.
// Dit programma is een groot security gat.
// On Linux: use getppid to get the parent pid.
// cat /proc/<pid>/cmdline gives name of parent.
// check parent name: mbsebbs | mbnewusr | mbsetup
if (argc != 4) {
fprintf(stderr, "\nmbpasswd commandline:\n\n");
fprintf(stderr, "mbpasswd [-opt] [username] [newpassword]\n");