summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libXfont 2.0.2libXfont2-2.0.2Adam Jackson2017-10-111-1/+1
* pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb2017-10-041-2/+11
* Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb2017-10-041-1/+3
* readme: Update for libXfont 2.0 interface changeAdam Jackson2017-04-271-6/+11
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* freetype: Fix a logic error in computing face nameAdam Jackson2016-06-101-1/+0
* autogen: Set a default subject prefix for patchesAdam Jackson2016-06-101-0/+3
* configure: Use -fvisibility=hidden if availableAdam Jackson2016-06-081-0/+17
* fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia2016-05-301-3/+1
* fstrans: Remove unused foo() functionJeremy Huddleston Sequoia2016-05-301-2/+0
* fserve: Silence a -Wformat warningJeremy Huddleston Sequoia2016-05-291-2/+2
* bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia2016-05-291-0/+4
* FreeType: Correct an allocation sizeJeremy Huddleston Sequoia2016-05-291-1/+1
* Revert "Add compiler warning flags". Leave warning fixes.Keith Packard2015-12-122-307/+0
* Bump version to 2.0.1libXfont2-2.0.1Keith Packard2015-12-111-1/+1
* Remove fontconf.hKeith Packard2015-12-115-55/+4
* Convert to non-recursive build.Matt Turner2015-12-0911-212/+114
* Add missing 'attributes.m4' fileKeith Packard2015-12-091-0/+283
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-0882-903/+981
* Add compiler warning flags and fix warningsKeith Packard2015-12-085-9/+34
* Use NO_WEAK_SYMBOLS instead of -flat_namespaceJeremy Huddleston Sequoia2015-10-212-13/+1
* stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stu...Jeremy Huddleston Sequoia2015-10-211-23/+23
* Fix is*() usage.Thomas Klausner2015-10-204-11/+11
* bdfReadCharacters: Allow negative DWIDTH valuesBenjamin Tissoires2015-07-281-1/+1
* doc: add a couple olinks to fsproto & xfs-design docsAlan Coopersmith2015-03-201-1/+4
* libXfont 1.5.1libXfont-1.5.1Alan Coopersmith2015-03-171-1/+1
* bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]Alan Coopersmith2015-03-171-2/+24
* bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]Alan Coopersmith2015-03-171-1/+4
* bdfReadProperties: property count needs range check [CVE-2015-1802]Alan Coopersmith2015-03-171-1/+3
* Set close-on-exec for font file I/O.Christos Zoulas2015-02-262-6/+11
* Use 'imdent' to realign cpp indentation levels in fslibos.hAlan Coopersmith2014-11-051-109/+109
* Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith2014-11-051-2/+0
* libXfont 1.5.0libXfont-1.5.0Alan Coopersmith2014-07-191-1/+1
* libXfont 1.4.99.901libXfont-1.4.99.901Alan Coopersmith2014-07-071-1/+1
* Make shared library work on Cygwin/MinGWYaakov Selkowitz2014-06-2725-28/+182
* Use default glyphs when getting 16-bit font with 8-bit textKeith Packard2014-05-231-1/+5
* Don't build unused code in bitmapfunc.c if all bitmap formats are disabledAlan Coopersmith2014-05-231-0/+15
* Don't compile bitmap source files for disabled formatsAlan Coopersmith2014-05-232-7/+20
* Drop imake/monolithic compatibility #define mappingAlan Coopersmith2014-05-232-32/+0
* Change default to disabling SNF supportAlan Coopersmith2014-05-232-6/+6
* Use AS_HELP_STRING to provide help for AC_ARG_ENABLE & AC_ARG_WITH optionsAlan Coopersmith2014-05-231-8/+29
* CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith2014-05-121-0/+54
* CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith2014-05-121-0/+15
* CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith2014-05-121-1/+28
* CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith2014-05-121-0/+10
* CVE-2014-0211: integer overflow in fs_alloc_glyphs()Alan Coopersmith2014-05-121-1/+6
* CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith2014-05-121-1/+11
* CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith2014-05-122-0/+46
* CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith2014-05-121-0/+18