summaryrefslogtreecommitdiff
path: root/src/fontfile
AgeCommit message (Expand)AuthorFilesLines
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz1-3/+3
2014-05-12CVE-2014-0209: integer overflow of realloc() size in lexAlias()Alan Coopersmith1-0/+4
2014-05-12CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()Alan Coopersmith1-0/+5
2014-04-21Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith1-2/+4
2014-01-29Warning fixes.Keith Packard3-21/+25
2014-01-08Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith1-5/+0
2014-01-08Fix unused variable 'dir' warningsAlan Coopersmith1-4/+0
2013-11-01Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith1-7/+3
2013-06-02Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.Thomas Klausner1-0/+2
2013-01-16Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith1-1/+1
2012-12-07catalogue: Fix obvious thinkoAdam Jackson1-1/+1
2012-10-29Omit catalogue support on systems without symlinksYaakov Selkowitz2-0/+6
2011-11-11Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-2/+2
2011-10-10Support compress files with maxbits < 12Tomas Hoger1-12/+2
2011-09-17Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger1-13/+16
2011-09-16Strip trailing whitespaceAlan Coopersmith12-105/+105
2011-08-10LZW decompress: fix for CVE-2011-2895Thomas Hoger1-0/+2
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith1-1/+1
2010-10-06Purge cvs tags.Jesse Adkins13-36/+0
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+18
2009-10-07Remove unused setting of ENCODINGSDIRAlan Coopersmith1-6/+1
2009-09-15 Fixed int(*)()->double cast warningBob Ham1-1/+2
2009-01-29Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade1-6/+0
2009-01-20Allow case insensitive filename matching in fontfile.Adam Jackson1-5/+3
2009-01-20Delete some dead ifdefsAdam Jackson2-37/+0
2009-01-20Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.Adam Jackson1-1/+23
2009-01-20Drop OS/2 supportAdam Jackson6-13/+8
2009-01-20xalloc -> malloc, etc.Adam Jackson11-77/+73
2009-01-20Remove printer font support.Adam Jackson3-323/+0
2009-01-20Remove loadable renderer support.Adam Jackson2-32/+2
2009-01-20Get rid of a useless arrayAdam Jackson1-39/+3
2009-01-20Delete Type1Adam Jackson2-20/+0
2009-01-20Delete speedoAdam Jackson2-21/+0
2008-12-19libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade1-6/+0
2008-12-18Always scan catalogue dirs at startup, even if their mtime < 0Alan Coopersmith1-6/+8
2008-11-04Don't clobber CFLAGS in configureJulien Cristau1-0/+2
2008-10-20X.Org Bug 17945: avoid gcc warnings for libXfontPeter Breitenlohner2-2/+2
2008-08-21Add support for bzip2 bitmap font compressionAlan Coopersmith3-0/+192
2008-08-21Sun bug 4510977: dtremote fails to start sessionDerek Wang1-0/+2
2008-05-13FontFileDirectoryChanged: check length of "fonts.alias" as well as "fonts.dir"Alan Coopersmith1-0/+3
2008-05-09Don't allow a font alias to point to itself and create a loopAlan Coopersmith1-0/+4
2008-05-05Fix build for WIN32Colin Harrison1-0/+3
2007-09-28catalogue.c: prevent a one character overflowMatthieu Herrb1-1/+1
2007-08-11Fix dirfd leak on CatalogueRescan().Ademar de Souza Reis Jr1-0/+2
2007-08-11Support relative paths in catalogue:<dir> symlinks.Ademar de Souza Reis Jr1-0/+12
2007-07-02Fix crash when no attributes are present for symlink.Kristian Høgsberg1-2/+7
2007-06-21Add a new 'catalogue' FPE, which takes font paths from symlinks in a dir.Kristian Høgsberg4-27/+475
2007-06-07Minor fontfile cleanup.Adam Jackson1-14/+8
2007-04-03Integer overflow vulnerabilitiesMatthieu Herrb1-0/+8
2007-03-23Actually use loadable font modulesAlan Coopersmith2-40/+80