summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Update README for gitlab migrationAlan Coopersmith3-90/+91
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama1-16/+16
2017-11-25libXfont2 2.0.3libXfont2-2.0.3Matthieu Herrb1-1/+1
2017-11-25Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb2-4/+26
2017-10-11libXfont 2.0.2libXfont2-2.0.2Adam Jackson1-1/+1
2017-10-04pcfGetProperties: Check string boundaries (CVE-2017-13722)Michal Srb1-2/+11
2017-10-04Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb1-1/+3
2017-04-27readme: Update for libXfont 2.0 interface changeAdam Jackson1-6/+11
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-06-10freetype: Fix a logic error in computing face nameAdam Jackson1-1/+0
2016-06-10autogen: Set a default subject prefix for patchesAdam Jackson1-0/+3
2016-06-08configure: Use -fvisibility=hidden if availableAdam Jackson1-0/+17
2016-05-30fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia1-3/+1
2016-05-30fstrans: Remove unused foo() functionJeremy Huddleston Sequoia1-2/+0
2016-05-29fserve: Silence a -Wformat warningJeremy Huddleston Sequoia1-2/+2
2016-05-29bitmap: Bail out on invalid input to FontFileMakeDir instead of calling callo...Jeremy Huddleston Sequoia1-0/+4
2016-05-29FreeType: Correct an allocation sizeJeremy Huddleston Sequoia1-1/+1
2015-12-12Revert "Add compiler warning flags". Leave warning fixes.Keith Packard2-307/+0
2015-12-11Bump version to 2.0.1libXfont2-2.0.1Keith Packard1-1/+1
2015-12-11Remove fontconf.hKeith Packard5-55/+4
2015-12-09Convert to non-recursive build.Matt Turner11-212/+114
2015-12-09Add missing 'attributes.m4' fileKeith Packard1-0/+283
2015-12-08Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard82-903/+981
2015-12-08Add compiler warning flags and fix warningsKeith Packard5-9/+34
2015-10-21Use NO_WEAK_SYMBOLS instead of -flat_namespaceJeremy Huddleston Sequoia2-13/+1
2015-10-21stubs: Add missing externs for declarations in the NO_WEAK_SYMBOLS && PIC stu...Jeremy Huddleston Sequoia1-23/+23
2015-10-20Fix is*() usage.Thomas Klausner4-11/+11
2015-07-28bdfReadCharacters: Allow negative DWIDTH valuesBenjamin Tissoires1-1/+1
2015-03-20doc: add a couple olinks to fsproto & xfs-design docsAlan Coopersmith1-1/+4
2015-03-17libXfont 1.5.1libXfont-1.5.1Alan Coopersmith1-1/+1
2015-03-17bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]Alan Coopersmith1-2/+24
2015-03-17bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]Alan Coopersmith1-1/+4
2015-03-17bdfReadProperties: property count needs range check [CVE-2015-1802]Alan Coopersmith1-1/+3
2015-02-26Set close-on-exec for font file I/O.Christos Zoulas2-6/+11
2014-11-05Use 'imdent' to realign cpp indentation levels in fslibos.hAlan Coopersmith1-109/+109
2014-11-05Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith1-2/+0
2014-07-19libXfont 1.5.0libXfont-1.5.0Alan Coopersmith1-1/+1
2014-07-07libXfont 1.4.99.901libXfont-1.4.99.901Alan Coopersmith1-1/+1
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz25-28/+182
2014-05-23Use default glyphs when getting 16-bit font with 8-bit textKeith Packard1-1/+5
2014-05-23Don't build unused code in bitmapfunc.c if all bitmap formats are disabledAlan Coopersmith1-0/+15
2014-05-23Don't compile bitmap source files for disabled formatsAlan Coopersmith2-7/+20
2014-05-23Drop imake/monolithic compatibility #define mappingAlan Coopersmith2-32/+0
2014-05-23Change default to disabling SNF supportAlan Coopersmith2-6/+6
2014-05-23Use AS_HELP_STRING to provide help for AC_ARG_ENABLE & AC_ARG_WITH optionsAlan Coopersmith1-8/+29
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith1-0/+54
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith1-0/+15
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith1-1/+28
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith1-0/+10