summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-211-1/+10
* SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2000-01-171-4/+3
* Added HP change.Jeremy Allison2000-01-141-53/+54
* modified smbd/msrpc credential transfer system. user session keyLuke Leighton2000-01-111-0/+19
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-032-0/+602
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-136-6647/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1310-10126/+6961
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-1/+4
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-128-80/+160
* parsing code for transferring unix and nt security credentials over-the-wire.Luke Leighton1999-12-081-0/+494
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+7
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-0/+10
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-012-8/+9
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+1
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-8/+11
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-292-10/+38
* well, i stuffed up the spooler commands.Luke Leighton1999-11-271-7/+7
* this one's a handle-based one (missed in the first round).Luke Leighton1999-11-271-1/+1
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-0/+20
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-1/+1
* service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-241-1/+1
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-242-6/+9
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-232-138/+93
* adding svcctl 0x1b functionLuke Leighton1999-11-231-0/+179
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-2/+2
* dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1999-11-201-0/+2
* nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_Luke Leighton1999-11-191-0/+1
* - surprise! the number of UNICODE strings that didn't have alignmentLuke Leighton1999-11-191-0/+20
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-192-0/+191
* added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1999-11-181-3/+158
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-16/+20
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-63/+60
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-163-23/+40
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-4/+4
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-0/+60
* added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1999-11-151-15/+7
* added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1999-11-151-0/+160
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-0/+16
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-091-76/+83
* preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1999-11-081-86/+192
* const feeding frenzyLuke Leighton1999-11-082-10/+11
* missed mem_grow_data callLuke Leighton1999-11-061-0/+2
* fixed string function for reading in printer_info_N.Luke Leighton1999-11-061-10/+27
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-47/+141
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-40/+52
* experimental spoolss rpcclient commandsLuke Leighton1999-11-051-27/+128
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-57/+190
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-14/+31
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-032-6/+7
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-031-4/+60