index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
...
*
r1384: ensure we remove the tdb entry for a job in the spooling state
Gerald Carter
2007-10-10
1
-3
/
+0
*
r1295: To be able to send a message to the background queue updated, we need ...
Volker Lendecke
2007-10-10
1
-3
/
+7
*
r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...
Gerald Carter
2007-10-10
1
-0
/
+1
*
r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...
Gerald Carter
2007-10-10
1
-1
/
+87
*
r560: Fix bugzilla 1279: cannot control individual print jobs using cups
Jim McDonough
2007-10-10
1
-3
/
+3
*
r555: Fix big-endian storage of jobids in jobs_changed list. Found during
Jim McDonough
2007-10-10
1
-1
/
+3
*
merging print change notify fix from HP appliance. Also might address some o...
Gerald Carter
2004-03-16
1
-2
/
+16
*
fix byte ordering problem when storing the updating pid for the lpq cache; wa...
Gerald Carter
2004-03-15
1
-2
/
+5
*
fix compiler warning
Gerald Carter
2004-03-05
1
-1
/
+1
*
allow the 'printing' parameter to be set on a per share basis.
Gerald Carter
2004-03-02
1
-7
/
+29
*
BUG 1147; bad pointer case in get_stored_queue_info() causing seg fault
Gerald Carter
2004-03-01
1
-1
/
+1
*
bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...
Gerald Carter
2004-01-14
1
-9
/
+17
*
bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt...
Gerald Carter
2004-01-14
1
-16
/
+18
*
don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ...
Gerald Carter
2003-12-01
1
-3
/
+5
*
allow users to delete jobs with cups printing backend
Gerald Carter
2003-11-25
1
-0
/
+2
*
* Fix from SATOH Fumiyasu for bug 660 (failing to view print
Gerald Carter
2003-11-13
1
-2
/
+2
*
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
2003-11-12
1
-0
/
+1
*
fix unitiailized timestamp where merging print_jobs and lpq listing
Gerald Carter
2003-09-11
1
-0
/
+1
*
i guess i'm the only one this ever annyoed...
Gerald Carter
2003-07-10
1
-2
/
+2
*
fix typos in log messages and comments.
Gerald Carter
2003-07-01
1
-1
/
+1
*
Fix mem leak. Spotted by tpot (thanks Tim).
Jeremy Allison
2003-04-16
1
-0
/
+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
*
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 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 from HEAD:
Andrew Bartlett
2003-01-14
1
-1
/
+1
*
[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
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 malloced 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
*
removed the following parameters
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
[prev]
[next]