#include <os2.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <netcons.h>#include <neterr.h>#include <netlib.h>#include <uascache.h>#include <access.h>#include <permit.h>#include "ssitools.h"Go to the source code of this file.
Classes | |
| struct | my_group |
Defines | |
| #define | SECPKG "[Tmpv1_0]" |
| #define | SERVOP "D_SERVER " |
| #define | ACCTOP "D_ACCOUN " |
| #define | COMMOP "D_COMM_O " |
| #define | PRINTOP "D_PRINT_ " |
| #define | DISKOP "D_DISK_O " |
| #define | AUDITOP "D_AUDIT_ " |
| #define | GADMINS "D_ADMIN " |
| #define | GUSERS "D_USERS " |
| #define | GGUESTS "D_GUESTS " |
| #define | INCL_DOSMEMMGR |
Functions | |
| void | InitMemStuff (void) |
| void | loadit (void) |
| void | showentries (void) |
| void | doargs (int, char **) |
| int | UserHashVal (char far *uname, int domain) const |
| unsigned | dread (unsigned handle, unsigned long pos, char far *buffer, unsigned length) |
| unsigned | read_object (unsigned handle, unsigned long pos, char FAR *buf) |
| void | printgroups () |
| void | banner (unsigned longnames) |
| main (int argc, char *argv[]) | |
Variables | |
| char FAR * | buf1 |
| char FAR * | buf2 |
| char FAR * | GroupCache |
| char | path [256] |
| char | userbuf [MAX_USER_SIZE] |
| unsigned short | Handle |
| _ahdr FAR * | Header |
|
|
Definition at line 18 of file dumpuser.c. Referenced by banner(), and showentries(). |
|
|
Definition at line 22 of file dumpuser.c. Referenced by banner(). |
|
|
Definition at line 19 of file dumpuser.c. Referenced by banner(), and showentries(). |
|
|
Definition at line 21 of file dumpuser.c. Referenced by banner(). |
|
|
Definition at line 23 of file dumpuser.c. Referenced by banner(). |
|
|
Definition at line 25 of file dumpuser.c. Referenced by banner(). |
|
|
Definition at line 24 of file dumpuser.c. Referenced by banner(). |
|
|
Definition at line 29 of file dumpuser.c. |
|
|
Definition at line 20 of file dumpuser.c. Referenced by banner(), and showentries(). |
|
|
Definition at line 4 of file dumpuser.c. Referenced by banner(). |
|
|
Definition at line 17 of file dumpuser.c. Referenced by banner(), and showentries(). |
|
|
Definition at line 284 of file dumpuser.c. References ACCTOP, AUDITOP, COMMOP, DISKOP, GADMINS, GGUESTS, GUSERS, path, PRINTOP, SECPKG, and SERVOP. Referenced by main().
|
|
||||||||||||
|
Definition at line 303 of file dumpuser.c. Referenced by main().
|
|
||||||||||||||||||||
|
Definition at line 77 of file dumpuser.c. Referenced by read_object().
|
|
|
Definition at line 107 of file dumpuser.c. References buf1, buf2, exit, GroupCache, Handle, Header, L, and path. Referenced by main().
|
|
|
Definition at line 149 of file dumpuser.c. References buf1, buf2, exit, FAR, GroupCache, Handle, L, NULL, and UserHashVal(). Referenced by main().
|
|
||||||||||||
|
Definition at line 313 of file dumpuser.c. References banner(), doargs(), InitMemStuff(), loadit(), printgroups(), and showentries().
|
|
|
Definition at line 208 of file dumpuser.c. References FAR, GroupCache, and L. Referenced by main().
|
|
||||||||||||||||
|
Definition at line 95 of file dumpuser.c. Referenced by showentries().
|
|
|
Definition at line 222 of file dumpuser.c. References ACCTOP, buf2, COMMOP, exit, FAR, GroupCache, Handle, Header, PRINTOP, read_object(), SERVOP, and userbuf. Referenced by main().
|
|
||||||||||||
|
Definition at line 63 of file dumpuser.c. References c. Referenced by loadit().
|
|
|
Definition at line 42 of file dumpuser.c. Referenced by InitMemStuff(), and loadit(). |
|
|
Definition at line 43 of file dumpuser.c. Referenced by InitMemStuff(), loadit(), SelectOutFileName(), and showentries(). |
|
|
Definition at line 44 of file dumpuser.c. Referenced by InitMemStuff(), loadit(), printgroups(), and showentries(). |
|
|
Definition at line 47 of file dumpuser.c. |
|
|
|
Definition at line 45 of file dumpuser.c. Referenced by banner(), doargs(), FindPathForDevice(), FsVgaServiceParameters(), InitMemStuff(), IopParseSymbolicLinkName(), LowQueryPathFromComponent(), and UnlinkConvFromOthers(). |
|
|
Definition at line 46 of file dumpuser.c. Referenced by showentries(). |
1.3.7