summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-1/+42
1999-11-08preparation for doing a spoolss enum jobs command. had to rewriteLuke Leighton1-97/+15
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-15/+15
1999-11-02free up memory allocated by enum dom groups / aliasesLuke Leighton1-0/+20
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-4/+4
1999-10-27rewrote api_net_sam_logon() to be a little clearer.Luke Leighton1-140/+136
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-5/+9
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-0/+3
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-0/+1
1999-10-15adding error checking in parsing codeLuke Leighton1-0/+1
1999-09-27don't leak printer handles,Jean-François Micouleau1-3/+14
1999-09-25Don't duplicate forms anymore, just update the definition.Jean-François Micouleau1-3/+36
1999-09-24Correctly handle the dependent files in the printer_driver_info_3 structJean-François Micouleau1-5/+7
1999-09-09allan hourihane sent log 100 in which showed that some really old codeLuke Leighton1-15/+4
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton1-3/+3
1999-08-30debugged enumgroups -g optionLuke Leighton1-2/+5
1999-08-18patch from michael glauche to add session enum code into smbd.Luke Leighton1-6/+36
1999-08-17patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton1-7/+40
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1-37/+297
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1-5/+5
1999-07-26commented location where lookup_sids(), a direct call to the passwordLuke Leighton1-0/+3
1999-07-21Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1-2/+3
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton1-43/+26
1999-07-06oops, set password lengths to a boolean value.Luke Leighton1-2/+2
1999-07-01many small bugs...Jean-François Micouleau1-15/+35