summaryrefslogtreecommitdiff
path: root/source3/printing/printfsp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-30smbd: move printfile_offset() within write_file()Simo Sorce1-1/+6
2010-04-23s3-smbd: group print relate data in own structureSimo Sorce1-9/+15
2010-03-30Fix for bug #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison1-0/+20
2010-03-05Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison1-1/+1
2009-11-17Remove "store create time" code, cause create time to be storedJeremy Allison1-5/+4
2009-07-20s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty1-2/+8
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-03-01Only copy sharename up from rap_to_pjobidVolker Lendecke1-2/+1
2008-12-31Fix an ancient uninitialized variable readVolker Lendecke1-5/+5
2008-11-21First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison1-13/+2
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-2/+2
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-2/+3
2008-06-26Remove current_user reference from printfsp.cVolker Lendecke1-4/+2
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-1/+1
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-1/+0
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-2/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-7/+13
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-2/+2
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-11/+12
2007-10-10r6673: Fix the write cache based on some VERY good detective workJeremy Allison1-1/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-6/+6
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-1/+1
2003-05-11Fix VFS layer:Alexander Bokovoy1-1/+1
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