summaryrefslogtreecommitdiff
path: root/Xtranssock.c
AgeCommit message (Expand)Author
2024-08-02Merge remote-tracking branch 'origin/master' into obsdobsdMatthieu Herrb
2024-07-21Fix string length checkHEADmasterRobert Royals
2023-06-15Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2023-03-19Remove client-side abstract socket supportDemi Marie Obenour
2023-03-19Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith
2022-08-20move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPENKeith Packard
2022-07-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2022-05-10Automatically disable inet6 transport if ipv6 is disabled on machineRay Strode
2020-04-25Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2019-09-30Delete SCO supportAdam Jackson
2019-09-30unifdef USG and NCRAdam Jackson
2018-11-25Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2018-03-24avoid -Wformat errors from clangRin Okuyama
2016-11-03Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2016-09-10Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia
2016-08-13Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2016-05-19unifdef LBXPROXY_t and TEST_tAdam Jackson
2016-05-19Remove CLTS codeAdam Jackson
2016-01-02Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-12-03Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith
2015-11-28Replace 'sun' with '__sun'Richard PALO
2015-11-07Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-08-24Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith
2014-08-24Add const qualifiers to TRANS(Connect) argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith
2014-04-08Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-03-31Increase UNIX socket buffer sizeMark Kettenis
2013-12-08Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-11-21Fix alignment issues in FD passing codeMark Kettenis
2013-11-21Remove unused static inlinesMark Kettenis
2013-11-12Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-11-07Switch to CMSG_* macros for FD passingKeith Packard
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard
2013-11-02Add SEND_FDS version of ReadvKeith Packard
2013-11-02Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-10-31Add APIs to send file descriptors through the networkKeith Packard
2013-08-04Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-07-09Add const qualifier to unix_nolistenƁukasz Stelmach
2012-01-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-12-13Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane
2011-10-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-10-01Convert a bunch of sprintf calls to snprintfAlan Coopersmith
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-01Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith
2011-10-01Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith
2011-10-01Fix unused variable warningsAlan Coopersmith