summaryrefslogtreecommitdiff
path: root/src/fc/fserve.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef NCDAlan Coopersmith1-47/+0
2022-11-10Fix font server reconnection timeoutPeter Harris1-0/+2
2022-06-21Correct fsCreateACReq lengthJeremy Huddleston Sequoia1-1/+1
2022-04-06Fix spelling/wording issuesAlan Coopersmith1-2/+2
2021-03-02Fix use after free when font server connection lostPeter Harris1-21/+19
2020-03-06Fix crash when font server connection lostPeter Harris1-10/+10
2019-08-17fs_read_glyphs: check if rep is null before dereferencingAlan Coopersmith1-1/+2
2019-08-04Convert multiplying malloc calls to use mallocarray insteadAlan Coopersmith1-1/+1
2019-08-03Use bounds checking string functions everywhereAlan Coopersmith1-2/+4
2018-03-24avoid -Wformat errors from clang when building with -DDEBUGRin Okuyama1-16/+16
2016-05-30fserve: Fix a buffer read overrun in _fs_client_accessJeremy Huddleston Sequoia1-3/+1
2016-05-29fserve: Silence a -Wformat warningJeremy Huddleston Sequoia1-2/+2
2015-12-08Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard1-63/+75
2014-06-27Make shared library work on Cygwin/MinGWYaakov Selkowitz1-4/+4
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list_info()Alan Coopersmith1-0/+54
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_list()Alan Coopersmith1-0/+15
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_glyphs()Alan Coopersmith1-1/+28
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_extent_info()Alan Coopersmith1-0/+10
2014-05-12CVE-2014-0211: integer overflow in fs_read_extent_info()Alan Coopersmith1-1/+11
2014-05-12CVE-2014-0210: unvalidated length fields in fs_read_query_info()Alan Coopersmith1-0/+37
2014-05-12CVE-2014-0211: Integer overflow in fs_get_reply/_fs_start_readAlan Coopersmith1-0/+18
2014-05-12CVE-2014-0210: unvalidated lengths when reading replies from font serverAlan Coopersmith1-6/+38
2014-05-12CVE-2014-0210: unvalidated length in _fs_recv_conn_setup()Alan Coopersmith1-2/+18
2014-04-24fs_send_open_font needs to allow namelen of 0 when FontReopen is setAlan Coopersmith1-1/+1
2014-04-23Clean up warnings when src/fc is built with -DDEBUGAlan Coopersmith1-3/+1
2014-01-29Warning fixes.Keith Packard1-9/+9
2014-01-08Initialize (unused) data field in fsListCataloguesReq before sending it.Alan Coopersmith1-0/+1
2011-09-16Strip trailing whitespaceAlan Coopersmith1-148/+148
2010-10-06Purge cvs tags.Jesse Adkins1-3/+0
2009-02-06Avoid sending uninitialized padding data over the network.Peter Astrand1-0/+9
2009-01-20Drop OS/2 supportAdam Jackson1-8/+0
2009-01-20xalloc -> malloc, etc.Adam Jackson1-20/+18
2009-01-20Remove printer font support.Adam Jackson1-67/+0
2008-12-04Pad CreateAC packets with 0 auths to workaround xfs bugAlan Coopersmith1-1/+9
2007-06-07Dead code cull from fontserver code.Adam Jackson1-37/+36
2007-06-07Warning cleanup.Adam Jackson1-1/+1
2006-02-21Don't crash when we receive an FS_Error from the font server (GuillemDaniel Stone1-2/+2
2005-07-09Include config.h in every source file to make sure necessary options areKeith Packard1-2/+2
2005-07-08config.h includes to fix modular build.Adam Jackson1-0/+4
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-2/+2
2005-07-01Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-1/+3
2005-06-09Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>XORG-6_8_99_11Alexander Gottwald1-2/+2
2005-05-27Reference X11/fonts header files using X11/fonts/ prefix.XORG-6_8_99_9XORG-6_8_99_10Josh Triplett1-3/+3
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-012804-2330Egbert Eich1-2/+2
2003-12-04XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901Kaleb Keithley1-35/+18