summaryrefslogtreecommitdiffstats
path: root/source/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-031-0/+2
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-23/+57
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-82/+166
* r21147: committing changes for 3.0.24Gerald Carter2007-02-051-5/+5
* r16703: add crash fix in printer publishing codeGerald Carter2006-06-291-1/+1
* r16438: sync up to r16433Gerald Carter2006-06-211-0/+2
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-25/+110
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-8/+15
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2006-04-171-1/+1
* r14506: Remove remaining references to a KCM credential cache type.Günther Deschner2006-03-171-4/+0
* r14489: Guard against coverity reversion. #181 is a false positiveJeremy Allison2006-03-161-0/+2
* r14273: Fix coverity bug #202. Memory leak on error path.Jeremy Allison2006-03-131-1/+3
* r14221: Fix coverity #76. My previous change wasn't quite enough :-).Jeremy Allison2006-03-111-0/+1
* r14184: Coverity fix #56. Ensure we can't deref null.Jeremy Allison2006-03-111-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-40/+17
* r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter2006-02-171-0/+5
* r13316: Let the carnage begin....Gerald Carter2006-02-031-4/+10
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-7/+7
* r12889: BUG 3380: fix crash when changing printer drivers caused by accessing...Gerald Carter2006-01-131-0/+2
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2005-10-311-5/+5
* r10554: * BUG 3057: assume x64 drivers are v3 driversGerald Carter2005-09-271-1/+8
* r10154: Fix crash bug on security descriptor upgrade (as seen on x86_64).Günther Deschner2005-09-111-1/+2
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2005-08-291-351/+145
* r9086: * fix invalid read in parse_spoolss when writing a devmode to Gerald Carter2005-08-051-15/+22
* r8543: merge volker's nt_printing_init() fix from trunk (r8526)Gerald Carter2005-07-181-1/+6
* r8501: * disable printer handle object cache (was mostly used Gerald Carter2005-07-151-66/+174
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-30/+49
* r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter2005-07-031-0/+32
* r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter2005-07-021-9/+64
* r8025: *how* can this code have been around so long andGerald Carter2005-06-301-14/+33
* r7983: clean up some use of un-initialized variables found by valgrindGerald Carter2005-06-281-10/+5
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-13/+13
* r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter2005-06-171-4/+1
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2005-06-171-2/+0
* r7620: when adding a new printer driver, we should copy the files Gerald Carter2005-06-151-40/+22
* r7614: convert move_driver_to_download_area() to return WERROR in order to pr...Gerald Carter2005-06-151-5/+5
* r7584: cleanup the default printer security descriptorGerald Carter2005-06-141-32/+29
* r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison2005-06-021-3/+3
* r7041: compile fixes....long day I guessGerald Carter2005-05-271-2/+3
* r7038: * upgrade version of nt*tdb files. Have to fixGerald Carter2005-05-271-10/+145
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-091-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-1/+1
* r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison2005-03-151-1/+1
* r5683: BUG 2363: allow 'in use' driver to be removed as long as one 'Windows ...Gerald Carter2005-03-071-8/+47
* r5029: after talking to Rob, ensure that we set the NETIOSNAME.domainnameGerald Carter2005-01-271-1/+10
* r4874: add DOmain Admins (Full Control) to the default printer sd if we are a DCGerald Carter2005-01-201-5/+24
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2005-01-171-1/+2
* r4740: allow SE_PRINT_OPERATORS to have printer admin accessGerald Carter2005-01-141-3/+14
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2005-01-051-3/+19
* r4089: fix logic error in add_a_form() that only compared N characters instea...Gerald Carter2004-12-071-2/+4