summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-11/+38
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-061-0/+47
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-061-0/+58
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-041-4/+243
* include/ntdomain.h:Jeremy Allison2001-04-021-63/+136
* configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-84/+218
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-116/+116
* merge from 2.2.Gerald Carter2001-03-271-40/+40
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-1/+1
* whoops...forgot oneGerald Carter2001-03-151-19/+31
* renamed one of the enumprinterdrivers parsing functionsGerald Carter2001-03-151-2/+2
* rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison2001-03-131-2/+0
* We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison2001-03-131-0/+5
* We copy the RPC header directly from the incoming client - remember toJeremy Allison2001-03-121-1/+6
* No longer used...Jeremy Allison2001-03-111-1275/+0
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-116-2220/+4183
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-094-13/+23
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-1/+12
* Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison2001-03-021-4/+4
* rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison2001-03-011-5/+17
* Remove unused code.Jeremy Allison2001-03-011-117/+3
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-282-431/+339
* 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