summaryrefslogtreecommitdiff
path: root/src/fontfile
AgeCommit message (Expand)Author
2017-11-25Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb
2017-10-19Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb
2015-02-26Set close-on-exec for font file I/O.Christos Zoulas
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz
2014-05-12CVE-2014-0209: integer overflow of realloc() size in lexAlias()Alan Coopersmith
2014-05-12CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()Alan Coopersmith
2014-04-21Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith
2014-01-29Warning fixes.Keith Packard
2014-01-08Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith
2014-01-08Fix unused variable 'dir' warningsAlan Coopersmith
2013-11-01Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith
2013-06-02Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.Thomas Klausner
2013-01-16Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2012-12-07catalogue: Fix obvious thinkoAdam Jackson
2012-10-29Omit catalogue support on systems without symlinksYaakov Selkowitz
2011-11-11Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-10Support compress files with maxbits < 12Tomas Hoger
2011-09-17Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-08-10LZW decompress: fix for CVE-2011-2895Thomas Hoger
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith
2009-10-07Remove unused setting of ENCODINGSDIRAlan Coopersmith
2009-09-15 Fixed int(*)()->double cast warningBob Ham
2009-01-29Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade
2009-01-20Allow case insensitive filename matching in fontfile.Adam Jackson
2009-01-20Delete some dead ifdefsAdam Jackson
2009-01-20Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.Adam Jackson
2009-01-20Drop OS/2 supportAdam Jackson
2009-01-20xalloc -> malloc, etc.Adam Jackson
2009-01-20Remove printer font support.Adam Jackson
2009-01-20Remove loadable renderer support.Adam Jackson
2009-01-20Get rid of a useless arrayAdam Jackson
2009-01-20Delete Type1Adam Jackson
2009-01-20Delete speedoAdam Jackson
2008-12-19libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade
2008-12-18Always scan catalogue dirs at startup, even if their mtime < 0Alan Coopersmith
2008-11-04Don't clobber CFLAGS in configureJulien Cristau
2008-10-20X.Org Bug 17945: avoid gcc warnings for libXfontPeter Breitenlohner
2008-08-21Add support for bzip2 bitmap font compressionAlan Coopersmith
2008-08-21Sun bug 4510977: dtremote fails to start sessionDerek Wang
2008-05-13FontFileDirectoryChanged: check length of "fonts.alias" as well as "fonts.dir"Alan Coopersmith
2008-05-09Don't allow a font alias to point to itself and create a loopAlan Coopersmith
2008-05-05Fix build for WIN32Colin Harrison
2007-09-28catalogue.c: prevent a one character overflowMatthieu Herrb
2007-08-11Fix dirfd leak on CatalogueRescan().Ademar de Souza Reis Jr
2007-08-11Support relative paths in catalogue:<dir> symlinks.Ademar de Souza Reis Jr
2007-07-02Fix crash when no attributes are present for symlink.Kristian Høgsberg
2007-06-21Add a new 'catalogue' FPE, which takes font paths from symlinks in a dir.Kristian Høgsberg