summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2-37/+35
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell1-6/+8
2000-11-29alignment issues.Jean-François Micouleau2-28/+35
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter1-6/+6
2000-11-22ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison1-7/+9
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison1-1/+1
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-1/+1
2000-11-13Large commit which restructures the local password storage API.Gerald Carter2-107/+108
2000-11-10rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison1-0/+3
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2-0/+13
2000-11-07Merge of printer security descriptor, info level and printerdataTim Potter1-0/+157
2000-10-30Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison1-6/+18
2000-10-30Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison1-1/+2
2000-10-18Fixes for io_q_setprinter rpc parsing.Tim Potter1-0/+10
2000-10-13last part of W2K support.Jean-François Micouleau4-38/+79
2000-10-11changes to sync with 2.2. treeHerb Lewis1-1/+0
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2-9/+1
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-26/+680
2000-10-05fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau1-6/+8
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison4-10/+10
2000-10-03Fixes from Herb - compiler warnings.Jeremy Allison1-12/+12
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau1-5/+6
2000-09-27samr unknown 0x32 is in fact samr create user.Jean-François Micouleau1-3/+3
2000-09-25printer notify code.Jean-François Micouleau1-1/+118
2000-09-20Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison1-8/+80
2000-09-19param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison1-34/+19
2000-09-16in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau1-2/+10
2000-09-15Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison1-17/+17
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison1-16/+129
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison1-6/+46
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-12/+56
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison1-1/+56
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-0/+32
2000-08-30Fixed overrun write error when using debuglevel > 50.Jeremy Allison1-1/+1
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-0/+35
2000-08-28yipee!Andrew Tridgell1-0/+9
2000-08-17added comment for my own memory purposesGerald Carter1-0/+1
2000-08-16hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter1-2/+19
2000-08-16- fixed memcpy bug in copy_unistr2()Gerald Carter1-7/+21
2000-08-15Tidied up extra ()'s.Jeremy Allison1-12/+12
2000-08-14fixed a few bugs in new_smb_io_relarraystr().Gerald Carter1-2/+5
2000-08-14fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter1-2/+2
2000-08-12removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter1-3/+36
2000-08-12fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter1-29/+37
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2-53/+25
2000-08-10working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter1-2/+9
2000-08-10deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter1-24/+30
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2-9/+21
2000-08-08cleanup in init_unistr2_from_unistr()Gerald Carter1-27/+19
2000-08-08All changes related to rpcclient...Gerald Carter1-3/+174