index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
printing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
2
-6
/
+6
*
Elsewhere, we use a #define for this environment variable name, so do the
Andrew Bartlett
2003-05-09
1
-2
/
+2
*
removing printing = SOFTQ since no one knows what it is
Gerald Carter
2003-04-29
1
-83
/
+0
*
Get credentials before publishing printers.
Jim McDonough
2003-04-25
1
-0
/
+8
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
3
-89
/
+85
*
Limit the number of outstanding print notify messages for a process to
Jeremy Allison
2003-04-23
1
-1
/
+8
*
Fix mem leak. Spotted by tpot (thanks Tim).
Jeremy Allison
2003-04-16
1
-0
/
+1
*
Array size fixup for construct_nt_devicemode() from HEAD.
Tim Potter
2003-04-14
1
-1
/
+1
*
Grr. Get rid of one of the extra NULL's that crept in from app-head.
Jeremy Allison
2003-04-10
1
-1
/
+1
*
Ensure we're not filtering our essential delete messages.
Jeremy Allison
2003-04-10
1
-11
/
+21
*
Ensure print queue array is zeroed out before returning.
Jeremy Allison
2003-04-09
1
-0
/
+1
*
Fix the new storage code to correctly convert from system queue info to
Jeremy Allison
2003-04-04
1
-3
/
+15
*
Subtle changes to message handling after ENUMJOBS.
Jeremy Allison
2003-04-02
2
-11
/
+88
*
Fix extra NULL arg added during app-head merge.
Jeremy Allison
2003-03-26
1
-3
/
+3
*
Merge of new appliance-head scalable printing fixes.
Jeremy Allison
2003-03-21
1
-142
/
+287
*
lib/messages.c: Check return from chainlock before modifying message queue.
Jeremy Allison
2003-03-20
1
-0
/
+5
*
Fix off by one bug noticed by Andrew Bartlett.
Jeremy Allison
2003-03-14
1
-2
/
+2
*
add #define for the max device name length in a DEVICEMODE
Gerald Carter
2003-03-06
1
-1
/
+1
*
Writable string const fixes.
Jeremy Allison
2003-03-05
1
-6
/
+12
*
Fix for little-used lpq parser.
Jeremy Allison
2003-03-05
1
-1
/
+1
*
Ensure added jobs increment total_jobs.
Jeremy Allison
2003-03-01
1
-0
/
+6
*
Progress on CR 601
Gerald Carter
2003-02-25
1
-152
/
+214
*
Missed one in the previous merge - user_ok() and user_in_group() now take
Andrew Bartlett
2003-02-24
1
-1
/
+1
*
Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the
Jeremy Allison
2003-02-19
1
-9
/
+14
*
* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
Gerald Carter
2003-02-15
2
-4
/
+35
*
off by one bug in string length; CR 1159
Gerald Carter
2003-02-14
1
-1
/
+1
*
Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.
Andrew Bartlett
2003-02-12
1
-4
/
+4
*
Cleanups: (merge from HEAD)
Andrew Bartlett
2003-02-10
1
-3
/
+3
*
Ensure we return NOSPACE if we can't fast allocate a print job.
Jeremy Allison
2003-02-08
1
-2
/
+7
*
Collapse duplicate messages before sending.
Jeremy Allison
2003-02-05
1
-80
/
+132
*
CUPS patch to log client name
Gerald Carter
2003-02-05
1
-0
/
+4
*
Hold the lock for a much shorter time when allocating a new jobid.
Jeremy Allison
2003-02-04
1
-54
/
+67
*
Up the hash table size for printing tdb.c
Jeremy Allison
2003-02-04
1
-1
/
+1
*
Ensure we only ever set fsp->conn in one place.
Jeremy Allison
2003-02-04
1
-1
/
+0
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-4
/
+4
*
More scalable print tdb fixes.
Jeremy Allison
2003-01-30
1
-13
/
+23
*
CUPS-PRINTER_CLASS patch from Michael Sweet
Gerald Carter
2003-01-28
1
-2
/
+101
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
2
-8
/
+11
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
2
-2
/
+2
*
[merge] make sure to update print queue cache during timeout_processing() to ...
Gerald Carter
2003-01-11
1
-6
/
+15
*
Don't delete jobs subitted after the lpq time.
Jeremy Allison
2003-01-10
1
-4
/
+4
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
3
-31
/
+31
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
2
-5
/
+5
*
Store printer guid in the dsspooler registry key so we don't have to
Jim McDonough
2002-12-13
1
-72
/
+178
*
More printer publishing code.
Jim McDonough
2002-12-13
1
-6
/
+16
*
Fix debugs for rap mapping. Delete job on map fail.
Jeremy Allison
2002-12-05
2
-3
/
+7
*
More printer data to publish
Jim McDonough
2002-12-05
1
-33
/
+89
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
2
-7
/
+43
*
Janitor for tpot yet again... Merging in memory leak fix.
Jeremy Allison
2002-12-04
1
-2
/
+2
*
Automatic printer publishing when using APW or choosing 'list in the director...
Jim McDonough
2002-12-04
1
-1
/
+143
[next]