summaryrefslogtreecommitdiff
path: root/src/fc/fserve.c
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-041-1/+1
* 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
* fserve: Silence a -Wformat warningJeremy Huddleston Sequoia2016-05-291-2/+2
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-081-63/+75
* 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_read_extent_info()Alan Coopersmith2014-05-121-1/+11
* CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith2014-05-121-0/+37
* 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
* Warning fixes.Keith Packard2014-01-291-9/+9
* Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith2014-01-081-0/+1
* Strip trailing whitespaceAlan Coopersmith2011-09-161-148/+148
* Purge cvs tags.Jesse Adkins2010-10-061-3/+0
* Avoid sending uninitialized padding data over the network.Peter Astrand2009-02-061-0/+9
* Drop OS/2 supportAdam Jackson2009-01-201-8/+0
* xalloc -> malloc, etc.Adam Jackson2009-01-201-20/+18
* 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
* Dead code cull from fontserver code.Adam Jackson2007-06-071-37/+36
* Warning cleanup.Adam Jackson2007-06-071-1/+1
* Don't crash when we receive an FS_Error from the font server (GuillemDaniel Stone2006-02-211-2/+2
* Include config.h in every source file to make sure necessary options areKeith Packard2005-07-091-2/+2
* config.h includes to fix modular build.Adam Jackson2005-07-081-0/+4
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-031-2/+2
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone2005-07-011-1/+3
* Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_11Alexander Gottwald2005-06-091-2/+2
* Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10Josh Triplett2005-05-271-3/+3
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-231-1/+2
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-141-1/+1
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-031-1/+1
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-261-1/+1
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-261-1/+1
* Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330Egbert Eich2004-01-291-2/+2
* XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901Kaleb Keithley2003-12-041-35/+18
* XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2003-11-251-42/+86