summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
AgeCommit message (Expand)AuthorFilesLines
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-61/+61
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1-2/+9
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-1/+2
1999-11-21hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1-2/+3
1999-11-21adding user session key into network netlogon response.Luke Leighton1-1/+4
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton1-1/+3
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1-111/+154
1999-11-19The First Necessary UNICODE String Support.Luke Leighton1-1/+4
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1-0/+4
1999-11-19added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1-0/+21
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1-0/+1
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-2/+18
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-2/+2
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-4/+6
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-0/+1
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-1/+10
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-0/+1
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-0/+18
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-0/+5
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-7/+37
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-0/+14
1999-11-08const feeding frenzyLuke Leighton1-154/+170
1999-11-06added command-completion printer enum code.Luke Leighton1-1/+6
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton1-0/+10
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-5/+22
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-13/+13
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-12/+40
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-6/+36
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-2/+11
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1-7/+14
1999-11-03dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1-3/+5
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton1-2/+10
1999-11-02added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1-0/+2
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-5/+3
1999-11-01const char* issuesLuke Leighton1-2/+4
1999-11-01added lsaenumdomains command.Luke Leighton1-4/+16
1999-11-01rewrote rpcclient enumaliases command.Luke Leighton1-6/+30
1999-11-01added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1-0/+8
1999-10-31added yet another rpcclient command: svcstart <service name> [arg0] [arg1] ...Luke Leighton1-0/+8
1999-10-31added svcinfo <service name> command.Luke Leighton1-2/+13
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+29
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-26/+20
1999-10-29added gnu readline command-line completion to the regenum command.Luke Leighton1-1/+2
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-4/+11
1999-10-29rewrite rpcclient sam enum user code to use higher order functions.Luke Leighton1-4/+9
1999-10-29using #defines for function prototypesLuke Leighton1-3/+3
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-3/+8
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-1/+7
1999-10-28restructuring sam enum dom groups code to do multiple calls toLuke Leighton1-2/+2
1999-10-28restructuring samr client code.Luke Leighton1-2/+9