summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-22rpc_parse: Unify spoolss debug messages.Karolin Seeger1-2/+2
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-1/+0
2008-04-24The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison1-1/+6
2008-03-23Fix Coverity ID 504Volker Lendecke1-1/+1
2008-03-23Fix Coverity ID 503Volker Lendecke1-1/+1
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+2
2007-11-27Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison1-28/+28
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-225/+225
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-2/+2
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-27/+27
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-5/+5
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison1-17/+48
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-15/+19
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-0/+4
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+7
2007-10-10r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison1-5/+38
2007-10-10r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison1-1/+10
2007-10-10r21096: Fix formatting.Jeremy Allison1-2/+2
2007-10-10r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke1-0/+31
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-8/+4
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-3/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16378: Klocwork #1079. Allow BUFFER5 to cope with a NULLJeremy Allison1-34/+38
2007-10-10r16377: Klocwork #1077.Jeremy Allison1-1/+6
2007-10-10r14778: Fix coverity null deref bugs #268 - #271.Jeremy Allison1-1/+24
2007-10-10r14298: The other half of Coverity # 217Volker Lendecke1-1/+1
2007-10-10r14232: Fix Coverity Bug # 218Volker Lendecke1-1/+1
2007-10-10r14228: Fix Coverity bug # 217Volker Lendecke1-1/+1
2007-10-10r14083: Fix coverity bug #19. Don't deref possible NULL.Jeremy Allison1-1/+1
2007-10-10r14080: Fix Coverity bug #18. Ensure non-null before ref.Jeremy Allison1-1/+1
2007-10-10r14047: Coverity fix #17. Ensure srv_name and info cannotJeremy Allison1-0/+4
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-5/+3
2007-10-10r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter1-23/+12
2007-10-10r13841: Fix an uninitialized variable warning.Volker Lendecke1-1/+1
2007-10-10r13829: From the "It's not pretty but it works" categoryGerald Carter1-0/+100
2007-10-10r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter1-5/+23
2007-10-10r13815: "Into the blind world let us now descend,"Gerald Carter1-0/+64
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-23/+1
2007-10-10r9086: * fix invalid read in parse_spoolss when writing a devmode toGerald Carter1-6/+24
2007-10-10r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...Gerald Carter1-0/+16
2007-10-10r8398: Fix segfault in the client addprinterex-call. Found with "net rpcGünther Deschner1-1/+2
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-8/+8
2007-10-10r6683: remove log messages about unknown specversions since I think we are fa...Gerald Carter1-19/+0
2007-10-10r6491: BUG 2653: patch from Olaf Imig <Olaf.Imig@bifab.de>; allocate memory f...Gerald Carter1-1/+2
2007-10-10r6014: rather large change set....Gerald Carter1-68/+67
2007-10-10r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ...Gerald Carter1-1/+1
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-487/+67
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-54/+51