summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_srvsvc.c
Commit message (Collapse)AuthorAgeFilesLines
* strtoul replace with strtolLuke Leighton1998-10-161-5/+5
| | | | (This used to be commit 4ebd2c5140e782ec43d9f7700bd588dfa52a16c7)
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-5/+5
| | | | (This used to be commit 16256f86bf451535c7955b8f51a9b88fc33a8e4d)
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-10/+10
| | | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway (This used to be commit 91597c12fb593f49b23c7cea5b64dbb89a0428b3)
* Makefile.in :Luke Leighton1998-10-021-33/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added srvsvc client files clientgen.c : - replaced cli_error(cli, int *cls, int *err) with cli_error(cli, uint8 cls, uint32 *err). this version detects 32 bit status messages. the DOS error "MORE_DATA", the equivalent of the 32 bit *warning* 0x8000 0005 (STATUS_BUFFER_OVERFLOW), was being processed as an error, terminating the cli_receive_trans() call. cli_pipe.c : - replaced calls that had been incorrectly modified from 32 bit warnings (0x8000 0005 - STATUS_BUFFER_OVERFLOW) to 8 bit DOS errors (0x01 0xEA - MORE_DATA). the use of the old version of cli_error (DOS only) instead of the new one (DOS and 32 bit) caused the dce/rpc client code to fail. - replaced 2 space indentation with tab indentation in all functions. cli_srvsvc.c : cmd_srvsvc.c : - added these files back in, fixing them up to use jeremy's modified versions of the dce/rpc client functions. parse_srv.c : - added back in some "unused" functions required by dce/rpc client-side code. it would be helpful if all such "unused" functions could be added back in. rpcclient.c : - added "session", "file", "share", "connection" enumeration functions back in. these are equivalent to nt's "NetXXXXXEnum" Win32 (MSDN) functions. - added "srvinfo" function back in. this is equivalent to nt's NetServerGetInfo Win32 (MSDN) function. (This used to be commit bcf39ffdcc64e049bca2d70a394a99976291e81d)
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-251-12/+12
| | | | (This used to be commit 8d23da91cbd74a45a5b030688fd89d88a25738dc)
* added rpcclient programLuke Leighton1998-09-251-0/+329
(This used to be commit aa38f39d67fade4dfd7badb7a9b39c833a1dd1ca)