summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* CVE-2014-0210: unvalidated lengths when reading replies from font serverAlan Coopersmith2014-05-121-6/+38
* CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()Alan Coopersmith2014-05-121-2/+18
* 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
* fs_send_open_font needs to allow namelen of 0 when FontReopen is setAlan Coopersmith2014-04-241-1/+1
* Clean up warnings when src/fc is built with -DDEBUGAlan Coopersmith2014-04-231-3/+1
* Allow enabling src/fc DEBUG helpers via CPPFLAGSAlan Coopersmith2014-04-231-1/+2
* Bump version to 1.4.99.0 for master branch (to become 1.5)Alan Coopersmith2014-04-211-1/+1
* Require fontsproto 2.1.3 for matching function prototypesAlan Coopersmith2014-04-211-1/+1
* Check if pointer returned by BufFileCreate is NULL before writing to itAlan Coopersmith2014-04-211-2/+4
* Fix buffer read overrunPeter Harris2014-04-111-1/+1
* Warning fixes.Keith Packard2014-01-2915-54/+60
* Add note to README declaring snf fonts to be deprecatedAlan Coopersmith2014-01-231-1/+2
* Add notes to README about various font formats & configure optionsAlan Coopersmith2014-01-231-0/+58
* Correct comment in configure.ac about scalable font supportAlan Coopersmith2014-01-231-3/+2
* Remove redundant setting of 'len' in SPropRecValList_add_by_font_capAlan Coopersmith2014-01-081-1/+0
* Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith2014-01-081-0/+1
* Remove redundant declaration of FontFileStartListFonts()Alan Coopersmith2014-01-081-5/+0
* Fix unused variable 'dir' warningsAlan Coopersmith2014-01-082-7/+0
* libXfont 1.4.7libXfont-1.4.7Alan Coopersmith2014-01-071-1/+1
* Limit additional sscanf strings to fit buffer sizesAlan Coopersmith2013-12-301-3/+11
* CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()Alan Coopersmith2013-12-301-1/+1
* Add AC_USE_SYSTEM_EXTENSIONS to expose non-standard extensionsAlan Coopersmith2013-12-301-0/+5
* Don't leak old allocation if realloc fails to enlarge itAlan Coopersmith2013-12-132-11/+18
* Make serverGeneration unsignedJulien Cristau2013-11-221-1/+1
* Replace malloc(strlen)+strcpy/strcat calls with strdupAlan Coopersmith2013-11-013-12/+5
* xstrdup -> strdupAlan Coopersmith2013-11-013-31/+2
* libXfont 1.4.6libXfont-1.4.6Alan Coopersmith2013-07-211-1/+1
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-241-5/+0
* 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-167-9/+9
* autogen.sh: Implement GNOME Build APIColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* catalogue: Fix obvious thinkoAdam Jackson2012-12-071-1/+1
* Omit catalogue support on systems without symlinksYaakov Selkowitz2012-10-293-1/+7
* If socket is interrupted with signal EINTR, re-attempt read.Arvind Umrao2012-08-241-2/+5
* libXfont 1.4.5libXfont-1.4.5Alan Coopersmith2012-03-021-1/+1
* Use * precision notation instead of computing sprintf format stringsAlan Coopersmith2011-11-111-11/+5
* Fix printf warnings about incorrect argument typesAlan Coopersmith2011-11-115-27/+41
* Add _X_ATTRIBUTE_PRINTF to *Error/*Warning functions taking printf formatsAlan Coopersmith2011-11-113-4/+4
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-11-1114-28/+28
* Support compress files with maxbits < 12Tomas Hoger2011-10-101-12/+2
* 1 - fix the capitalization of the ID attriutes to match either theMatt Dew2011-10-031-69/+27
* doc: fix typo in copyright statementGaetan Nadon2011-09-221-1/+1
* doc: refactor legal text for multi licensing copyrightsGaetan Nadon2011-09-221-7/+7
* libxfont: An uninitialized pointer causes a crash if pcf header is corrupted.Olli Vertanen2011-09-181-0/+2
* Fix empty statement in if conditional.Joerg Sonnenberger2011-09-181-1/+1
* Do proper input validation to fix for CVE-2011-2895.Joerg Sonnenberger2011-09-171-13/+16
* Strip trailing whitespaceAlan Coopersmith2011-09-1663-753/+753
* docs: use the &fullrelvers; entity to set X11 release informationGaetan Nadon2011-09-121-1/+5