summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2002-07-27A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett1-66/+634
2002-07-263 things:Gerald Carter1-1/+7
2002-07-24several changes in this checkinGerald Carter1-21/+153
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2-4/+39
2002-07-21Name get and set dir drive functions consistently.Tim Potter1-1/+1
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-1/+2
2002-07-15more bug updates from headAndrew Tridgell1-2/+2
2002-07-15fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell12-340/+1244
2002-07-12The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...Jeremy Allison1-19/+24
2002-07-11all that is left to do is to actually perform theGerald Carter1-0/+4
2002-07-098-byte alignment needed for beginning driver_info_level_6.Gerald Carter2-22/+36
2002-07-08fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter1-21/+24
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter1-0/+101
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter1-0/+80
2002-07-04fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter1-3/+3
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett1-0/+52
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-17/+40
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett1-11/+80
2002-07-02fixed our winreg parsing to handle a diifferent form given to us byAndrew Tridgell1-6/+8
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter1-8/+8
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-6/+6
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-37/+110
2002-06-27a null grp_sid should have a 0 offset. Also removed a few more unnecessaryGerald Carter2-17/+6
2002-06-26merge from APP_HEADGerald Carter2-16/+9
2002-06-26Typo...Jeremy Allison1-1/+1
2002-06-26Added prs_align_uint16 for SD aligns.Jeremy Allison1-0/+11
2002-06-24sync with the sec_desc parsing fix from APP_HEAD. I will probably needGerald Carter1-16/+11
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter1-0/+2
2002-06-18more debug classess activatedSimo Sorce12-0/+36
2002-06-14Add a touch of const to this - helps with some yet-to-be-commited changesAndrew Bartlett1-3/+3
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison1-5/+8
2002-06-03Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough1-5/+13
2002-06-03Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter1-4/+0
2002-06-01Add rpc for file close, expand file enum to take usernameJim McDonough1-4/+67
2002-05-31Add fns for netshareadd and netsharedel rpcsJim McDonough1-4/+46
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough1-65/+43
2002-05-31netfileenum was missing the username filter.Jim McDonough1-1/+8
2002-05-29Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter1-0/+11
2002-05-28When marshalling a netshareenum request the share ctr has to be initialisedTim Potter1-1/+3
2002-05-24merge from SAMBA_2_2.Gerald Carter2-3/+45
2002-05-20OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter1-4/+0
2002-05-20There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter1-0/+4
2002-05-20No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter1-1/+1
2002-05-18A few things in this commit:Andrew Bartlett1-3/+20
2002-05-17Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett1-2/+3
2002-05-17Add a touch of constAndrew Bartlett1-1/+1
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-18/+7
2002-05-14Added deleteprinterdata client rpc.Tim Potter1-1/+13
2002-05-14Added writeprinter rpc command.Tim Potter1-0/+14