aboutsummaryrefslogtreecommitdiff
path: root/src/lib/apputils
AgeCommit message (Expand)AuthorFilesLines
2022-05-31Fix net-server.c when AI_NUMERICSERV is undefinedSergey Fedorov1-1/+4
2020-04-08Fix typos in commentsGreg Hudson2-4/+4
2020-01-07Work around macOS SIP in the test suiteGreg Hudson1-1/+11
2020-01-07Make IPv6 pktinfo work on macOSGreg Hudson1-0/+3
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-27/+0
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard1-1/+1
2017-06-05Pass full local address to dispatch functionsAndreas Schneider1-5/+12
2017-06-05Consistently name and constify address variablesAndreas Schneider1-13/+16
2017-06-05Kill TCP connections if getsockname failsAndreas Schneider1-4/+6
2017-04-20Replace references to OS XMichael Mattioli2-2/+2
2017-01-09Remove addevent flag in net-server.cGreg Hudson1-13/+11
2017-01-09Remove struct socksetup from net-server.cGreg Hudson1-113/+70
2017-01-09Use sa_is_wildcard() in libapputilsGreg Hudson2-19/+6
2017-01-09Use pktinfo for explicit UDP wildcard listenersGreg Hudson1-1/+12
2017-01-09Fix KDC/kadmind startup on some IPv4-only systemsGreg Hudson1-3/+13
2016-10-25make dependGreg Hudson1-17/+17
2016-09-23Add the kdc_tcp_listen_backlog KDC optionMatt Rogers1-5/+6
2016-07-30make dependGreg Hudson1-11/+22
2016-07-28Use single-colon rules in makefilesGreg Hudson1-2/+2
2016-07-18Add ability to bind addresses to the net-serverSarah Day1-286/+385
2016-07-18Remove workaround when pktinfo is unsupportedSarah Day1-214/+23
2016-02-19Fix compilation issues in udppktinfo.cGreg Hudson2-43/+43
2016-02-17Add support for IP_SENDSRCADDR for UDP pktinfoSarah Day1-7/+70
2016-02-17Refactor pktinfo codeSarah Day2-125/+290
2016-02-17Move pktinfo functions into a new fileSarah Day4-273/+377
2016-02-12Remove form feed charactersGreg Hudson1-4/+1
2014-07-04Avoid using length fields in socket addressesGreg Hudson1-18/+0
2014-07-04Don't depend on sa_len sockaddr fieldGreg Hudson1-2/+2
2014-07-04Simplify net-server.c UDP listener setupGreg Hudson1-61/+22
2014-07-03Fix build on systems without RTM_OLD*Ben Kaduk1-0/+4
2014-06-27Use sa_setport and sa_getport where appropriateGreg Hudson1-21/+5
2013-11-04Remove rtm_type_name()Ben Kaduk1-37/+0
2013-11-04Clean up the code to eliminate some clang warningsBen Kaduk1-0/+2
2013-06-07Fix various warningsGreg Hudson1-46/+0
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-2/+0
2013-04-12Remove sendto_kdc debugging codeGreg Hudson1-5/+0
2013-03-24make dependGreg Hudson1-7/+5
2013-01-10make dependGreg Hudson1-1/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-3/+3
2012-10-15Eliminate some KDC globalsTom Yu1-2/+2
2012-09-04Avoid libdl dependencies in bundled libvertoGreg Hudson2-10/+1
2012-07-03Take care with types in process_routing_update()Ben Kaduk1-8/+11
2012-03-09Avoid side effects in assert expressionsGreg Hudson1-1/+4
2012-02-28Require IPv6 supportKen Raeburn1-44/+3
2011-11-15Make verto context available to kdcpreauth modulesGreg Hudson1-2/+2
2011-10-17Make reindentTom Yu1-23/+23
2011-10-04Fix initialization and pointer bugs in new codeGreg Hudson1-2/+4
2011-10-03Make dispatch() respond via a callbackGreg Hudson1-134/+191
2011-09-24Eliminate union in net-server.c struct connectionGreg Hudson1-105/+104
2011-09-14Split signal setup into loop_setup_signals()Greg Hudson1-21/+22