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
*
[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
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-110
/
+317
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-221
/
+178
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-329
/
+708
*
printing merge from HEAD
Gerald Carter
2002-04-22
1
-3
/
+6
*
Ensure we don't do lp_servicename()'s in tdb traverse as this
Jeremy Allison
2002-03-20
1
-5
/
+7
*
Print queue entries *must* have queue names, not numbers - numbers are
Jeremy Allison
2002-03-20
1
-7
/
+30
*
Merge in JohnR's page count fixes.
Jeremy Allison
2002-03-19
1
-4
/
+31
*
syncing up printing code with SAMBA_2_2 (already done some merges
Gerald Carter
2002-03-15
1
-6
/
+6
*
getpid() -> sys_getpid()
Tim Potter
2002-03-14
1
-1
/
+1
*
Fix for machines that have their time changed forward, then back. Ensure
Jeremy Allison
2002-03-07
1
-6
/
+18
*
Fixup the sending of printer change messages from job changes.
Jeremy Allison
2002-02-26
1
-17
/
+21
*
Merge of printing performance fixes from appliance.
Tim Potter
2002-02-25
1
-6
/
+6
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
2002-01-14
1
-5
/
+3
*
Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian
Jeremy Allison
2002-01-09
1
-12
/
+13
*
Fixed nasty cast of tdb_delete in traversals.
Jeremy Allison
2002-01-03
1
-1
/
+1
*
Factor out a broadcast_printer_notify() routine.
Martin Pool
2001-12-21
1
-7
/
+17
*
Fixed uninitialised variable warning.
Tim Potter
2001-12-18
1
-1
/
+1
*
Use print_queue_length() by preference if we don't need a queue
Jeremy Allison
2001-12-05
1
-0
/
+1
*
Improved efficiency of enumerating print queue's under a particular
Jeremy Allison
2001-12-05
1
-9
/
+18
*
Optimisation to send only to correct processid.
Jeremy Allison
2001-10-16
1
-6
/
+16
*
very simple asynchronous "lpq" thread patch
Jean-François Micouleau
2001-10-16
1
-2
/
+50
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-4
/
+4
*
more NTSTATUS/WERROR conversion
Andrew Tridgell
2001-09-03
1
-11
/
+11
*
Fixed detection of CUPS. We need to check for the presence of the cups
Tim Potter
2001-08-23
1
-2
/
+2
*
Merge in the NT drivers changes from 2.2.
Jeremy Allison
2001-08-10
1
-1
/
+1
*
Replaced the duplicate DOS constants with appropriate ones from doserr.h to
Tim Potter
2001-08-10
1
-9
/
+9
*
Fix for incorrect creation of print job names, based on a patch by
Jeremy Allison
2001-07-16
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-13
/
+4
*
Properly instrument print_job_start()/print_job_end() so every fail case
Jeremy Allison
2001-06-28
1
-4
/
+20
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
Removed mktemp from HEAD - same as done in 2.2.
Jeremy Allison
2001-04-18
1
-16
/
+7
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-10
/
+10
*
Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.
Jeremy Allison
2001-03-26
1
-1
/
+13
*
Added Michael Sweet's CUPS patch to call directly into the CUPS backend.
Jeremy Allison
2001-03-16
1
-157
/
+29
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
[next]