summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEXJeremy Allison1-9/+9
2007-10-10r21129: Fix from Martin Zielinski <mz@seh.de> - ensureJeremy Allison1-0/+10
2007-10-10r21099: Protect ourselves from null pointer deref. This isn'tJeremy Allison1-0/+6
2007-10-10r21064: The core of this patch isVolker Lendecke1-4/+7
2007-10-10r19156: Make enumprinters use the share iterators.Volker Lendecke1-25/+29
2007-10-10r19154: Trivial logic simplification: Get rid of two indentation levels. Surv...Volker Lendecke1-32/+51
2007-10-10r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke1-80/+214
2007-10-10r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison1-0/+3
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-13/+13
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-1/+1
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