summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-9/+12
2001-01-31Fixed duplicate free_sec_acl() call in free_sec_desc() function.Tim Potter1-1/+1
2001-01-29Changes from SAMBA_2_2:David O'Neill1-1/+1
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2-62/+134
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-6/+24
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-12Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()Tim Potter1-1/+1
2001-01-11RPC server fixes for RPC client changes merged from TNG.Tim Potter1-2/+42
2001-01-11General clean up. Merge of access_mask fixes for some unknown fields fromTim Potter1-27/+24
2001-01-11General clean up. Merged routines for parsing enum_trust_dom rpc call.Tim Potter1-136/+111
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2000-12-18Cast prs_alloc_mem to correct type.Jeremy Allison1-2/+2
2000-12-18Merged Tim's fixes from appliance-head.Jeremy Allison1-8/+39
2000-12-15Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison1-10/+0
2000-12-15Added lock backouts on fail.Jeremy Allison1-39/+2
2000-12-15lib/util_unistr.c:Jean-François Micouleau3-21/+62
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2-17/+34
2000-12-14Changes from APPLIANCE_HEAD:David O'Neill1-1/+9
2000-12-13Wrong length for unistr2 in init_q_lookup_names()Tim Potter1-24/+33
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison1-41/+101
2000-12-11return NULL instead of return False in char *prs_mem_get();Tim Potter1-1/+1
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