summaryrefslogtreecommitdiff
path: root/src/fc
Commit message (Expand)AuthorAgeFilesLines
* Fix font server reconnection timeoutPeter Harris2022-11-101-0/+2
* Correct fsCreateACReq lengthJeremy Huddleston Sequoia2022-06-211-1/+1
* Fix spelling/wording issuesAlan Coopersmith2022-04-061-2/+2
* Fix use after free when font server connection lostPeter Harris2021-03-021-21/+19
* Fix crash when font server connection lostPeter Harris2020-03-061-10/+10
* fs_read_glyphs: check if rep is null before dereferencingAlan Coopersmith2019-08-171-1/+2
* Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith2019-08-042-2/+3
* Use bounds checking string functions everywhereAlan Coopersmith2019-08-031-2/+4
* avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama2018-03-241-16/+16
* fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia2016-05-301-3/+1
* fstrans: Remove unused foo() functionJeremy Huddleston Sequoia2016-05-301-2/+0
* fserve: Silence a -Wformat warningJeremy Huddleston Sequoia2016-05-291-2/+2
* Convert to non-recursive build.Matt Turner2015-12-091-16/+0
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-086-73/+81
* Add compiler warning flags and fix warningsKeith Packard2015-12-081-0/+2
* Use 'imdent' to realign cpp indentation levels in fslibos.hAlan Coopersmith2014-11-051-109/+109
* Remove unneeded checks for #ifndef X_NOT_POSIXAlan Coopersmith2014-11-051-2/+0
* Make shared library work on Cygwin/MinGWYaakov Selkowitz2014-06-271-4/+4
* CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith2014-05-121-0/+54
* CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith2014-05-121-0/+15
* CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith2014-05-121-1/+28
* CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith2014-05-121-0/+10
* CVE-2014-0211: integer overflow in fs_alloc_glyphs()Alan Coopersmith2014-05-121-1/+6
* CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith2014-05-121-1/+11
* CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith2014-05-122-0/+46
* CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith2014-05-121-0/+18
* 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
* 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
* Warning fixes.Keith Packard2014-01-293-11/+11
* Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith2014-01-081-0/+1
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-241-5/+0
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-161-1/+1
* If socket is interrupted with signal EINTR, re-attempt read.Arvind Umrao2012-08-241-2/+5
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-11-112-5/+5
* Strip trailing whitespaceAlan Coopersmith2011-09-167-197/+197
* Purge cvs tags.Jesse Adkins2010-10-067-15/+0
* Avoid sending uninitialized padding data over the network.Peter Astrand2009-02-062-0/+11
* Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade2009-01-291-6/+0
* Drop OS/2 supportAdam Jackson2009-01-203-12/+1
* xalloc -> malloc, etc.Adam Jackson2009-01-203-40/+35
* Remove printer font support.Adam Jackson2009-01-201-67/+0
* Pad CreateAC packets with 0 auths to workaround xfs bugAlan Coopersmith2008-12-041-1/+9
* Don't clobber CFLAGS in configureJulien Cristau2008-11-041-0/+2
* Retry font server connections faster.Adam Jackson2008-08-281-2/+0
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
* Dead code cull from fontserver code.Adam Jackson2007-06-076-155/+39
* Warning cleanup.Adam Jackson2007-06-071-1/+1