summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss_nt.c
Commit message (Expand)AuthorAgeFilesLines
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-1/+1
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-2/+0
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-4/+4
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21569: Fix bug reported by Martin Zielinski <mz@seh.de>Jeremy Allison2007-10-101-1/+1
* r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEXJeremy Allison2007-10-101-9/+9
* r21129: Fix from Martin Zielinski <mz@seh.de> - ensureJeremy Allison2007-10-101-0/+10
* r21099: Protect ourselves from null pointer deref. This isn'tJeremy Allison2007-10-101-0/+6
* r21064: The core of this patch isVolker Lendecke2007-10-101-4/+7
* r19156: Make enumprinters use the share iterators.Volker Lendecke2007-10-101-25/+29
* r19154: Trivial logic simplification: Get rid of two indentation levels. Surv...Volker Lendecke2007-10-101-32/+51
* r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke2007-10-101-80/+214
* r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison2007-10-101-0/+3
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-13/+13
* r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij2007-10-101-1/+1
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-101-4/+0
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-2/+1
* r17386: fix inverted logic pointed out by Volker. When deleting a printer re...Gerald Carter2007-10-101-1/+1
* r17348: Some C++ warningsVolker Lendecke2007-10-101-8/+12
* r17245: Second part of fix for #3962. Don't do a doubleJeremy Allison2007-10-101-14/+8
* r17244: There were several error paths where NT_PRINTER_INFO_LEVELJeremy Allison2007-10-101-6/+17
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-60/+38
* r15975: Only call the printer publishing calls if 'security = ads'Gerald Carter2007-10-101-1/+7
* r15334: Fix warning. This table and function not used anymore. Jerry pleaseJeremy Allison2007-10-101-17/+0
* r15309: normalize printing keys when deletingGerald Carter2007-10-101-15/+0
* r14788: Fix coverity bug #276. null deref.Jeremy Allison2007-10-101-1/+17
* r14786: Fix coverity #275. null deref.Jeremy Allison2007-10-101-1/+8
* r14482: Fixes for spoolss code (after coverity fixes) when theGerald Carter2007-10-101-15/+15
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2007-10-101-1/+1
* r14353: Fix coverity bugs #61 and #62. Remember to divide byJeremy Allison2007-10-101-25/+20
* r14303: Fix coverity #223. In a loop we were forgetting to freeJeremy Allison2007-10-101-1/+3
* r14301: Fix coverity #224. In a loop we were forgetting to freeJeremy Allison2007-10-101-1/+3
* r14299: Fix coverity #225. In a loop we were forgetting to freeJeremy Allison2007-10-101-3/+6
* r14289: Fix coverity #101, resource leak on error code path.Jeremy Allison2007-10-101-2/+6
* r14286: Similar clarifiction fix for coverity #102.Jeremy Allison2007-10-101-8/+10
* r14284: Fix coverity bug #103. Make code clearer - probablyJeremy Allison2007-10-101-5/+9
* r14268: Fix coverity error #204. Resource leak on error path.Jeremy Allison2007-10-101-0/+1
* r14266: Fix coverity #205. Resource leak on error path.Jeremy Allison2007-10-101-0/+1
* r14264: Fix coverity #207. Resource leak on error path.Jeremy Allison2007-10-101-0/+1
* r14250: Fix coverity bug #107. Resource leak on error path.Jeremy Allison2007-10-101-1/+3
* r14233: Fix Coverity bug # 206Volker Lendecke2007-10-101-1/+3
* r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison2007-10-101-0/+2
* r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison2007-10-101-44/+75
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-35/+20
* r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter2007-10-101-1/+7
* r13829: From the "It's not pretty but it works" categoryGerald Carter2007-10-101-11/+101
* r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter2007-10-101-8/+93
* r13821: replacing some strings with macrosGerald Carter2007-10-101-9/+11
* r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter2007-10-101-36/+99
* r13815: "Into the blind world let us now descend,"Gerald Carter2007-10-101-91/+58