summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter1-4/+0
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-2/+1
2007-10-10r17386: fix inverted logic pointed out by Volker. When deleting a printer re...Gerald Carter1-1/+1
2007-10-10r17348: Some C++ warningsVolker Lendecke1-8/+12
2007-10-10r17245: Second part of fix for #3962. Don't do a doubleJeremy Allison1-14/+8
2007-10-10r17244: There were several error paths where NT_PRINTER_INFO_LEVELJeremy Allison1-6/+17
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-60/+38
2007-10-10r15975: Only call the printer publishing calls if 'security = ads'Gerald Carter1-1/+7
2007-10-10r15334: Fix warning. This table and function not used anymore. Jerry pleaseJeremy Allison1-17/+0
2007-10-10r15309: normalize printing keys when deletingGerald Carter1-15/+0
2007-10-10r14788: Fix coverity bug #276. null deref.Jeremy Allison1-1/+17
2007-10-10r14786: Fix coverity #275. null deref.Jeremy Allison1-1/+8
2007-10-10r14482: Fixes for spoolss code (after coverity fixes) when theGerald Carter1-15/+15
2007-10-10r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison1-1/+1
2007-10-10r14353: Fix coverity bugs #61 and #62. Remember to divide byJeremy Allison1-25/+20
2007-10-10r14303: Fix coverity #223. In a loop we were forgetting to freeJeremy Allison1-1/+3
2007-10-10r14301: Fix coverity #224. In a loop we were forgetting to freeJeremy Allison1-1/+3
2007-10-10r14299: Fix coverity #225. In a loop we were forgetting to freeJeremy Allison1-3/+6
2007-10-10r14289: Fix coverity #101, resource leak on error code path.Jeremy Allison1-2/+6
2007-10-10r14286: Similar clarifiction fix for coverity #102.Jeremy Allison1-8/+10
2007-10-10r14284: Fix coverity bug #103. Make code clearer - probablyJeremy Allison1-5/+9
2007-10-10r14268: Fix coverity error #204. Resource leak on error path.Jeremy Allison1-0/+1
2007-10-10r14266: Fix coverity #205. Resource leak on error path.Jeremy Allison1-0/+1
2007-10-10r14264: Fix coverity #207. Resource leak on error path.Jeremy Allison1-0/+1
2007-10-10r14250: Fix coverity bug #107. Resource leak on error path.Jeremy Allison1-1/+3
2007-10-10r14233: Fix Coverity bug # 206Volker Lendecke1-1/+3
2007-10-10r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison1-0/+2
2007-10-10r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison1-44/+75
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-35/+20
2007-10-10r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter1-1/+7
2007-10-10r13829: From the "It's not pretty but it works" categoryGerald Carter1-11/+101
2007-10-10r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter1-8/+93
2007-10-10r13821: replacing some strings with macrosGerald Carter1-9/+11
2007-10-10r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter1-36/+99
2007-10-10r13815: "Into the blind world let us now descend,"Gerald Carter1-91/+58
2007-10-10r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter1-0/+24
2007-10-10r13316: Let the carnage begin....Gerald Carter1-7/+13
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-6/+6
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...Gerald Carter1-14/+16
2007-10-10r11240: * fix invalid read reported by valgrind in theGerald Carter1-68/+34
2007-10-10r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memoryGerald Carter1-3/+1
2007-10-10r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...Gerald Carter1-6/+15
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-26/+29
2007-10-10r9945: fix typos.Günther Deschner1-1/+1
2007-10-10r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter1-2/+10
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-129/+38
2007-10-10r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter1-2/+3
2007-10-10r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtortureGünther Deschner1-4/+10
2007-10-10r8916: should fix the valgrind invalid read of size 1 ontheGerald Carter1-8/+8