summaryrefslogtreecommitdiff
path: root/src/fc
AgeCommit message (Expand)Author
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama
2016-05-30fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia
2016-05-30fstrans: Remove unused foo() functionJeremy Huddleston Sequoia
2016-05-29fserve: Silence a -Wformat warningJeremy Huddleston Sequoia
2015-12-09Convert to non-recursive build.Matt Turner
2015-12-08Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard
2015-12-08Add compiler warning flags and fix warningsKeith Packard
2014-11-05Use 'imdent' to realign cpp indentation levels in fslibos.hAlan Coopersmith
2014-11-05Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith
2014-05-12CVE-2014-0211: integer overflow in fs_alloc_glyphs()Alan Coopersmith
2014-05-12CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith
2014-05-12CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith
2014-05-12CVE-2014-0210: unvalidated lengths when reading replies from font serverAlan Coopersmith
2014-05-12CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()Alan Coopersmith
2014-04-24fs_send_open_font needs to allow namelen of 0 when FontReopen is setAlan Coopersmith
2014-04-23Clean up warnings when src/fc is built with -DDEBUGAlan Coopersmith
2014-04-23Allow enabling src/fc DEBUG helpers via CPPFLAGSAlan Coopersmith
2014-01-29Warning fixes.Keith Packard
2014-01-08Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith
2013-06-24Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith
2013-01-16Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSAlan Coopersmith
2012-08-24If socket is interrupted with signal EINTR, re-attempt read.Arvind Umrao
2011-11-11Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-09-16Strip trailing whitespaceAlan Coopersmith
2010-10-06Purge cvs tags.Jesse Adkins
2009-02-06Avoid sending uninitialized padding data over the network.Peter Astrand
2009-01-29Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade
2009-01-20Drop OS/2 supportAdam Jackson
2009-01-20xalloc -> malloc, etc.Adam Jackson
2009-01-20Remove printer font support.Adam Jackson
2008-12-04Pad CreateAC packets with 0 auths to workaround xfs bugAlan Coopersmith
2008-11-04Don't clobber CFLAGS in configureJulien Cristau
2008-08-28Retry font server connections faster.Adam Jackson
2008-03-09nuke RCS IdsMatthieu Herrb
2007-06-07Dead code cull from fontserver code.Adam Jackson
2007-06-07Warning cleanup.Adam Jackson
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-02-21Don't crash when we receive an FS_Error from the font server (GuillemDaniel Stone
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson
2005-07-09Include config.h in every source file to make sure necessary options areKeith Packard
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard
2005-07-08config.h includes to fix modular build.Adam Jackson
2005-07-03Change include dir now that public headers are referenced byKevin E Martin