summaryrefslogtreecommitdiff
path: root/source3/printing/printfsp.c
Commit message (Expand)AuthorAgeFilesLines
* Only copy sharename up from rap_to_pjobidVolker Lendecke2009-03-011-2/+1
* Fix an ancient uninitialized variable readVolker Lendecke2008-12-311-5/+5
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-13/+2
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-2/+2
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-2/+3
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-261-4/+2
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-261-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-1/+1
* r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison2007-10-101-1/+0
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-2/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-7/+13
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-2/+2
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-11/+12
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2007-10-101-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-101-6/+6
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-1/+1
* Fix VFS layer:Alexander Bokovoy2003-05-111-1/+1
* Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-041-1/+0
* Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-051-1/+2
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-051-3/+19
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+3
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-1/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-251-2/+12
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-1/+0
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-2/+2
* configure:Jeremy Allison2001-04-141-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* Fixed file descriptor leak in error processing of print jobs.Jeremy Allison2001-02-221-0/+8
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-2/+2
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-4/+4
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-101-1/+1
* Pass the vuid from the connection_struct to the printing back end functions.Tim Potter2000-06-161-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+0
* split fsp specific routines out of printing.c to fix linking problemAndrew Tridgell2000-04-231-0/+91