summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter1-0/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-4/+10
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-7/+7
2007-10-10r12889: BUG 3380: fix crash when changing printer drivers caused by accessing...Gerald Carter1-0/+2
2007-10-10r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison1-5/+5
2007-10-10r10554: * BUG 3057: assume x64 drivers are v3 driversGerald Carter1-1/+8
2007-10-10r10154: Fix crash bug on security descriptor upgrade (as seen on x86_64).Günther Deschner1-1/+2
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-351/+145
2007-10-10r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter1-15/+22
2007-10-10r8543: merge volker's nt_printing_init() fix from trunk (r8526)Gerald Carter1-1/+6
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter1-66/+174
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-30/+49
2007-10-10r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter1-0/+32
2007-10-10r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter1-9/+64
2007-10-10r8025: *how* can this code have been around so long andGerald Carter1-14/+33
2007-10-10r7983: clean up some use of un-initialized variables found by valgrindGerald Carter1-10/+5
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-13/+13
2007-10-10r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter1-4/+1
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-2/+0
2007-10-10r7620: when adding a new printer driver, we should copy the filesGerald Carter1-40/+22
2007-10-10r7614: convert move_driver_to_download_area() to return WERROR in order to pr...Gerald Carter1-5/+5
2007-10-10r7584: cleanup the default printer security descriptorGerald Carter1-32/+29
2007-10-10r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison1-3/+3
2007-10-10r7041: compile fixes....long day I guessGerald Carter1-2/+3
2007-10-10r7038: * upgrade version of nt*tdb files. Have to fixGerald Carter1-10/+145
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-1/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison1-1/+1
2007-10-10r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows ...Gerald Carter1-8/+47
2007-10-10r5029: after talking to Rob, ensure that we set the NETIOSNAME.domainnameGerald Carter1-1/+10
2007-10-10r4874: add DOmain Admins (Full Control) to the default printer sd if we are a DCGerald Carter1-5/+24
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-1/+2
2007-10-10r4740: allow SE_PRINT_OPERATORS to have printer admin accessGerald Carter1-3/+14
2007-10-10r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter1-3/+19
2007-10-10r4089: fix logic error in add_a_form() that only compared N characters instea...Gerald Carter1-2/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-23/+27
2007-10-10r3727: Update from Rob Foehl (rwf@loonybin.net):Jim McDonough1-24/+10
2007-10-10r3710: fix another safe_strcpy() warning SPAM with the printer drivcenameGerald Carter1-1/+1
2007-10-10r3707: 2028: avoid false error messages when copying a long printer name to t...Gerald Carter1-1/+1
2007-10-10r3069: add 'force printername' service parameter for people that want to enfo...Gerald Carter1-3/+9
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-1/+1
2007-10-10r2996: readability fix for length check; no semantic changesGerald Carter1-1/+1
2007-10-10r2955: fixing a segfault uncovered by the changes for BUG 1519Gerald Carter1-3/+5
2007-10-10r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner1-0/+2
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-10/+25
2007-10-10r2570: minor fix with Rob's patch. use dos_errstr() instead of W_ERROR_V() w...Gerald Carter1-2/+2
2007-10-10r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter1-112/+169
2007-10-10r2133: Several fixes:Gerald Carter1-1/+2
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter1-0/+33
2007-10-10r1692: first commit :)Günther Deschner1-0/+2