summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-87/+87
2007-10-10r4083: consolidate printer searches to use find_service rather than for loopsGerald Carter1-16/+6
2007-10-10r3069: add 'force printername' service parameter for people that want to enfo...Gerald Carter1-14/+30
2007-10-10r3066: BUG 1519: fix segfault caused by double free of a printerGerald Carter1-1/+0
2007-10-10r3065: BUG 1519 (more): apparently the server_name notify request is used to ...Gerald Carter1-13/+4
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-3/+3
2007-10-10r2955: fixing a segfault uncovered by the changes for BUG 1519Gerald Carter1-1/+2
2007-10-10r2918: BUG 1907: fix getprinterdriverdir_1(). have to make sure we don't add...Gerald Carter1-2/+11
2007-10-10r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner1-0/+1
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-113/+164
2007-10-10r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter1-12/+12
2007-10-10r2133: Several fixes:Gerald Carter1-2/+10
2007-10-10r1974: Just use a simple linked list for this.Jeremy Allison1-7/+5
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter1-8/+18
2007-10-10r1692: first commit :)Günther Deschner1-1/+8
2007-10-10r1501: One more check for option != 0.Jeremy Allison1-1/+5
2007-10-10r1484: BUG 1520: work around bug in xp sp2 rc2 where the client sends a fnpcn...Gerald Carter1-0/+12
2007-10-10r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).Jeremy Allison1-3/+2
2007-10-10r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...Gerald Carter1-1/+8
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-26/+81
2007-10-10r196: merging struct uuid from trunkGerald Carter1-3/+4
2004-03-16merging print change notify fix from HP appliance. Also might address some o...Gerald Carter1-78/+0
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-1/+1
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+2
2003-10-02Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.Jeremy Allison1-1/+1
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-7/+7
2003-08-23it never amazes me when some new things crawls out of the windowsGerald Carter1-0/+6
2003-08-15possible fix for bug 288 to repcent using an uninitialized cli_state structGerald Carter1-0/+2
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-14/+3
2003-08-08RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison1-1/+0
2003-07-25fix some error returns and strings; patch from metzeGerald Carter1-6/+14
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-6/+6
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-5/+5
2003-07-22Use %p for a pointer type in a printf-style format string. Also castingTim Potter1-1/+1
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter1-1/+28
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-07-03Fix for bug #199 (xp driver uploads). Needed to supportGerald Carter1-6/+14
2003-06-13Rename some uuid functions so as not to conflict with systemTim Potter1-1/+1
2003-06-03Merge DEBUG message on usleep on open.Jeremy Allison1-0/+1
2003-05-15Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison1-4/+11
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-12/+12
2003-04-15Merge of comment typo.Tim Potter1-3/+3
2003-04-14Fix typosJelmer Vernooij1-2/+2
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter1-1/+11
2003-04-11simple fix to hopefully speed up srv_spoolss_replyopenprinter().Gerald Carter1-22/+36
2003-04-10Ensure we're not filtering our essential delete messages.Jeremy Allison1-2/+2
2003-04-09another forgotten merge sitting on my laptop from app_head; only stall open_p...Gerald Carter1-3/+6
2003-04-08fixup extra SAFE_FREE()'s noticed by abartletGerald Carter1-2/+0
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison1-8/+95
2003-04-01fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...Gerald Carter1-1/+3