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
/
printing
/
printing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-01-11
[merge] make sure to updatre print queue cache during timeout_processing() to...
Gerald Carter
1
-7
/
+16
2003-01-10
Fix lpq_cache time check (missed from yesterday).
Jeremy Allison
1
-4
/
+4
2003-01-02
BIG patch...
Andrew Bartlett
1
-6
/
+6
2002-12-05
Fix debugs for rap mapping. Delete job on map fail.
Jeremy Allison
1
-2
/
+5
2002-12-05
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
Jeremy Allison
1
-4
/
+24
2002-11-26
[print notify fixes from APP_HEAD]
Gerald Carter
1
-279
/
+35
2002-11-23
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
1
-7
/
+14
2002-11-10
First cut of fix for changenotify on a print server handle. Use the connectio...
Jeremy Allison
1
-43
/
+80
2002-11-10
Fix for scalable printing noticed by tpot. Don't loop infinately
Jeremy Allison
1
-13
/
+36
2002-11-07
Fix crash bug with overwriting memory.
Jeremy Allison
1
-5
/
+3
2002-11-07
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
1
-0
/
+248
2002-10-31
Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy Allison
1
-14
/
+11
2002-10-26
Fix problem where an fd would be left open for every printer queue.
Jeremy Allison
1
-0
/
+27
2002-10-21
merge from samba_3_0
Gerald Carter
1
-11
/
+0
2002-10-16
Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy Allison
1
-1
/
+3
2002-10-16
SMB_ASSERT to check list terminates.
Jeremy Allison
1
-0
/
+3
2002-10-04
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
1
-7
/
+7
2002-09-25
merge from APP_HEAD
Gerald Carter
1
-8
/
+32
2002-09-24
Hold lock on NEXTJOB record for a very short time. Jerry needs to add code
Jeremy Allison
1
-29
/
+52
2002-09-18
printjob merge from APP_HEAD regarding device modes
Gerald Carter
1
-26
/
+130
2002-09-10
AbortPrinter() fix merged from APP_HEAD.
Gerald Carter
1
-3
/
+31
2002-09-05
Remove donotify as notifies are cheap now.
Jeremy Allison
1
-11
/
+11
2002-09-04
Added better error code on out of space. Removed total jobs check - not
Jeremy Allison
1
-48
/
+1
2002-09-04
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
1
-12
/
+18
2002-08-27
Move to reference counting rather than lock counting.
Jeremy Allison
1
-35
/
+57
2002-08-27
Handle locking correctly.
Jeremy Allison
1
-2
/
+6
2002-08-27
Allow us to "lock" printer tdb entries in memory to stop them being
Jeremy Allison
1
-18
/
+61
2002-07-22
Merge from APPLIANCE_HEAD.
Tim Potter
1
-1
/
+1
2002-07-22
Ensure we're root before opening a printer backend tdb.
Jeremy Allison
1
-0
/
+4
2002-07-17
Gone back to explicit queue number passing as snum - removed encoding of
Jeremy Allison
1
-249
/
+118
2002-07-17
Lanman print jobs are *16* bits, not 32. arggggh. Map them....
Jeremy Allison
1
-0
/
+79
2002-07-16
Put printing tdbs in a subdirectory to prevent name collisions.
Jeremy Allison
1
-1
/
+6
2002-07-11
*Experimental* new large-scaling printer code. Splits printing.tdb into
Jeremy Allison
1
-138
/
+396
2002-07-01
used findstatic.pl to make some variables static and remove some dead
Andrew Tridgell
1
-1
/
+1
2002-06-28
Shut down printing tdb correctly - this will be more important when I go
Jeremy Allison
1
-3
/
+17
2002-06-28
Proper merge of all the working printing stuff from APPLIANCE_HEAD.
Jeremy Allison
1
-158
/
+205
2002-06-24
printing merge from SAMBA_2_2. Ther server code looks to be in sync now.
Gerald Carter
1
-10
/
+10
2002-06-21
Format tidyup before I start working on scalability fixes (one file per
Jeremy Allison
1
-74
/
+134
2002-05-10
Ok, ok, I was too impatient...
Jim McDonough
1
-2
/
+2
2002-05-10
Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE.
Jim McDonough
1
-2
/
+2
2002-04-19
When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).
Jeremy Allison
1
-2
/
+2
2002-04-13
when background printing wasn't enabled printing was completely broken
Andrew Tridgell
1
-1
/
+4
2002-03-20
Ensure we don't do lp_servicename()'s in tdb traverse as this
Jeremy Allison
1
-5
/
+7
2002-03-20
Print queue entries *must* have queue names, not numbers - numbers are
Jeremy Allison
1
-7
/
+30
2002-03-19
Merge in JohnR's page count fixes.
Jeremy Allison
1
-4
/
+31
2002-03-15
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
1
-6
/
+6
2002-03-14
getpid() -> sys_getpid()
Tim Potter
1
-1
/
+1
2002-03-07
Fix for machines that have their time changed forward, then back. Ensure
Jeremy Allison
1
-6
/
+18
2002-02-26
Fixup the sending of printer change messages from job changes.
Jeremy Allison
1
-17
/
+21
2002-02-25
Merge of printing performance fixes from appliance.
Tim Potter
1
-6
/
+6
[next]