summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss_nt.c
Commit message (Expand)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-2/+0
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-28/+48
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ...Gerald Carter2006-10-011-0/+3
* r17259: merging some changes that will be in a future 3.0.23b releaseGerald Carter2006-07-261-20/+25
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-1/+7
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-32/+0
* r14788: Fix coverity bug #276. null deref.Jeremy Allison2006-03-291-1/+17
* r14786: Fix coverity #275. null deref.Jeremy Allison2006-03-291-1/+8
* r14482: Fixes for spoolss code (after coverity fixes) when the Gerald Carter2006-03-161-15/+15
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2006-03-141-1/+1
* r14353: Fix coverity bugs #61 and #62. Remember to divide byJeremy Allison2006-03-131-25/+20
* r14303: Fix coverity #223. In a loop we were forgetting to freeJeremy Allison2006-03-131-1/+3
* r14301: Fix coverity #224. In a loop we were forgetting to freeJeremy Allison2006-03-131-1/+3
* r14299: Fix coverity #225. In a loop we were forgetting to freeJeremy Allison2006-03-131-3/+6
* r14289: Fix coverity #101, resource leak on error code path.Jeremy Allison2006-03-131-2/+6
* r14286: Similar clarifiction fix for coverity #102.Jeremy Allison2006-03-131-8/+10
* r14284: Fix coverity bug #103. Make code clearer - probablyJeremy Allison2006-03-131-5/+9
* r14268: Fix coverity error #204. Resource leak on error path.Jeremy Allison2006-03-131-0/+1
* r14266: Fix coverity #205. Resource leak on error path.Jeremy Allison2006-03-131-0/+1
* r14264: Fix coverity #207. Resource leak on error path.Jeremy Allison2006-03-131-0/+1
* r14250: Fix coverity bug #107. Resource leak on error path.Jeremy Allison2006-03-121-1/+3
* r14233: Fix Coverity bug # 206Volker Lendecke2006-03-121-1/+3
* r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison2006-03-101-0/+2
* r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison2006-03-071-44/+75
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-35/+20
* r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter2006-03-061-1/+7
* r13829: From the "It's not pretty but it works" categoryGerald Carter2006-03-041-11/+101
* r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter2006-03-031-8/+93
* r13821: replacing some strings with macrosGerald Carter2006-03-031-9/+11
* r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter2006-03-031-36/+99
* r13815: "Into the blind world let us now descend,"Gerald Carter2006-03-031-91/+58
* r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter2006-02-171-0/+24
* r13316: Let the carnage begin....Gerald Carter2006-02-031-7/+13
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-6/+6
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2005-12-031-1/+1
* r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter2005-11-221-14/+16
* r11240: * fix invalid read reported by valgrind in the Gerald Carter2005-10-211-68/+34
* r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memoryGerald Carter2005-10-201-3/+1
* r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...Gerald Carter2005-10-181-6/+15
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-26/+29
* r9945: fix typos.Günther Deschner2005-09-021-1/+1
* r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter2005-08-291-2/+10
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2005-08-291-129/+38
* r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter2005-08-121-2/+3
* r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtortureGünther Deschner2005-08-031-4/+10
* r8916: should fix the valgrind invalid read of size 1 ontheGerald Carter2005-08-021-8/+8
* r8617: Be very explicit if addprinterex is called that the "addprinter command"Jeremy Allison2005-07-191-2/+7
* r8501: * disable printer handle object cache (was mostly used Gerald Carter2005-07-151-0/+5
* r8326: factor out the delete printer code to a delete_printer_hook() for reuseGerald Carter2005-07-111-56/+53
* r8324: * initial cut at creating printers via the registry APIGerald Carter2005-07-111-3/+4