LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.08k stars 483 forks source link

common: refactor vncauth.c #562

Open ygerlach opened 1 year ago

ygerlach commented 1 year ago

I have reorganized parts of the code to be more readable and probably more performant as well (one fwrite and fread instead of single byte writes and reads).

ygerlach commented 1 year ago

@bk138 what is up with this PR? Do i need to change something?

bk138 commented 1 year ago

@bk138 what is up with this PR? Do i need to change something?

I haven't found the time yet to have a look, lotsa €€€-work to do. Will eventually check back!