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
/
source3
/
printing
/
printing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mem leak. Spotted by tpot (thanks Tim).
Jeremy Allison
2003-04-16
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
1
-10
/
+84
*
Fix a botched merge from appliance-head...
Andrew Bartlett
2003-03-31
1
-1
/
+1
*
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
*
Ensure added jobs increment total_jobs.
Jeremy Allison
2003-03-01
1
-0
/
+6
*
Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the
Jeremy Allison
2003-02-19
1
-9
/
+14
*
Ensure we return NOSPACE if we can't fast allocate a print job.
Jeremy Allison
2003-02-08
1
-2
/
+7
*
Hold the lock for a much shorter time when allocating a new jobid.
Jeremy Allison
2003-02-04
1
-54
/
+67
*
More scalable print tdb fixes.
Jeremy Allison
2003-01-30
1
-13
/
+23
*
[merge] make sure to updatre print queue cache during timeout_processing() to...
Gerald Carter
2003-01-11
1
-7
/
+16
*
Fix lpq_cache time check (missed from yesterday).
Jeremy Allison
2003-01-10
1
-4
/
+4
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-6
/
+6
*
Fix debugs for rap mapping. Delete job on map fail.
Jeremy Allison
2002-12-05
1
-2
/
+5
*
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
2002-12-05
1
-4
/
+24
*
[print notify fixes from APP_HEAD]
Gerald Carter
2002-11-26
1
-279
/
+35
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
1
-7
/
+14
*
First cut of fix for changenotify on a print server handle. Use the connectio...
Jeremy Allison
2002-11-10
1
-43
/
+80
*
Fix for scalable printing noticed by tpot. Don't loop infinately
Jeremy Allison
2002-11-10
1
-13
/
+36
*
Fix crash bug with overwriting memory.
Jeremy Allison
2002-11-07
1
-5
/
+3
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
1
-0
/
+248
*
Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy Allison
2002-10-31
1
-14
/
+11
*
Fix problem where an fd would be left open for every printer queue.
Jeremy Allison
2002-10-26
1
-0
/
+27
*
merge from samba_3_0
Gerald Carter
2002-10-21
1
-11
/
+0
*
Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy Allison
2002-10-16
1
-1
/
+3
*
SMB_ASSERT to check list terminates.
Jeremy Allison
2002-10-16
1
-0
/
+3
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
1
-7
/
+7
*
merge from APP_HEAD
Gerald Carter
2002-09-25
1
-8
/
+32
*
Hold lock on NEXTJOB record for a very short time. Jerry needs to add code
Jeremy Allison
2002-09-24
1
-29
/
+52
*
printjob merge from APP_HEAD regarding device modes
Gerald Carter
2002-09-18
1
-26
/
+130
*
AbortPrinter() fix merged from APP_HEAD.
Gerald Carter
2002-09-10
1
-3
/
+31
*
Remove donotify as notifies are cheap now.
Jeremy Allison
2002-09-05
1
-11
/
+11
*
Added better error code on out of space. Removed total jobs check - not
Jeremy Allison
2002-09-04
1
-48
/
+1
*
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
2002-09-04
1
-12
/
+18
*
Move to reference counting rather than lock counting.
Jeremy Allison
2002-08-27
1
-35
/
+57
*
Handle locking correctly.
Jeremy Allison
2002-08-27
1
-2
/
+6
*
Allow us to "lock" printer tdb entries in memory to stop them being
Jeremy Allison
2002-08-27
1
-18
/
+61
*
Merge from APPLIANCE_HEAD.
Tim Potter
2002-07-22
1
-1
/
+1
*
Ensure we're root before opening a printer backend tdb.
Jeremy Allison
2002-07-22
1
-0
/
+4
*
Gone back to explicit queue number passing as snum - removed encoding of
Jeremy Allison
2002-07-17
1
-249
/
+118
*
Lanman print jobs are *16* bits, not 32. arggggh. Map them....
Jeremy Allison
2002-07-17
1
-0
/
+79
*
Put printing tdbs in a subdirectory to prevent name collisions.
Jeremy Allison
2002-07-16
1
-1
/
+6
*
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
2002-07-11
1
-138
/
+396
*
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
2002-07-01
1
-1
/
+1
*
Shut down printing tdb correctly - this will be more important when I go
Jeremy Allison
2002-06-28
1
-3
/
+17
*
Proper merge of all the working printing stuff from APPLIANCE_HEAD.
Jeremy Allison
2002-06-28
1
-158
/
+205
*
printing merge from SAMBA_2_2. Ther server code looks to be in sync now.
Gerald Carter
2002-06-24
1
-10
/
+10
*
Format tidyup before I start working on scalability fixes (one file per
Jeremy Allison
2002-06-21
1
-74
/
+134
[next]