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
fdec51eee0
Fix security build for mingw
2022-03-06 07:42:26 -06:00
Mike Black W9MDB
0333cdfca5
astyle files
2022-03-01 11:40:14 -06:00
Mike Black W9MDB
9e2ac43631
Move security/security_test to tests/testsecurity
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-28 12:54:04 -06:00
Mike Black W9MDB
f51e778b1b
Add .h files to security/Makefile.am
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-28 12:32:17 -06:00
Mike Black W9MDB
be8547f5d6
Add CFLAGS to security/Makefile.am
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-28 12:22:48 -06:00
Mike Black W9MDB
80630326a0
Remove security_test from security/Makefile.am -- need to move it to the tests directory
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-28 12:11:10 -06:00
Mike Black W9MDB
b0aa034acc
Add gmtime_r to security_test.c
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-28 11:18:20 -06:00
Mike Black W9MDB
27000c27fb
Fix make distcheck
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-24 18:03:54 -06:00
Mike Black W9MDB
c519dbd78a
Fix github compilation missing aes.h
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-24 17:40:53 -06:00
Mike Black W9MDB
b7503986ea
Fix compilation on mingw for gmtime_r
...
https://github.com/Hamlib/Hamlib/issues/813
2022-02-24 17:34:49 -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