summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2000-06-10parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau1-0/+87
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-2/+2
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton1-5/+16
2000-06-08Moved tdb functions that access parse structs into parse_prs.cJeremy Allison1-0/+28
2000-06-08Cause printer SD's to be displayed correctly (full control).Jeremy Allison1-1/+1
2000-06-07Fixing get/set of security descriptors.Jeremy Allison2-6/+14
2000-06-06Memory leak fixes.Jeremy Allison1-0/+14
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2-10/+15
2000-06-05simple increment bug in uniarray_2_dosarrayAndrew Tridgell1-0/+1
2000-06-04no space was being reserved for the security descriptor in the parseAndrew Tridgell1-3/+8
2000-06-04sec_desc_size() needs to handle a null secdescAndrew Tridgell1-2/+5
2000-06-02More memory leak and PANIC action fixes.Jeremy Allison2-28/+72
2000-06-02Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison1-2/+2
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison2-3/+60
2000-06-01Back to building. Now to test with insure.Jeremy Allison4-63/+62
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison4-369/+371
2000-05-28init_unistr takes a const 2nd argAndrew Tridgell1-1/+1
2000-05-28moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton1-7/+14
2000-05-27hack to get setprinter working, level2, null sec desc.Luke Leighton1-2/+20
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2-366/+490
2000-05-26Fixed memory leak in RPC parsing code.Shirish Kalele1-1/+3
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-49/+20
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2-0/+439
2000-05-17Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison1-3/+26
2000-05-17Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison1-3/+7
2000-05-16Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison1-77/+325
2000-05-15Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison1-76/+81
2000-05-15don't call prs_dump() hereAndrew Tridgell1-1/+0
2000-05-15update grow_size in prs_growAndrew Tridgell1-1/+3
2000-05-15make prs_dump() store up to 100 variants of each msg typeAndrew Tridgell1-4/+11
2000-05-12changed uniarray_2_ascarray to uniarray_2_dosarrayAndrew Tridgell1-2/+2
2000-05-12Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison1-4/+4
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell3-1/+224
2000-05-10more mergingAndrew Tridgell1-8/+8
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-0/+6
2000-05-03Insure uninitialized memory read fixes.Jeremy Allison1-2/+2
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+43
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele1-1/+26
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell3-3/+0
2000-04-13rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing.Jeremy Allison1-10/+9
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-8/+18
2000-04-05off by one error ...Jean-François Micouleau1-2/+5
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-1/+1
2000-03-30Fixed spelling of Andrew's name. (-:Tim Potter1-1/+1
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2-107/+172
2000-03-25rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison1-133/+291
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison8-206/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton8-0/+206
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-1/+39
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-5/+9