summaryrefslogtreecommitdiffstats
path: root/source3/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
* r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison2007-10-101-1/+1
* r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows ...Gerald Carter2007-10-101-8/+47
* r5029: after talking to Rob, ensure that we set the NETIOSNAME.domainnameGerald Carter2007-10-101-1/+10
* r4874: add DOmain Admins (Full Control) to the default printer sd if we are a DCGerald Carter2007-10-101-5/+24
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2007-10-101-1/+2
* r4740: allow SE_PRINT_OPERATORS to have printer admin accessGerald Carter2007-10-101-3/+14
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2007-10-101-3/+19
* r4089: fix logic error in add_a_form() that only compared N characters instea...Gerald Carter2007-10-101-2/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-23/+27
* r3727: Update from Rob Foehl (rwf@loonybin.net):Jim McDonough2007-10-101-24/+10
* r3710: fix another safe_strcpy() warning SPAM with the printer drivcenameGerald Carter2007-10-101-1/+1
* r3707: 2028: avoid false error messages when copying a long printer name to t...Gerald Carter2007-10-101-1/+1
* r3069: add 'force printername' service parameter for people that want to enfo...Gerald Carter2007-10-101-3/+9
* r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter2007-10-101-1/+1
* r2996: readability fix for length check; no semantic changesGerald Carter2007-10-101-1/+1
* r2955: fixing a segfault uncovered by the changes for BUG 1519Gerald Carter2007-10-101-3/+5
* r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner2007-10-101-0/+2
* r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter2007-10-101-10/+25
* r2570: minor fix with Rob's patch. use dos_errstr() instead of W_ERROR_V() w...Gerald Carter2007-10-101-2/+2
* r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter2007-10-101-112/+169
* r2133: Several fixes:Gerald Carter2007-10-101-1/+2
* r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter2007-10-101-0/+33
* r1692: first commit :)Günther Deschner2007-10-101-0/+2
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-6/+6
* r783: fix bug in reading printer data from disk; all ow valuenames with embe...Gerald Carter2007-10-101-4/+10
* r689: removed unneeded forward declarationsGerald Carter2007-10-101-3/+0
* r551: BUG 1293: fix double free in printer publishing codeGerald Carter2007-10-101-2/+1
* r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the f...Gerald Carter2007-10-101-0/+1
* r460: Fix for broken driver upload/delete path processing.Jeremy Allison2007-10-101-14/+46
* r196: merging struct uuid from trunkGerald Carter2007-10-101-9/+12
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-3/+3
* fixes for prnadmin.dll APIGerald Carter2004-03-241-1/+1
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-5/+5
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-1/+1
* auth/auth_util.c:Andrew Bartlett2003-12-311-2/+2
* Move to short lived TALLOC_CTX* for allocating printerGerald Carter2003-12-301-4/+22
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-8/+8
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-5/+14
* make sure we have a devmode before copying a string to the devicename; patch ...Gerald Carter2003-10-201-3/+4
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-3/+3
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-5/+39
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* make sure the printer data value exists before saying you deleted itGerald Carter2003-08-251-0/+5
* it never amazes me when some new things crawls out of the windowsGerald Carter2003-08-231-1/+6
* stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter2003-08-161-1/+1
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* fix bug 294; win9x driver lookups should always use version 0Gerald Carter2003-08-141-5/+16
* fix cache coherency bug in print handle print_info_2 cache.Gerald Carter2003-07-141-17/+19
* ifdef out some functions that are not used when HAVE_ADS is not definedGerald Carter2003-06-251-1/+1
* large change:Gerald Carter2003-06-251-5/+10