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
r15334: Fix warning. This table and function not used anymore. Jerry please
Jeremy Allison
1
-17
/
+0
2007-10-10
r15309: normalize printing keys when deleting
Gerald Carter
1
-15
/
+0
2007-10-10
r14788: Fix coverity bug #276. null deref.
Jeremy Allison
1
-1
/
+17
2007-10-10
r14786: Fix coverity #275. null deref.
Jeremy Allison
1
-1
/
+8
2007-10-10
r14482: Fixes for spoolss code (after coverity fixes) when the
Gerald Carter
1
-15
/
+15
2007-10-10
r14387: Try and fix the coverity issues (#53, #54) with negative
Jeremy Allison
1
-1
/
+1
2007-10-10
r14353: Fix coverity bugs #61 and #62. Remember to divide by
Jeremy Allison
1
-25
/
+20
2007-10-10
r14303: Fix coverity #223. In a loop we were forgetting to free
Jeremy Allison
1
-1
/
+3
2007-10-10
r14301: Fix coverity #224. In a loop we were forgetting to free
Jeremy Allison
1
-1
/
+3
2007-10-10
r14299: Fix coverity #225. In a loop we were forgetting to free
Jeremy Allison
1
-3
/
+6
2007-10-10
r14289: Fix coverity #101, resource leak on error code path.
Jeremy Allison
1
-2
/
+6
2007-10-10
r14286: Similar clarifiction fix for coverity #102.
Jeremy Allison
1
-8
/
+10
2007-10-10
r14284: Fix coverity bug #103. Make code clearer - probably
Jeremy Allison
1
-5
/
+9
2007-10-10
r14268: Fix coverity error #204. Resource leak on error path.
Jeremy Allison
1
-0
/
+1
2007-10-10
r14266: Fix coverity #205. Resource leak on error path.
Jeremy Allison
1
-0
/
+1
2007-10-10
r14264: Fix coverity #207. Resource leak on error path.
Jeremy Allison
1
-0
/
+1
2007-10-10
r14250: Fix coverity bug #107. Resource leak on error path.
Jeremy Allison
1
-1
/
+3
2007-10-10
r14233: Fix Coverity bug # 206
Volker Lendecke
1
-1
/
+3
2007-10-10
r14178: Clarify code for Coverity #49. Ensure we know we
Jeremy Allison
1
-0
/
+2
2007-10-10
r13994: Belt and braces - ensure RPC_BUFFER is valid.
Jeremy Allison
1
-44
/
+75
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-35
/
+20
2007-10-10
r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN
Gerald Carter
1
-1
/
+7
2007-10-10
r13829: From the "It's not pretty but it works" category
Gerald Carter
1
-11
/
+101
2007-10-10
r13824: * add api table for Xcv TCPMON and LOCALMON calls starting
Gerald Carter
1
-8
/
+93
2007-10-10
r13821: replacing some strings with macros
Gerald Carter
1
-9
/
+11
2007-10-10
r13820: * Start fleshing out the XcvDataPort() server implementation
Gerald Carter
1
-36
/
+99
2007-10-10
r13815: "Into the blind world let us now descend,"
Gerald Carter
1
-91
/
+58
2007-10-10
r13547: add earlier checks to deny deleting a printer driver. The previous
Gerald Carter
1
-0
/
+24
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
[prev]
[next]