summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* *lots of small merges form HEADGerald Carter2003-01-152-8/+11
* Merge from HEAD:Andrew Bartlett2003-01-142-2/+2
* [merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter2003-01-111-6/+15
* Don't delete jobs subitted after the lpq time.Jeremy Allison2003-01-101-4/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-033-31/+31
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-5/+5
* Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-131-72/+178
* More printer publishing code.Jim McDonough2002-12-131-6/+16
* Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
* More printer data to publishJim McDonough2002-12-051-33/+89
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-052-7/+43
* Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
* Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough2002-12-041-1/+143
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-293-4/+0
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-11-261-0/+204
|\
| * [print notify fixes from APP_HEAD]Gerald Carter2002-11-263-279/+326
| * No need to #include smb.h, when we already #include include.hAndrew Bartlett2002-11-243-4/+0
| * Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-15/+25
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-18/+22
| * First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison2002-11-101-43/+80
| * Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison2002-11-101-13/+36
| * Fix crash bug with overwriting memory.Jeremy Allison2002-11-071-5/+3
| * Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-072-30/+307
| * Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-312-15/+18
| * Check the long_archi name is not null.Jeremy Allison2002-10-311-0/+6
| * Fix problem where an fd would be left open for every printer queue.Jeremy Allison2002-10-261-0/+27
| * merge from samba_3_0Gerald Carter2002-10-212-73/+0
| * Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison2002-10-161-1/+3
| * SMB_ASSERT to check list terminates.Jeremy Allison2002-10-161-0/+3
| * Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-042-9/+9
| * At least try to get this function picked up by the autoprototyperAndrew Bartlett2002-09-251-2/+2
| * merge from APP_HEADGerald Carter2002-09-251-8/+32
| * Hold lock on NEXTJOB record for a very short time. Jerry needs to add codeJeremy Allison2002-09-241-29/+52
| * CUPS merge from SAMBA_2_2Gerald Carter2002-09-201-0/+4
| * printjob merge from APP_HEAD regarding device modesGerald Carter2002-09-183-29/+133
| * AbortPrinter() fix merged from APP_HEAD.Gerald Carter2002-09-101-3/+31
| * Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simplyJeremy Allison2002-09-051-2/+6
| * Remove donotify as notifies are cheap now.Jeremy Allison2002-09-051-11/+11
| * Roussed on Jeremy for not putting in enough debugs in the new printTim Potter2002-09-051-0/+6
| * Added better error code on out of space. Removed total jobs check - notJeremy Allison2002-09-041-48/+1
| * Merge of (apparently working :-) new printing notify code.Jeremy Allison2002-09-041-16/+94
| * Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-12/+18
| * DeletePrinterDriver[Ex]() fixes from APP_HEADGerald Carter2002-09-041-147/+125
| * fix up print portion of registry. Merge from APP_HEAD.Gerald Carter2002-08-301-2/+2
| * merge of phant0m key fix from APP_HEADGerald Carter2002-08-301-7/+152
| * Move to reference counting rather than lock counting.Jeremy Allison2002-08-271-35/+57
| * Handle locking correctly.Jeremy Allison2002-08-271-2/+6
| * Allow us to "lock" printer tdb entries in memory to stop them beingJeremy Allison2002-08-271-18/+61
| * * Fix DeletePrinterDataEx() to work with arbitrary registry keysGerald Carter2002-08-181-24/+101