summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison1-0/+58
2001-04-04I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison1-4/+243
2001-04-02include/ntdomain.h:Jeremy Allison1-63/+136
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-84/+218
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-116/+116
2001-03-27merge from 2.2.Gerald Carter1-40/+40
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-1/+1
2001-03-15whoops...forgot oneGerald Carter1-19/+31
2001-03-15renamed one of the enumprinterdrivers parsing functionsGerald Carter1-2/+2
2001-03-13rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison1-2/+0
2001-03-13We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison1-0/+5
2001-03-12We copy the RPC header directly from the incoming client - remember toJeremy Allison1-1/+6
2001-03-11No longer used...Jeremy Allison1-1275/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison6-2220/+4183
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison4-13/+23
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+12
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison1-4/+4
2001-03-01rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison1-5/+17
2001-03-01Remove unused code.Jeremy Allison1-117/+3
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-431/+339
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison3-46/+71
2001-02-27As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison3-13/+0
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison2-289/+388
2001-02-26Split srvsvc pipe into interface and implementation modules.Jeremy Allison1-13/+40
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison1-0/+39
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison1-8/+22
2001-02-21but it is needed for linking ...Andrew Tridgell1-0/+1275
2001-02-13Fixup missing tests on code imported from tng.Jeremy Allison1-93/+105
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