Mike Black W9MDB
534fe449a2
Fix more cppcheck items
2023-10-13 17:36:29 -05:00
j-gallardo
4dfe98b0fe
Update password.c
...
I had problems compiling with declaration inside 'for' loops.
2023-06-17 08:51:53 +02:00
Daniele Forsi IU5HKX
f7fe2912ec
Remove unused includes of errno.h
2022-12-09 12:32:54 +01:00
Mike Black W9MDB
6f9d057162
astyle files getting ready for release
2022-05-13 16:50:13 -05:00
Mike Black W9MDB
2f638a10bf
Fix compile warning in password.c for mingw64
2022-05-13 16:48:21 -05:00
Mike Black W9MDB
81d0c3c768
Remove sys/time.h include from rig.h -- not needed
...
Remove redundant semicolon from rig_debug macro and fix rig_debug's without a semicolon
Some more work on settings and password control -- still in work
https://github.com/Hamlib/Hamlib/issues/813
https://github.com/Hamlib/Hamlib/issues/985
2022-05-13 16:41:59 -05:00
Mike Black W9MDB
5c6e92a089
Change make_md5 to rig_make_md5 and export for the DLL build
...
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 22:44:53 -05:00
Mike Black W9MDB
c68233e9d5
Change random call to rand for portability
...
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:20:15 -05:00
Mike Black W9MDB
8f1178c552
Fix password.c compilation on mingw
...
https://github.com/Hamlib/Hamlib/issues/813
2022-04-15 16:17:09 -05:00
Mike Black W9MDB
770aa4e98a
Stage 1 rigctld password working using MD5 hash
...
Need to add Stage 2 which will be encryption using the MD5 hash as the key so the secret key nevers gets trasmitted
Then need to add a "by connection" capability as password is permanent across connections right now.
2022-04-15 13:21:35 -05:00
Mike Black W9MDB
7aa29b9f51
Remove iconv dependency in password.c
2022-03-06 08:40:45 -06:00
Mike Black W9MDB
9ba2b4502c
Fix compilation of security libary on mingw
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-24 17:28:55 -06:00
Mike Black W9MDB
9ae519fc41
Working on password access for rigctld -- not fully implmented yet
...
Need to check on security audit and cross-platform compilation first
https://github.com/Hamlib/Hamlib/issues/813
2022-02-24 17:28:25 -06:00