summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-19/+45
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau1-1/+8
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-4/+9
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison1-2/+2
2000-07-21Added functions for enumerating ports on remote print server.Gerald Carter1-6/+48
2000-07-18rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison1-21/+19
2000-07-14removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter1-12/+60
2000-07-12we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau1-5/+0
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau1-0/+9
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+1
2000-07-04the dummy field in driver_info_6 is before the driver version and notJean-François Micouleau1-2/+2
2000-07-04driver_info_6 had a prs_align() that should not have been there.Jean-François Micouleau1-2/+0
2000-07-01Removed unneccessary ()'s afer &'s that made it look like weJeremy Allison1-125/+125
2000-06-29Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison1-11/+11
2000-06-28Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exeJeremy Allison1-49/+75
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-3/+2
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison1-2/+4
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-25/+22
2000-06-10parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau1-0/+87
2000-06-06Memory leak fixes.Jeremy Allison1-0/+14
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison1-7/+12
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-02More memory leak and PANIC action fixes.Jeremy Allison1-28/+69
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 Allison1-3/+51
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-51/+27
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-22/+8
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 Leighton1-10/+149
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-49/+20
2000-05-15don't call prs_dump() hereAndrew Tridgell1-1/+0
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 Tridgell1-0/+193
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+43
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
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-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-106/+171
2000-03-25rpc_parse/parse_spoolss.c: Added checks on mallocs/overflow checks on all prs_xxJeremy Allison1-133/+291
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-1/+39
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-5/+9
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-39/+121
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-245/+118
2000-02-26added enumprintprocessordatatypesJean-François Micouleau1-0/+98
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau1-102/+139
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau1-199/+145