patty/src
XANTRONIX Development 188d43f98d Improve error reporting, CLI code reuse
Changes:

    * Move network interface configuration logic from bin/pattyd.c to
      bin/if.c; implement a more robust state machine

    * Move KISS TNC configuration code from bin/pattyd.c to bin/kiss.c

    * Ensure configuration file name, line number, and erroneous part
      of an expression are clearly indicated upon failure

Other changes:

    * Improve bin/Makefile to rebuild objects when accompanying header
      files change

    * Refer to HEADERS_SUBDIR, not HEADER_SUBDIR, in Makefiles
2024-03-01 00:20:47 -05:00
..
ax25.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
client.c Implement patty_client_ping() 2024-03-01 00:20:47 -05:00
conf.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
daemon.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
dict.c Significantly simplify dictionaries 2024-03-01 00:20:46 -05:00
frame.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
hash.c ...I've been busy. 2024-03-01 00:20:46 -05:00
if.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
kiss.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
list.c Get rid of patty_list_iterator (too expensive) 2024-03-01 00:20:46 -05:00
Makefile Improve error reporting, CLI code reuse 2024-03-01 00:20:47 -05:00
print.c Implement SSID suffix stringes in pton()/ntop() 2024-03-01 00:20:47 -05:00
route.c Implement src/daemon.c 2024-03-01 00:20:47 -05:00
server.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
sock.c Implement bin/pattyd.c 2024-03-01 00:20:47 -05:00
timer.c Implement patty_timer_init() 2024-03-01 00:20:47 -05:00