summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton3-20/+33
1999-11-27enhanced samuser command to do same thing as enumusers command (-g -u -a)Luke Leighton1-2/+21
1999-11-27bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1-0/+1
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton3-28/+21
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton1-2/+2
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-106/+67
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-22/+25
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-21/+13
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton2-6/+17
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-23/+29
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-17/+17
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton3-13/+22
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton2-44/+68
1999-11-23oops!!!! wrong command!!!Luke Leighton1-2/+8
1999-11-23adding svcctl 0x1b functionLuke Leighton2-6/+53
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 Leighton2-1/+4
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 Leighton4-1/+105
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 Leighton2-4/+51
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton2-4/+4
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton3-25/+25
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton2-1/+2
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-1/+10
1999-11-16Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1-2/+17
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 Leighton3-1/+52
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton4-5/+22
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton4-11/+44
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton2-2/+16
1999-11-08const feeding frenzyLuke Leighton2-176/+214
1999-11-06added command-completion printer enum code.Luke Leighton2-1/+8
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton1-0/+10
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton2-6/+24
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton2-29/+32
1999-11-05experimental spoolss rpcclient commandsLuke Leighton2-12/+43
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton2-6/+37
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton2-2/+13
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton2-8/+15
1999-11-03dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton2-5/+7
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 Leighton3-9/+8