summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add file access protection to file enumeration.filesecChris Liddell2019-05-2416-119/+166
* Add file access control to the 'gp_stat' method.Chris Liddell2019-05-2423-22/+78
* Add command line options for path access control additionChris Liddell2019-05-241-0/+37
* cidfmap paths, add to PermitReading listChris Liddell2019-05-241-15/+38
* Paths from Fontmap to PermitReading listChris Liddell2019-05-241-3/+33
* Add file permissions support for piped output.Chris Liddell2019-05-241-3/+25
* Handle clist file 'rewind' failuresChris Liddell2019-05-246-18/+33
* Fix gp_open_scratch_file_rm for access permissionsChris Liddell2019-05-241-2/+5
* Add a non-standard string 'reverse search" operatorChris Liddell2019-05-241-5/+23
* Add the FONTPATH path list to permit read access control list.Chris Liddell2019-05-241-0/+5
* Add paths/files from C to the file access controlsChris Liddell2019-05-242-9/+73
* Add (most of) the Postscript "managed" paths....Chris Liddell2019-05-241-2/+47
* Integrate fontconfig with file access controlsChris Liddell2019-05-241-0/+24
* Use errno to indicate invalidfileaccessChris Liddell2019-05-242-6/+11
* Break out of checking a non-matching pathChris Liddell2019-05-241-0/+2
* Free temporary filename buffer in gp_validate_pathChris Liddell2019-05-241-6/+13
* Add 2 postscript operators for path control.Robin Watts2019-05-241-0/+47
* File opening path validationRobin Watts2019-05-2412-0/+552
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-24219-10195/+10970
* Fix a trivial (probably benign) compiler warningChris Liddell2019-05-241-1/+1
* Fix FONTPATH font file enumerationChris Liddell2019-05-243-8/+8
* Fix crash when the default font can't be found.Chris Liddell2019-05-241-5/+5
* Remove unnecessary but harmless conditional from the last commit.Henry Stiles2019-05-221-3/+0
* Fix bug 701045 - infinite loop in pcl parser.Henry Stiles2019-05-227-52/+61
* Fix bug #700844, crash with very long font path.Henry Stiles2019-05-222-168/+142
* Remove unnecessary include file left from a test.Henry Stiles2019-05-221-2/+0
* Add gpdl to default products for clusterpush.plRobin Watts2019-05-221-1/+1
* Add nopdfwrite to clusterpush.plRobin Watts2019-05-221-2/+5
* Add check for gs_error_handled for pattern handlingNancy Durgin2019-05-211-0/+2
* Add gsapi_set_param to iapi.h as well.Robin Watts2019-05-202-0/+22
* Fix warnings in pjparse.cRobin Watts2019-05-202-0/+2
* Add gsapi_set_param to gpdl gsapi.Robin Watts2019-05-205-0/+73
* PJL GSSET and GSSETSTRINGRobin Watts2019-05-203-215/+343
* pdfwrite - fix ColorConversionStrategyKen Sharp2019-05-181-1/+1
* Make sure transparency page group is isolatedMichael Vrhel2019-05-171-2/+5
* Handle trans group knockouts properly if page group is isolatedMichael Vrhel2019-05-172-1/+7
* PDF interpreter - ignore errors in some faulty FreeText annotationsKen Sharp2019-05-171-69/+89
* Remove the redundant -E and -A command line paramsChris Liddell2019-05-172-49/+2
* DeviceN - handle out of memory errorsKen Sharp2019-05-111-0/+15
* Documentation - fix various typos in VectorDevices.htmi3v2019-05-101-56/+56
* Improve test for PS resources in romfsChris Liddell2019-05-101-2/+8
* Add an (interim) --enable-gpdl configure optionChris Liddell2019-05-092-1/+11
* Fix some compiler warningsKen Sharp2019-05-093-13/+4
* pdfwrite - extend DeviceN attributes dictionary generationKen Sharp2019-05-081-3/+82
* PostScript colour space handlingKen Sharp2019-05-081-9/+62
* Separation - change ink name to be a C string instead of name indexKen Sharp2019-05-089-55/+43
* DeviceN - change ink names to be C strings instead of name indicesKen Sharp2019-05-089-63/+46
* Bug 697545 : Prevent SEGV caused by double freeing.Shailesh Mistry2019-05-072-1/+12
* Use deviceN attributes process color color spaceMichael Vrhel2019-05-066-22/+54
* Ensure correct memory allocation of Colorant stringsKen Sharp2019-05-061-2/+4