summaryrefslogtreecommitdiffstats
path: root/source3/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Squash another compiler warning.Tim Potter2003-05-271-2/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-5/+5
* Fix VFS layer:Alexander Bokovoy2003-05-111-5/+5
* Elsewhere, we use a #define for this environment variable name, so do theAndrew Bartlett2003-05-091-2/+2
* Get credentials before publishing printers.Jim McDonough2003-04-251-0/+8
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-54/+50
* Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter2003-04-141-1/+1
* Fix off by one bug noticed by Andrew Bartlett.Jeremy Allison2003-03-141-2/+2
* add #define for the max device name length in a DEVICEMODEGerald Carter2003-03-061-1/+1
* Writable string const fixes.Jeremy Allison2003-03-051-6/+12
* Progress on CR 601Gerald Carter2003-02-251-152/+214
* Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett2003-02-241-1/+1
* * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-151-2/+2
* *lots of small merges form HEADGerald Carter2003-01-151-2/+7
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-21/+21
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-4/+4
* Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-131-72/+178
* More printer publishing code.Jim McDonough2002-12-131-6/+16
* More printer data to publishJim McDonough2002-12-051-33/+89
* Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
* Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough2002-12-041-1/+143
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-8/+11
* Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-1/+7
* Check the long_archi name for NULL.Jeremy Allison2002-10-311-0/+6
* removed the following parametersGerald Carter2002-10-211-62/+0
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-179/+436
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-495/+387
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-100/+437
* Merge of print server permission handling fixes from HEAD.Tim Potter2002-04-151-0/+16
* removed unnecessary memsetGerald Carter2002-04-111-2/+1