Sander
Sander
> It would be great to know the cause. I assume `testssl.sh -p -t smtp somehost:smtp` doesn't work either? Correct: doesn't work either ... coredump too ``` sander@zwart2204:~/git/testssl.sh$ ./testssl.sh -p...
> Recommended workaround is using `--openssl=/usr/bin/openssl` `./testssl.sh --openssl=/usr/bin/openssl news.newshosting.com:nntps ` Beautiful! Works on my Ubuntu 22.04.3 LTS aka Jammy. 
cherrypy now works with python 3.13! Thank you! ``` Successfully installed cherrypy-18.10.0 $ python3.13-venv/bin/python3 Python 3.13.0b2 (main, Jun 8 2024, 19:40:00) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or...
Changelog: ``` 2013/10/07: fixed potential buffer overrun in miniwget.c Modified UPNP_GetValidIGD() to check for ExternalIpAddress ``` sourcecode: ``` /* UPNP_GetValidIGD() : * return values : * 0 = NO IGD...
Ugly hack: rewriting i from 2 to 1: ``` if( (rootdescurl && UPNP_GetIGDFromUrl(rootdescurl, &urls, &data, lanaddr, sizeof(lanaddr))) || (i = UPNP_GetValidIGD(devlist, &urls, &data, lanaddr, sizeof(lanaddr)))) { if (i == 2)...
Ah ... ? The ignore should already do that ... but the order on the commandline matters? With plain, stock upnpc: - upnpc -i -l does work - upnpc -l...
Ah, not a bug, but ... as specified? ``` ./build/upnpc-shared [options] -l List redirections ``` - -i is an option, and must come first - -l is a command, and...
With a few lines of code, I now have a `Warning: Found -i after command. Put option(s) before command` if I put options after the command. @miniupnp Thomas, are you...
... or print the standard usage error message if there is a option parameter after a command ``` sander@zwart2204:~/git/mini_3/miniupnpc$ ./build/upnpc-shared -l -i upnpc : miniupnpc library test client, version 2.2.4....
> Please note that the `upnpc` was designed as an example program... Hahaha. Just like a certain Linus Torvals said in 1991: "a (free) operating system (just a hobby, won't...