summaryrefslogtreecommitdiff
path: root/source3/printing/printfsp.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-04Ensure we only ever set fsp->conn in one place.Jeremy Allison1-1/+0
2002-12-05Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison1-1/+2
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-3/+19
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+3
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-1/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Fixed display of "remote downlevel document" in old print job submissionJeremy Allison1-2/+12
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-1/+0
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-2/+2
2001-04-14configure:Jeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-22Fixed file descriptor leak in error processing of print jobs.Jeremy Allison1-0/+8
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-2/+2
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-4/+4
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter1-1/+1
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+0
2000-04-23split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell1-0/+91