summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-273-46/+71
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-273-13/+0
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-272-289/+388
* Split srvsvc pipe into interface and implementation modules.Jeremy Allison2001-02-261-13/+40
* Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison2001-02-261-0/+39
* This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison2001-02-241-8/+22
* but it is needed for linking ...Andrew Tridgell2001-02-211-0/+1275
* Fixup missing tests on code imported from tng.Jeremy Allison2001-02-131-93/+105
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-9/+12
* Fixed duplicate free_sec_acl() call in free_sec_desc() function.Tim Potter2001-01-311-1/+1
* Changes from SAMBA_2_2:David O'Neill2001-01-291-1/+1
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-252-62/+134
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-6/+24
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-1/+1
* Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()Tim Potter2001-01-121-1/+1
* RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-111-2/+42
* General clean up. Merge of access_mask fixes for some unknown fields fromTim Potter2001-01-111-27/+24
* General clean up. Merged routines for parsing enum_trust_dom rpc call.Tim Potter2001-01-111-136/+111
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-1/+1
* Cast prs_alloc_mem to correct type.Jeremy Allison2000-12-181-2/+2
* Merged Tim's fixes from appliance-head.Jeremy Allison2000-12-181-8/+39
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-10/+0
* Added lock backouts on fail.Jeremy Allison2000-12-151-39/+2
* lib/util_unistr.c:Jean-François Micouleau2000-12-153-21/+62
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-152-17/+34
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-141-1/+9
* Wrong length for unistr2 in init_q_lookup_names()Tim Potter2000-12-131-24/+33
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-121-41/+101
* return NULL instead of return False in char *prs_mem_get();Tim Potter2000-12-111-1/+1
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-082-37/+35
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-041-6/+8
* alignment issues.Jean-François Micouleau2000-11-292-28/+35
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-221-6/+6
* ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison2000-11-221-7/+9
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-1/+1
* Fix for memory leak when adding driver.Jeremy Allison2000-11-171-1/+1
* Large commit which restructures the local password storage API.Gerald Carter2000-11-132-107/+108
* rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2000-11-101-0/+3
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-102-0/+13
* Merge of printer security descriptor, info level and printerdataTim Potter2000-11-071-0/+157
* Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison2000-10-301-6/+18
* Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison2000-10-301-1/+2
* Fixes for io_q_setprinter rpc parsing.Tim Potter2000-10-181-0/+10
* last part of W2K support.Jean-François Micouleau2000-10-134-38/+79
* changes to sync with 2.2. treeHerb Lewis2000-10-111-1/+0
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-102-9/+1
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-26/+680
* fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau2000-10-051-6/+8
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-044-10/+10
* Fixes from Herb - compiler warnings.Jeremy Allison2000-10-031-12/+12