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