summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-6/+6
2007-10-10r783: fix bug in reading printer data from disk; all ow valuenames with embe...Gerald Carter1-4/+10
2007-10-10r689: removed unneeded forward declarationsGerald Carter1-3/+0
2007-10-10r551: BUG 1293: fix double free in printer publishing codeGerald Carter1-2/+1
2007-10-10r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the f...Gerald Carter1-0/+1
2007-10-10r460: Fix for broken driver upload/delete path processing.Jeremy Allison1-14/+46
2007-10-10r196: merging struct uuid from trunkGerald Carter1-9/+12
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-3/+3
2004-03-24fixes for prnadmin.dll APIGerald Carter1-1/+1
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-5/+5
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-1/+1
2003-12-31auth/auth_util.c:Andrew Bartlett1-2/+2
2003-12-30Move to short lived TALLOC_CTX* for allocating printerGerald Carter1-4/+22
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-8/+8
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-5/+14
2003-10-20make sure we have a devmode before copying a string to the devicename; patch ...Gerald Carter1-3/+4
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-3/+3
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-5/+39
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-1/+1
2003-08-25make sure the printer data value exists before saying you deleted itGerald Carter1-0/+5
2003-08-23it never amazes me when some new things crawls out of the windowsGerald Carter1-1/+6
2003-08-16stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter1-1/+1
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-08-14fix bug 294; win9x driver lookups should always use version 0Gerald Carter1-5/+16
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter1-17/+19