Eddy Vervest
Eddy Vervest
@Grabber please give this (upstream) branch a try https://github.com/twekkel/htpdate/tree/STA_UNSYNC the '-y' option will set the clock to be synchronized and will keep it synchronized as long as htpdate is running.......
Yep indeed a bug... SSL_read should be called in a loop, as long as `ssl_error == SSL_ERROR_WANT_READ`... but that never happens. I'm open for suggestions...
Please give it a try with this branch https://github.com/twekkel/htpdate/tree/LargeResponseHeader
Using `connection: close` breaks every new call as it expects that the connection stays alive... so this is not going to be merged as-is. Setting up a new connection with...
Some deep digging, thought me a couple of things - `connection: close` will immediately flush server data to htpdate, but that would require a new TCP and TLS handshake for...
btw > ./htpdate -d https://www.ntppool.org/en/ works fine too with the original htpdate version
Thanks for taking the time to investigate. I'm aware of it, but there is no real leak... let me explain. The proxy setting (=strdup) is a one-time thing and is...
Mostly okay and it will work. For some improvements please have a look at at https://github.com/mfreiholz/persistent_login/pull/60