Commit Graph

1054 Commits

Author SHA1 Message Date
F. Duncanh
f5da0a8f63 comment out (#if 0 ... #endif) unused parts of srp library 2023-12-06 01:06:58 -05:00
F. Duncanh
b790a6fd47 README update (router issues with mDNS) 2023-12-05 21:21:39 -05:00
F. Duncanh
26c5779578 add option -dacp to export current client DACP info to file 2023-12-05 12:25:04 -05:00
F. Duncanh
597b807fea README updates 2023-12-05 11:51:37 -05:00
F. Duncanh
bfec9dc811 uxplay.cpp: improved ascii art (from FIGlet) for pin display 2023-12-04 13:51:41 -05:00
F. Duncanh
bf5e94d996 uxplay.cpp: add explanation of DNS_SD error -65548 (NameConflict) 2023-12-03 12:29:57 -05:00
F. Duncanh
6c0c3cb287 Refactor for possible client registration data storage 2023-12-03 12:28:42 -05:00
F. Duncanh
3898c2d013 update llhttp to v 9.1.3 2023-12-02 11:48:09 -05:00
F. Duncanh
e9da98f428 README updates for 1.67 2023-12-02 11:47:02 -05:00
F. Duncanh
6dfcb12e98 remove the -rpi* options, add -m [mac] option to set macaddress 2023-12-01 18:54:36 -05:00
F. Duncanh
b3b7717ed5 downgrade some log messages for ERR to DEBUG or INFO 2023-11-30 07:41:51 -05:00
F. Duncanh
8854044e94 don't use ED25519 private key as SRP6 private key 2023-11-30 07:38:44 -05:00
F. Duncanh
9166ee979b srp.c: add primes NG_3072 (HomeKit use), NG_6144 (from RFC 5054) 2023-11-29 09:28:50 -05:00
F. Duncanh
4e3a81731c README + specfile updates for v1.67 2023-11-29 00:12:02 -05:00
F. Duncanh
58eb60ea54 make the private key persistent (store in %HOME/.uxplay.pem) 2023-11-28 22:40:07 -05:00
F. Duncanh
c2153d2af0 crypto.c: refactor extract_private_key to utils,c 2023-11-28 18:20:12 -05:00
F. Duncanh
a60d4d8f74 uxplay.cpp refactor to split off get_homedir() 2023-11-28 11:41:16 -05:00
F. Duncanh
ff7680881c commenting out this allows pair-setup-pin clients to reconnect 2023-11-28 03:13:54 -05:00
F. Duncanh
a5a37b3acd small rearrangements 2023-11-26 14:24:04 -05:00
F. Duncanh
cac5c431a5 raop.c raop_handlers.h: rename conn->pairing to conn->session 2023-11-26 10:17:24 -05:00
F. Duncanh
70774a87ff raop.c, pairing.c: snprintf fixes to silence warnings 2023-11-25 11:41:52 -05:00
F. Duncanh
c35a2263c6 srp.c: #include <Windows.h> before <Wincrypt.h> is needed 2023-11-25 11:10:41 -05:00
F. Duncanh
b0332f3712 restore previous PK behavior by uncommenting PK line in dnssdint.h 2023-11-25 09:07:04 -05:00
F. Duncanh
7dca45983d fix -pin option 2023-11-25 02:30:37 -05:00
F. Duncanh
e615493b06 raop.c,dnssd.c: use true PK as string (not a fake from dnssdint.h) 2023-11-24 21:41:38 -05:00
F. Duncanh
7270dd4d52 add -pin [nnnn] with option to allow a fixed pin 2023-11-24 10:38:11 -05:00
F. Duncanh
bcc7244fb6 Finally a fully working pair-pin-setup! 2023-11-24 00:16:07 -05:00
F. Duncanh
4241694252 facility fopr getting ED25519 private key for srp 2023-11-23 21:30:46 -05:00
F. Duncanh
60cfb19d90 crypto.c: add AES GCM 128 en/decryption 2023-11-23 20:31:23 -05:00
F. Duncanh
44365fe59c add infrastructure for pair-pin-start, + changing features 2023-11-23 20:26:21 -05:00
F. Duncanh
fea2893540 uxplay.cpp: add feature to display pin code (ascii art) 2023-11-23 19:40:45 -05:00
F. Duncanh
fcac9253d3 crypto.c: add private key extraction (will use with srp) 2023-11-23 19:22:28 -05:00
F. Duncanh
ea239eb27d modifications to srp for Apple variant 2023-11-23 19:14:33 -05:00
F. Duncanh
49d8cf870f add the srp source (rfc5054_compat branch)
from http://github.com/cocagne/csrp
2023-11-23 19:06:59 -05:00
F. Duncanh
eec7072533 README update, Fedora/RPM Fusion tip. 2023-11-06 07:49:36 -05:00
F. Duncanh
ea942b5a05 detect unsuported h265 video packets 2023-10-26 10:41:02 -04:00
F. Duncanh
282ff3bdbd README edits 2023-10-07 03:19:29 -04:00
antimof
9a207a00fe Merge pull request #138 from FDH2/master
UxPlay 1.66 released
2023-09-29 09:59:44 +03:00
F. Duncanh
97c3591fdc raop_handlers.h: plist cleanup 2023-09-28 03:49:37 -04:00
F. Duncanh
e475a61885 use gst_macos fix for "Official" GStreamer >= 1.22 packages 2023-09-26 19:28:28 -04:00
F. Duncanh
6350794fac README update to announce Fedora RPM package of uxplay 2023-09-18 01:52:41 -04:00
F. Duncanh
5734921cb0 fix broken uxplay.cpp logging facility 2023-09-18 01:43:13 -04:00
F. Duncanh
ae2dfea79a add comment about use of -DNO_MARCH_NATIVE=ON option for distributions 2023-09-08 15:59:36 -04:00
march1993
7b16c02d34 x_display_fix.h: fix X11 segment fault when enum_windows called
Provided by @march1993 fixes #212
2023-09-07 12:53:00 -04:00
F. Duncanh
49cd0018ed require cmake>=3.5 to silence deprecation warning 2023-09-05 23:58:57 -04:00
F. Duncanh
5051fc3ac7 Update README for 1.66 release 2023-09-05 21:34:49 -04:00
fduncanh
e8e64b6119 Merge pull request #210 from FDH2/testing
control clients allowed to connect
2023-09-05 17:15:38 -04:00
fduncanh
01ac91bc1b Merge pull request #209 from thiccaxe/avsync-fix
pause/resume gstreamer stream when video stream stops/starts
2023-09-05 17:08:29 -04:00
F. Duncanh
daba78a931 update README for new options -restrict, etc. 2023-09-05 16:45:35 -04:00
F. Duncanh
8a053d6ad2 add option to restrict clients by clientID 2023-09-05 15:56:21 -04:00