summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-27Handle locking correctly.Jeremy Allison1-2/+6
2002-08-27Allow us to "lock" printer tdb entries in memory to stop them beingJeremy Allison1-18/+61
2002-08-18* Fix DeletePrinterDataEx() to work with arbitrary registry keysGerald Carter1-24/+101
2002-08-18fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter1-1/+1
2002-08-18fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter1-5/+62
2002-08-17sync 3.0 branch with headJelmer Vernooij4-233/+185
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij3-523/+432
2002-08-17* the printing code should now be back to the working state it wasGerald Carter1-38/+19
2002-08-16Fairly large change to printing code.Gerald Carter1-435/+311
2002-08-08one line merge from APP_HEADGerald Carter1-1/+1
2002-08-08delete printer driver fix from APP_HEADGerald Carter1-14/+37
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter2-19/+47
2002-08-02Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter1-6/+5
2002-07-29couple of minor formatting fixes to help me see better.Gerald Carter1-4/+2
2002-07-22Merge from APPLIANCE_HEAD.Tim Potter1-1/+1
2002-07-22Ensure we're root before opening a printer backend tdb.Jeremy Allison1-0/+4
2002-07-20And a little more 'const'.Andrew Bartlett1-1/+1
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter1-5/+9
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett3-12/+7
2002-07-17Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2-252/+121
2002-07-17Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison1-0/+79
2002-07-16Put printing tdbs in a subdirectory to prevent name collisions.Jeremy Allison1-1/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell6-451/+1167
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+230
2002-07-11added copyrightGerald Carter1-0/+1
2002-07-11last check in for tonight.Gerald Carter1-40/+128
2002-07-11all that is left to do is to actually perform theGerald Carter1-15/+155