[Hamlib-developer] [Hamlib/Hamlib] 7a3526: Don't return more than the caller expected
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2026-06-12 14:00:22
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 7a35260b12125ac95a79ef72ea0d3af43f1d33fb https://github.com/Hamlib/Hamlib/commit/7a35260b12125ac95a79ef72ea0d3af43f1d33fb Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-01 (Mon, 01 Jun 2026) Changed paths: M src/iofunc.c Log Message: ----------- Don't return more than the caller expected If more needed, call again. Commit: fa6ae2adba24b068381a1c183b50c5e495bac88c https://github.com/Hamlib/Hamlib/commit/fa6ae2adba24b068381a1c183b50c5e495bac88c Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-02 (Tue, 02 Jun 2026) Changed paths: M rigs/dummy/netrigctl.c M security/password.c Log Message: ----------- Fix unterminated string Add debug print Commit: 7fc138934970acd1136c054217a158f9e2b3da32 https://github.com/Hamlib/Hamlib/commit/7fc138934970acd1136c054217a158f9e2b3da32 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M include/hamlib/rig.h M rigs/dummy/netrigctl.c M tests/rigctl_parse.c M tests/rigctld.c M tests/rigctltcp.c Log Message: ----------- Turn off passwords and their help text Disable them until they work Commit: b56f8d8f8a6c0558b56beefc84668f7be5a75a1d https://github.com/Hamlib/Hamlib/commit/b56f8d8f8a6c0558b56beefc84668f7be5a75a1d Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M tests/rigctl.c M tests/rigctl_parse.c M tests/rigctl_parse.h M tests/rigctld.c M tests/rigctltcp.c Log Message: ----------- Infrastructure and setup for associating connection data with thread Will allow rigctl_parse() routines access to connection data, without reworking all of the internal and external interfaces. Commit: cef2d9d3a962ffbc7ea263d11115b7b51c3b627a https://github.com/Hamlib/Hamlib/commit/cef2d9d3a962ffbc7ea263d11115b7b51c3b627a Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M tests/rigctl_parse.c M tests/rigctld.c M tests/rigctltcp.c Log Message: ----------- Move password status to connection specific data. Fix memory leak in rigctld_password_check() Commit: 039a4f8bfe334866124e70bf56e5440b1a478331 https://github.com/Hamlib/Hamlib/commit/039a4f8bfe334866124e70bf56e5440b1a478331 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M include/hamlib/rig.h Log Message: ----------- Turn passwords on again Commit: 11dbace2309686bde10e5a517d46ae7b60055af6 https://github.com/Hamlib/Hamlib/commit/11dbace2309686bde10e5a517d46ae7b60055af6 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-06-05 (Fri, 05 Jun 2026) Changed paths: M include/hamlib/rig.h M tests/rigctl_parse.c M tests/rigctl_parse.h M tests/rigctld.c Log Message: ----------- Make a padded copy of input so compare doesn't overread Cleanup: Fix typo and formatting Move RIGCTLD_PASSWORDS from rig.h to rigctl_parse.h Commit: 55366e14f2f709d5cc4661e90572dfd7aa3c5194 https://github.com/Hamlib/Hamlib/commit/55366e14f2f709d5cc4661e90572dfd7aa3c5194 Author: Nate Bargmann <n0...@n0...> Date: 2026-06-12 (Fri, 12 Jun 2026) Changed paths: M rigs/dummy/netrigctl.c M security/password.c M src/iofunc.c M tests/rigctl.c M tests/rigctl_parse.c M tests/rigctl_parse.h M tests/rigctld.c M tests/rigctltcp.c Log Message: ----------- Merge commit from fork For your consideration Compare: https://github.com/Hamlib/Hamlib/compare/c501f0c898b4...55366e14f2f7 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |