summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-26/+29
2007-10-10r9945: fix typos.Günther Deschner1-1/+1
2007-10-10r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter1-2/+10
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-129/+38
2007-10-10r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter1-2/+3
2007-10-10r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtortureGünther Deschner1-4/+10
2007-10-10r8916: should fix the valgrind invalid read of size 1 ontheGerald Carter1-8/+8
2007-10-10r8617: Be very explicit if addprinterex is called that the "addprinter command"Jeremy Allison1-2/+7
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter1-0/+5
2007-10-10r8326: factor out the delete printer code to a delete_printer_hook() for reuseGerald Carter1-56/+53
2007-10-10r8324: * initial cut at creating printers via the registry APIGerald Carter1-3/+4
2007-10-10r8322: * get RegSetValue() working for printer subkey valuesGerald Carter1-1/+1
2007-10-10r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter1-1/+1
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-3/+4
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-8/+8
2007-10-10r7614: convert move_driver_to_download_area() to return WERROR in order to pr...Gerald Carter1-3/+1
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-38/+39
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