summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter3-4/+0
2002-11-26This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+204
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter2-279/+122
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter3-279/+326
2002-11-24No need to #include smb.h, when we already #include include.hAndrew Bartlett3-4/+0
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2-15/+25
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2-15/+25
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-18/+22
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-18/+22
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-43/+80
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-43/+80
2002-11-10Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison1-13/+36
2002-11-10Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison1-13/+36
2002-11-07Fix crash bug with overwriting memory.Jeremy Allison1-5/+3
2002-11-07Fix crash bug with overwriting malloced memory.Jeremy Allison1-5/+3
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison2-30/+307
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison2-30/+307
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2-15/+18
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2-15/+18
2002-10-31Check the long_archi name is not null.Jeremy Allison1-0/+6
2002-10-31Check the long_archi name for NULL.Jeremy Allison1-0/+6
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
2002-10-21merge from samba_3_0Gerald Carter2-73/+0
2002-10-21removed the following parametersGerald Carter2-73/+0
2002-10-16Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison1-1/+3
2002-10-16Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison1-1/+3
2002-10-16SMB_ASSERT to check list terminates.Jeremy Allison1-0/+3
2002-10-16SMB_ASSERT to check list terminates.Jeremy Allison1-0/+3
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2-9/+9
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2-9/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter5-308/+864
2002-09-25At least try to get this function picked up by the autoprototyperAndrew Bartlett1-2/+2
2002-09-25merge from APP_HEADGerald Carter1-8/+32
2002-09-24Hold lock on NEXTJOB record for a very short time. Jerry needs to add codeJeremy Allison1-29/+52
2002-09-20CUPS merge from SAMBA_2_2Gerald Carter1-0/+4
2002-09-18printjob merge from APP_HEAD regarding device modesGerald Carter3-29/+133
2002-09-10AbortPrinter() fix merged from APP_HEAD.Gerald Carter1-3/+31
2002-09-05Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simplyJeremy Allison1-2/+6
2002-09-05Remove donotify as notifies are cheap now.Jeremy Allison1-11/+11
2002-09-05Roussed on Jeremy for not putting in enough debugs in the new printTim Potter1-0/+6
2002-09-04Added better error code on out of space. Removed total jobs check - notJeremy Allison1-48/+1
2002-09-04Merge of (apparently working :-) new printing notify code.Jeremy Allison1-16/+94
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison1-12/+18
2002-09-04DeletePrinterDriver[Ex]() fixes from APP_HEADGerald Carter1-147/+125
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter1-2/+2
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter1-7/+152
2002-08-27Move to reference counting rather than lock counting.Jeremy Allison1-35/+57