summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2002-09-13wrong alignment size calculationSimo Sorce1-1/+3
2002-09-06Display debug data we are marshalling/unmarshalling a UNISTR in aTim Potter1-1/+7
2002-09-05A netshareenum reply always contains an enum_hnd. win2k returns zeroTim Potter1-4/+2
2002-09-04Fix typo in comment.Tim Potter1-1/+1
2002-09-03Implemented client function for deleteprinterdataex.Tim Potter1-0/+15
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-7/+96
2002-08-31Avoid writing unitialised bytes to the wire (and consequent valgrind warnings)Andrew Bartlett1-1/+5
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter1-72/+2
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter1-2/+6
2002-08-30removed a debug lineAndrew Tridgell1-2/+0
2002-08-29There's more work to be done on samsync. Intermediate commit, nowVolker Lendecke1-1/+1
2002-08-27fix 2 byte alignment/offset bug that prevented Win2k/XP clientsGerald Carter1-9/+16
2002-08-23some cleanup while working on the NETLOGON pipe.Jean-François Micouleau2-40/+4
2002-08-22Added some new delta types discovered by Ronnie from ethereal"Tim Potter1-16/+23
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell1-3/+6
2002-08-21NETLOGON NetServerAuthenticate3 include and parser fileJean-François Micouleau1-1/+80
2002-08-17* the printing code should now be back to the working state it wasGerald Carter1-1/+1
2002-08-16Fairly large change to printing code.Gerald Carter1-36/+0
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter1-1/+1
2002-08-15The unknown_0 field in a CREATE_USER2 reply is the access granted.Tim Potter1-1/+1
2002-08-14added comment about a new specversion seen from client.Gerald Carter1-0/+2
2002-08-12Add lsa 0x2e (queryinfo2) client sideJim McDonough1-0/+13
2002-08-12Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough1-0/+22
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter1-2/+17
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter1-0/+28
2002-08-06Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough1-2/+60
2002-08-05Spelling fix.Tim Potter1-1/+1
2002-07-31Winbind updates!Andrew Bartlett1-1/+1
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough1-2/+108
2002-07-29add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter1-4/+56
2002-07-29passing -1 for the src length in rpcstr_pull results in onlyGerald Carter1-1/+1
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-15fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell1-2/+2
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