summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+1
* Fix for passing NULL pointer as an array parameter inTim Potter2000-07-101-2/+2
* More rpcclient merge issues:Gerald Carter2000-07-072-1/+137
* the dummy field in driver_info_6 is before the driver version and notJean-François Micouleau2000-07-041-2/+2
* driver_info_6 had a prs_align() that should not have been there.Jean-François Micouleau2000-07-041-2/+0
* Removed unneccessary ()'s afer &'s that made it look like weJeremy Allison2000-07-011-125/+125
* Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison2000-06-291-11/+11
* Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exeJeremy Allison2000-06-281-49/+75
* Changing drivers using the properties page works - but only if getting/settingJeremy Allison2000-06-262-6/+2
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-2/+4
* Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2000-06-201-25/+22
* parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau2000-06-101-0/+87
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+2
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-5/+16
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-0/+28
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-072-6/+14
* Memory leak fixes.Jeremy Allison2000-06-061-0/+14
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-052-10/+15
* simple increment bug in uniarray_2_dosarrayAndrew Tridgell2000-06-051-0/+1
* no space was being reserved for the security descriptor in the parseAndrew Tridgell2000-06-041-3/+8
* sec_desc_size() needs to handle a null secdescAndrew Tridgell2000-06-041-2/+5
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-022-28/+72
* Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison2000-06-021-2/+2
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-012-3/+60
* Back to building. Now to test with insure.Jeremy Allison2000-06-014-63/+62
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-014-369/+371
* init_unistr takes a const 2nd argAndrew Tridgell2000-05-281-1/+1
* moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton2000-05-281-7/+14
* hack to get setprinter working, level2, null sec desc.Luke Leighton2000-05-271-2/+20
* security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton2000-05-272-366/+490
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+3
* a fairly big change in spoolss.Andrew Tridgell2000-05-241-49/+20
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-182-0/+439
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-171-3/+26
* Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2000-05-171-3/+7
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-77/+325
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-76/+81
* don't call prs_dump() hereAndrew Tridgell2000-05-151-1/+0
* update grow_size in prs_growAndrew Tridgell2000-05-151-1/+3
* make prs_dump() store up to 100 variants of each msg typeAndrew Tridgell2000-05-151-4/+11
* changed uniarray_2_ascarray to uniarray_2_dosarrayAndrew Tridgell2000-05-121-2/+2
* Added unicode_to_dos_char() function to address converting single UNICODEJeremy Allison2000-05-121-4/+4
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-123-1/+224
* more mergingAndrew Tridgell2000-05-101-8/+8
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+6
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-2/+2
* added support for deleting printers into the spoolss systemAndrew Tridgell2000-05-021-0/+43
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-281-1/+26
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-253-3/+0