summaryrefslogtreecommitdiff
path: root/src/fontfile
Commit message (Expand)AuthorAgeFilesLines
* Set close-on-exec when opening fonts.dir & fonts.alias filesHEADmasterAlan Coopersmith2023-03-251-2/+6
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
* Fix buffer overrun in FontFileMakeDir on WIN32Peter Harris2022-08-111-4/+5
* Fix comments to reflect removal of OS/2 supportAlan Coopersmith2022-06-213-4/+4
* Fix spelling/wording issuesAlan Coopersmith2022-04-062-2/+2
* Fix out-of-bounds read in FontFileMakeDir()Alex Richardson2021-07-141-4/+1
* CatalogueRescan: if opendir() fails, unref fpes, but don't free the catAlan Coopersmith2019-08-171-4/+2
* Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith2019-08-041-1/+1
* Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith2019-08-035-5/+10
* Use bounds checking string functions everywhereAlan Coopersmith2019-08-033-30/+33
* Open files with O_NOFOLLOW. (CVE-2017-16611)Michal Srb2017-11-252-4/+26
* Check for end of string in PatternMatch (CVE-2017-13720)Michal Srb2017-10-041-1/+3
* Convert to non-recursive build.Matt Turner2015-12-091-29/+0
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-0816-52/+74
* Set close-on-exec for font file I/O.Christos Zoulas2015-02-262-6/+11
* Make shared library work on Cygwin/MinGWYaakov Selkowitz2014-06-271-3/+3
* CVE-2014-0209: integer overflow of realloc() size in lexAlias()Alan Coopersmith2014-05-121-0/+4
* CVE-2014-0209: integer overflow of realloc() size in FontFileAddEntry()Alan Coopersmith2014-05-121-0/+5
* Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith2014-04-211-2/+4
* Warning fixes.Keith Packard2014-01-293-21/+25
* Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith2014-01-081-5/+0
* Fix unused variable 'dir' warningsAlan Coopersmith2014-01-081-4/+0
* Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith2013-11-011-7/+3
* Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.Thomas Klausner2013-06-021-0/+2
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-161-1/+1
* catalogue: Fix obvious thinkoAdam Jackson2012-12-071-1/+1
* Omit catalogue support on systems without symlinksYaakov Selkowitz2012-10-292-0/+6
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-11-111-2/+2
* Support compress files with maxbits < 12Tomas Hoger2011-10-101-12/+2
* Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger2011-09-171-13/+16
* Strip trailing whitespaceAlan Coopersmith2011-09-1612-105/+105
* LZW decompress: fix for CVE-2011-2895Thomas Hoger2011-08-101-0/+2
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-11-211-1/+1
* Purge cvs tags.Jesse Adkins2010-10-0613-36/+0
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-23/+18
* Remove unused setting of ENCODINGSDIRAlan Coopersmith2009-10-071-6/+1
* Fixed int(*)()->double cast warningBob Ham2009-09-151-1/+2
* Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade2009-01-291-6/+0
* Allow case insensitive filename matching in fontfile.Adam Jackson2009-01-201-5/+3
* Delete some dead ifdefsAdam Jackson2009-01-202-37/+0
* Move the copy of CopyISOLatin1Lowered near its user, and un-weak it.Adam Jackson2009-01-201-1/+23
* Drop OS/2 supportAdam Jackson2009-01-206-13/+8
* xalloc -> malloc, etc.Adam Jackson2009-01-2011-77/+73
* Remove printer font support.Adam Jackson2009-01-203-323/+0
* Remove loadable renderer support.Adam Jackson2009-01-202-32/+2
* Get rid of a useless arrayAdam Jackson2009-01-201-39/+3
* Delete Type1Adam Jackson2009-01-202-20/+0
* Delete speedoAdam Jackson2009-01-202-21/+0
* libXfont ansification and removal of xf86_ansic.h dependencyPaulo Cesar Pereira de Andrade2008-12-191-6/+0
* Always scan catalogue dirs at startup, even if their mtime < 0Alan Coopersmith2008-12-181-6/+8