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_parse
/
parse_spoolss.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14778: Fix coverity null deref bugs #268 - #271.
Jeremy Allison
1
-1
/
+24
2007-10-10
r14298: The other half of Coverity # 217
Volker Lendecke
1
-1
/
+1
2007-10-10
r14232: Fix Coverity Bug # 218
Volker Lendecke
1
-1
/
+1
2007-10-10
r14228: Fix Coverity bug # 217
Volker Lendecke
1
-1
/
+1
2007-10-10
r14083: Fix coverity bug #19. Don't deref possible NULL.
Jeremy Allison
1
-1
/
+1
2007-10-10
r14080: Fix Coverity bug #18. Ensure non-null before ref.
Jeremy Allison
1
-1
/
+1
2007-10-10
r14047: Coverity fix #17. Ensure srv_name and info cannot
Jeremy Allison
1
-0
/
+4
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-5
/
+3
2007-10-10
r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN
Gerald Carter
1
-23
/
+12
2007-10-10
r13841: Fix an uninitialized variable warning.
Volker Lendecke
1
-1
/
+1
2007-10-10
r13829: From the "It's not pretty but it works" category
Gerald Carter
1
-0
/
+100
2007-10-10
r13824: * add api table for Xcv TCPMON and LOCALMON calls starting
Gerald Carter
1
-5
/
+23
2007-10-10
r13815: "Into the blind world let us now descend,"
Gerald Carter
1
-0
/
+64
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-23
/
+1
2007-10-10
r9086: * fix invalid read in parse_spoolss when writing a devmode to
Gerald Carter
1
-6
/
+24
2007-10-10
r8507: BUG 2557: don't give and rpc fault when you get an unsupported SetPrin...
Gerald Carter
1
-0
/
+16
2007-10-10
r8398: Fix segfault in the client addprinterex-call. Found with "net rpc
Günther Deschner
1
-1
/
+2
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
r6683: remove log messages about unknown specversions since I think we are fa...
Gerald Carter
1
-19
/
+0
2007-10-10
r6491: BUG 2653: patch from Olaf Imig <Olaf.Imig@bifab.de>; allocate memory f...
Gerald Carter
1
-1
/
+2
2007-10-10
r6014: rather large change set....
Gerald Carter
1
-68
/
+67
2007-10-10
r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ...
Gerald Carter
1
-1
/
+1
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
1
-487
/
+67
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-54
/
+51
2007-10-10
r3645: Allow deldriverex in rpcclient to delete drivers for a specific
Günther Deschner
1
-2
/
+8
2007-10-10
r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...
Gerald Carter
1
-0
/
+24
2007-10-10
r2476: now that PRINTER_ATTRIBUTE_PUBLISHED does not get reset anymore, migrate
Günther Deschner
1
-0
/
+30
2007-10-10
r1692: first commit :)
Günther Deschner
1
-1
/
+37
2004-03-24
fixes for prnadmin.dll API
Gerald Carter
1
-1
/
+1
2003-11-13
* Fix from SATOH Fumiyasu for bug 660 (failing to view print
Gerald Carter
1
-5
/
+7
2003-09-25
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
1
-45
/
+34
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
1
-5
/
+5
2003-07-14
Don't bomb out when trying to unmarshall a zero length printerdata value.
Tim Potter
1
-4
/
+3
2003-06-23
fix bug #178; available space in devmode should be int
Gerald Carter
1
-1
/
+1
2003-04-28
Whitespace syncup.
Tim Potter
1
-2
/
+1
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-1
/
+2
2003-03-06
add #define for the max device name length in a DEVICEMODE
Gerald Carter
1
-1
/
+1
2003-03-03
* CR1868: only send a change notify message if we have something
Gerald Carter
1
-1
/
+1
2003-02-25
Merge: const fixes.
Tim Potter
1
-6
/
+8
2003-02-25
Progress on CR 601
Gerald Carter
1
-1
/
+1
2003-02-21
couple of merges from APP_HEAD
Gerald Carter
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-168
/
+169
2002-12-20
Merge of comment about apparent spoolss_io_user_info weirdness.
Tim Potter
1
-0
/
+4
2002-12-03
Support printer info 7, used for publishing
Jim McDonough
1
-0
/
+63
2002-11-08
Sync with HEAD to get enumprinterkey api.
Jim McDonough
1
-0
/
+29
2002-11-07
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
1
-1
/
+1
2002-10-17
Merge NULL relstr fix from HEAD.
Tim Potter
1
-0
/
+3
2002-09-27
HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !
Jeremy Allison
1
-20
/
+17
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-18
/
+131
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-39
/
+48
[next]