summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2-105/+1533
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-102/+126
2000-03-07fixed enumprinterdata.Jean-François Micouleau1-2/+2
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-6/+13
2000-02-29Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison1-2/+67
2000-02-26added enumprintprocessordatatypesJean-François Micouleau2-0/+85
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2-124/+126
2000-02-24made dynamic the Printer struct. No more limits :-)Jean-François Micouleau1-187/+169
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau2-206/+274
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison2-43/+43
2000-02-21more rewrite ...Jean-François Micouleau2-359/+551
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau3-528/+1207
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau1-21/+24
2000-02-07spoolss definitions.Jean-François Micouleau1-4/+43
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2-0/+4227
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton1-1/+1
2000-01-14HP changes for registry querying.Jeremy Allison1-1/+9
2000-01-11modified smbd/msrpc credential transfer system. user session keyLuke Leighton1-0/+10
2000-01-04using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton1-1/+5
2000-01-04oops, must use read_data() not read(), as read() may only provideLuke Leighton1-2/+2
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton3-998/+1167
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell4-4289/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell11-4481/+3146
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton4-34/+19
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton11-599/+739
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-1/+5
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton2-13/+132
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-17/+17
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-30/+22
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-2/+8
1999-11-24service control manager API completed. svcenum -i works, but does notLuke Leighton1-0/+1
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-7/+17
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-4/+3
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton5-124/+254
1999-11-21adding user session key into network netlogon response.Luke Leighton2-11/+37
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-1/+2
1999-11-19The First Necessary UNICODE String Support.Luke Leighton1-12/+12
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton2-0/+99
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton1-3/+5
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton2-7/+38
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-0/+107
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-1/+5
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton2-17/+41
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton3-4/+21
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-3/+7
1999-11-16added another dummy key so that NT5 can check in the registry whetherLuke Leighton1-1/+2
1999-11-16Shirish Kalele <kalele@veritas.com> noticed that NT workstations areLuke Leighton1-18/+51
1999-11-16Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1-2/+74
1999-11-15added server-side samr enum domains. fixed some parsing issues, server-side.Luke Leighton1-1/+71