index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_spoolss_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-7
/
+13
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-6
/
+6
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
1
-1
/
+1
2007-10-10
r11860: BUG 3156: don't use find_service() when explicitly looking for a prin...
Gerald Carter
1
-14
/
+16
2007-10-10
r11240: * fix invalid read reported by valgrind in the
Gerald Carter
1
-68
/
+34
2007-10-10
r11235: fix segfault in addprinter due to mixing talloc() and malloc()'d memory
Gerald Carter
1
-3
/
+1
2007-10-10
r11135: should fix seg fault in addprinter code reported by Marcin. Allocate...
Gerald Carter
1
-6
/
+15
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-26
/
+29
2007-10-10
r9945: fix typos.
Günther Deschner
1
-1
/
+1
2007-10-10
r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*
Gerald Carter
1
-2
/
+10
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-129
/
+38
2007-10-10
r9264: fix valgrind invalid write error in enumprinterdata()
Gerald Carter
1
-2
/
+3
2007-10-10
r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtorture
Günther Deschner
1
-4
/
+10
2007-10-10
r8916: should fix the valgrind invalid read of size 1 onthe
Gerald Carter
1
-8
/
+8
2007-10-10
r8617: Be very explicit if addprinterex is called that the "addprinter command"
Jeremy Allison
1
-2
/
+7
2007-10-10
r8501: * disable printer handle object cache (was mostly used
Gerald Carter
1
-0
/
+5
2007-10-10
r8326: factor out the delete printer code to a delete_printer_hook() for reuse
Gerald Carter
1
-56
/
+53
2007-10-10
r8324: * initial cut at creating printers via the registry API
Gerald Carter
1
-3
/
+4
2007-10-10
r8322: * get RegSetValue() working for printer subkey values
Gerald Carter
1
-1
/
+1
2007-10-10
r8066: * had to modify the printer data storage slightly in ntprinters.tdb
Gerald Carter
1
-1
/
+1
2007-10-10
r7995: * privileges are local except when they're *not*
Gerald Carter
1
-3
/
+4
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-8
/
+8
2007-10-10
r7614: convert move_driver_to_download_area() to return WERROR in order to pr...
Gerald Carter
1
-3
/
+1
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-38
/
+39
2007-10-10
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
1
-63
/
+40
2007-10-10
r6890: Refactor printing interface to take offset into job. Fixes bug
Jeremy Allison
1
-2
/
+3
2007-10-10
r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny...
Gerald Carter
1
-0
/
+5
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-1
/
+2
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-11
/
+8
2007-10-10
r5806: * fix a couple more segvs in spoolss
Gerald Carter
1
-14
/
+9
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
1
-399
/
+509
2007-10-10
r5605: only display the publish check box on printer if
Gerald Carter
1
-12
/
+20
2007-10-10
r4856: after testing a simple add printer script, i realized that you still h...
Gerald Carter
1
-9
/
+9
2007-10-10
r4825: Printing changes
Gerald Carter
1
-17
/
+57
2007-10-10
r4805: Last planned change to the privileges infrastructure:
Gerald Carter
1
-1
/
+3
2007-10-10
r4740: allow SE_PRINT_OPERATORS to have printer admin access
Gerald Carter
1
-2
/
+4
2007-10-10
r4184: Removed unused extern.
Jeremy Allison
1
-1
/
+0
2007-10-10
r4134: check the setprinter(3) based on the access permissions on the handle ...
Gerald Carter
1
-14
/
+11
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-87
/
+87
2007-10-10
r4083: consolidate printer searches to use find_service rather than for loops
Gerald Carter
1
-16
/
+6
2007-10-10
r3069: add 'force printername' service parameter for people that want to enfo...
Gerald Carter
1
-14
/
+30
2007-10-10
r3066: BUG 1519: fix segfault caused by double free of a printer
Gerald Carter
1
-1
/
+0
2007-10-10
r3065: BUG 1519 (more): apparently the server_name notify request is used to ...
Gerald Carter
1
-13
/
+4
2007-10-10
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
1
-3
/
+3
2007-10-10
r2955: fixing a segfault uncovered by the changes for BUG 1519
Gerald Carter
1
-1
/
+2
2007-10-10
r2918: BUG 1907: fix getprinterdriverdir_1(). have to make sure we don't add...
Gerald Carter
1
-2
/
+11
2007-10-10
r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the
Günther Deschner
1
-0
/
+1
2007-10-10
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
1
-113
/
+164
2007-10-10
r2569: Patch from Rob Foehl <rwf@loonybin.net>:
Gerald Carter
1
-12
/
+12
2007-10-10
r2133: Several fixes:
Gerald Carter
1
-2
/
+10
[next]