summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-63/+40
2007-10-10r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison1-2/+3
2007-10-10r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny...Gerald Carter1-0/+5
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r6014: rather large change set....Gerald Carter1-11/+8
2007-10-10r5806: * fix a couple more segvs in spoolssGerald Carter1-14/+9
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-399/+509
2007-10-10r5605: only display the publish check box on printer ifGerald Carter1-12/+20
2007-10-10r4856: after testing a simple add printer script, i realized that you still h...Gerald Carter1-9/+9
2007-10-10r4825: Printing changesGerald Carter1-17/+57
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-1/+3
2007-10-10r4740: allow SE_PRINT_OPERATORS to have printer admin accessGerald Carter1-2/+4
2007-10-10r4184: Removed unused extern.Jeremy Allison1-1/+0
2007-10-10r4134: check the setprinter(3) based on the access permissions on the handle ...Gerald Carter1-14/+11
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