summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
...
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-2/+2
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-106/+67
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-22/+25
* service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-241-21/+13
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-242-6/+17
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-23/+29
* WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1999-11-241-17/+17
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-243-13/+22
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-232-44/+68
* oops!!!! wrong command!!!Luke Leighton1999-11-231-2/+8
* adding svcctl 0x1b functionLuke Leighton1999-11-232-6/+53
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-61/+61
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-2/+9
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-212-1/+4
* hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1999-11-211-2/+3
* adding user session key into network netlogon response.Luke Leighton1999-11-211-1/+4
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-201-1/+3
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-111/+154
* The First Necessary UNICODE String Support.Luke Leighton1999-11-191-1/+4
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+4
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-194-1/+105
* set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1999-11-181-0/+1
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-182-4/+51
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-182-4/+4
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-183-25/+25
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-162-1/+2
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-1/+10
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-2/+17
* added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1999-11-151-0/+1
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-153-1/+52
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-154-5/+22
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-094-11/+44
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-082-2/+16
* const feeding frenzyLuke Leighton1999-11-082-176/+214
* added command-completion printer enum code.Luke Leighton1999-11-062-1/+8
* fixed string function for reading in printer_info_N.Luke Leighton1999-11-061-0/+10
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-062-6/+24
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-062-29/+32
* experimental spoolss rpcclient commandsLuke Leighton1999-11-052-12/+43
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-042-6/+37
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-042-2/+13
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-032-8/+15
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-032-5/+7
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-2/+10
* added samalias <aliasname> rpcclient command (shows info on alias)Luke Leighton1999-11-021-0/+2
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-023-9/+8
* const char* issuesLuke Leighton1999-11-011-2/+4
* added lsaenumdomains command.Luke Leighton1999-11-012-12/+26
* rewrote rpcclient enumaliases command.Luke Leighton1999-11-012-6/+34
* added rpcclient svcstop <service name> command. gnu readlineLuke Leighton1999-11-012-0/+32