r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
[kai/samba.git] / source3 / printing / printfsp.c
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr6673: Fix the write cache based on some VERY good...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr3067: patch based on volker's initial work in trunk...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2002-12-05 Jeremy AllisonFix debugs for rap mapping. Delete job on map fail.
2002-12-05 Jeremy AllisonFix debugs for rap mapping. Delete job on map fail.
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-18 Gerald Carterprintjob merge from APP_HEAD regarding device modes
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jeremy AllisonFixed display of "remote downlevel document" in old...
2001-11-17 Jeremy AllisonTidyups when I was doing the big merge...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-14 Jeremy Allisonconfigure:
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-22 Jeremy AllisonFixed file descriptor leak in error processing of print...
2001-01-29 David O'NeillChanges from APPLIANCE_HEAD:
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-07-10 Tim PotterRe-instated lanman printing security checks (oops).
2000-06-16 Tim PotterPass the vuid from the connection_struct to the printin...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-23 Andrew Tridgellsplit fsp specific routines out of printing.c to fix...