dosutils: add creator and supporting NCP helpers
Add the CREATOR utility and wire it into the DOS tools build and NET command dispatch. Extend the client-side NCP helpers with the calls needed by the new and updated tools, including DOS namespace information and effective-rights queries. Also update MAP handling for automatic drive mappings used by the login script. This commit contains the tool/source support only. The DOS baseline test suite is kept separate and will be added in a follow-up commit.
This commit is contained in:
1
net.h
1
net.h
@@ -281,6 +281,7 @@ extern int func_grant (int argc, char *argv[], int mode);
|
||||
extern int func_revoke(int argc, char *argv[], int mode);
|
||||
extern int func_remove(int argc, char *argv[], int mode);
|
||||
extern int func_rights (int argc, char *argv[], int mode);
|
||||
extern int func_creator(int argc, char *argv[], int mode);
|
||||
|
||||
|
||||
extern int ncp_17_37(uint32 last_id, uint16 objtyp, uint8 *pattern,
|
||||
|
||||
Reference in New Issue
Block a user