summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2000-06-06Memory leak fixes.Jeremy Allison1-1/+2
2000-06-06Create elements in default, not in read.Jeremy Allison1-3/+1
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison1-10/+19
2000-06-04added a MANGLE_DRIVER_PATH define to chooose whether we stuff with theAndrew Tridgell1-10/+9
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison1-0/+5
2000-06-02More memory leak and PANIC action fixes.Jeremy Allison1-3/+8
2000-06-02More memory leak fixes.Jeremy Allison1-15/+37
2000-06-02More memory corruption (leaks etc.) fixes.Jeremy Allison1-11/+12
2000-06-02Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison1-8/+21
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison1-4/+2
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-2/+4
2000-06-01Changes I really don't want to lose whilst CVS is playing up.Jeremy Allison1-222/+257
2000-05-29fixed some more crashesAndrew Tridgell1-86/+44
2000-05-28don't free a driver structure from the stack!Andrew Tridgell1-5/+7
2000-05-28#ifdef not #ifLuke Leighton1-3/+3
2000-05-28moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton1-1/+24
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-3/+21
2000-05-27uninitialised variable "list"Luke Leighton1-1/+1
2000-05-27unistr_to_dos not unistr_to_asciiLuke Leighton1-2/+2
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-5/+75
2000-05-26Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison1-2/+6
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-16/+14
2000-05-22Modify NT driver heirarchy to fix HP bug with duplicate printer driverJeremy Allison1-10/+58
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-4/+26
2000-05-10lib/util_unistr.c:Jeremy Allison1-2/+2
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+32
2000-05-02fixed a memory leakAndrew Tridgell1-0/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-30fix handing of ascii_to_unistrAndrew Tridgell1-19/+19
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-23more pstring/fstring errors found by insureAndrew Tridgell1-15/+16
2000-04-23another fstring/pstring fixAndrew Tridgell1-1/+1
2000-04-23fixed another spoolss memory leakAndrew Tridgell1-2/+0
2000-04-23we can't pass a fstring to a routine expecting a pstringAndrew Tridgell1-1/+1
2000-04-16- put the job status in english not french!Andrew Tridgell1-7/+49
2000-04-16JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell1-183/+59
2000-04-10added checks to open both \\server\printer and \\server\share.Jean-François Micouleau1-3/+44
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison1-47/+148
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau1-18/+37
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-88/+74
2000-03-29split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau1-8/+28
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-74/+95
2000-03-16fix a bug in enumprinterdriversJean-François Micouleau1-6/+14
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-2/+3
2000-03-13small fix for addprinterex at level 2Jean-François Micouleau1-10/+8
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau1-42/+43
2000-03-11You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison1-1/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-0/+3
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-121/+193
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-102/+126