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-09-11
fix unitiailized timestamp where merging print_jobs and lpq listing
Gerald Carter
1
-0
/
+1
2003-07-10
i guess i'm the only one this ever annyoed...
Gerald Carter
1
-2
/
+2
2003-07-01
fix typos in log messages and comments.
Gerald Carter
1
-1
/
+1
2003-04-16
Fix mem leak. Spotted by tpot (thanks Tim).
Jeremy Allison
1
-0
/
+1
2003-04-10
Grr. Get rid of one of the extra NULL's that crept in from app-head.
Jeremy Allison
1
-1
/
+1
2003-04-04
Fix the new storage code to correctly convert from system queue info to
Jeremy Allison
1
-3
/
+15
2003-04-02
Subtle changes to message handling after ENUMJOBS.
Jeremy Allison
1
-10
/
+84
2003-03-26
Fix extra NULL arg added during app-head merge.
Jeremy Allison
1
-3
/
+3
2003-03-21
Merge of new appliance-head scalable printing fixes.
Jeremy Allison
1
-142
/
+287
2003-03-20
lib/messages.c: Check return from chainlock before modifying message queue.
Jeremy Allison
1
-0
/
+5
2003-03-01
Ensure added jobs increment total_jobs.
Jeremy Allison
1
-0
/
+6
2003-02-19
Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the
Jeremy Allison
1
-9
/
+14
2003-02-08
Ensure we return NOSPACE if we can't fast allocate a print job.
Jeremy Allison
1
-2
/
+7
2003-02-04
Hold the lock for a much shorter time when allocating a new jobid.
Jeremy Allison
1
-54
/
+67
2003-01-30
More scalable print tdb fixes.
Jeremy Allison
1
-13
/
+23
2003-01-14
Merge from HEAD:
Andrew Bartlett
1
-1
/
+1
2003-01-11
[merge] make sure to update print queue cache during timeout_processing() to ...
Gerald Carter
1
-6
/
+15
2003-01-10
Don't delete jobs subitted after the lpq time.
Jeremy Allison
1
-4
/
+4
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
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 malloced 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
removed the following parameters
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
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-110
/
+317
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-221
/
+178
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-329
/
+708
2002-04-22
printing merge from HEAD
Gerald Carter
1
-3
/
+6
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
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-14
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
1
-5
/
+3
2002-01-09
Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian
Jeremy Allison
1
-12
/
+13
2002-01-03
Fixed nasty cast of tdb_delete in traversals.
Jeremy Allison
1
-1
/
+1
2001-12-21
Factor out a broadcast_printer_notify() routine.
Martin Pool
1
-7
/
+17
[next]