Age | Commit message (Expand) | Author |
2020-02-20 | Add selection_active format for when the selection is present but not | Nicholas Marriott |
2020-02-20 | Update moduli generation script to new ssh-keygen generation and screening | Darren Tucker |
2020-02-20 | Import regenerated moduli. | Darren Tucker |
2020-02-20 | Backout revision 1.190 partially. That part was an unintended change which | YASUOKA Masahiko |
2020-02-20 | bugfix: .Tg must be ignored completely in these output modes | Ingo Schwarze |
2020-02-19 | simplify signal setup and remove block/unblock/is_running/reload | Joerg Jung |
2020-02-19 | remove unreachable code | Joerg Jung |
2020-02-19 | Tag subcommand sections | kn |
2020-02-19 | A few fixes to make modifier keys and dragging work - need to remove the | Nicholas Marriott |
2020-02-19 | Fix http (not https) auth combined with proxy auth. | Jeremie Courreges-Anglas |
2020-02-19 | Don't put the userinfo in request URI. This also makes accessing a | YASUOKA Masahiko |
2020-02-18 | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. | Florian Obser |
2020-02-18 | Remove unused task, taskmgr, app, socket and socketmgr methods. | Florian Obser |
2020-02-18 | Ensure that the key lifetime provided fits within the values allowed by | Darren Tucker |
2020-02-18 | Detect and prevent simple configuration loops when using ProxyJump. | Darren Tucker |
2020-02-17 | isc_stdio_open() wrapper function is only called in lex'er | Joerg Jung |
2020-02-17 | remove unused code | Joerg Jung |
2020-02-16 | document -F none; with jmc@ | Christian Weisgerber |
2020-02-16 | Get rid of isc_stdtime_t and use time_t directly. | Florian Obser |
2020-02-16 | cleanup | Florian Obser |
2020-02-16 | clock_gettime cannot fail if called correctly; unravel TIME_NOW | Florian Obser |
2020-02-16 | Move isc_time_formathttptimestamp to the only place it is used. | Florian Obser |
2020-02-16 | unravel isc_time_formattimestamp | Florian Obser |
2020-02-16 | unravel isc_time_add and isc_time_subtract | Florian Obser |
2020-02-16 | unravel isc_time_compare | Florian Obser |
2020-02-16 | unravel isc_time_isepoch | Florian Obser |
2020-02-16 | remove timespec setters | Florian Obser |
2020-02-16 | Reduce interval indirection by setting struct members directly and | Florian Obser |
2020-02-16 | The timer type we are using requires interval to be set, remove | Florian Obser |
2020-02-16 | Replace isc_time_t and interval_t with struct timespec. | Florian Obser |
2020-02-16 | Add -tls1_3 and -notls1_3 options to openssl(1) s_client. | Joel Sing |
2020-02-16 | Now we are only using one timer type (once) and expires is always NULL | Florian Obser |
2020-02-16 | We only use isc_timertype_once, get rid of all other types. | Florian Obser |
2020-02-16 | remove unused file | Jonathan Gray |
2020-02-15 | remove unused function | Florian Obser |
2020-02-15 | timer methods are unused | Florian Obser |
2020-02-15 | mention that -T man does not support eqn(7) and tbl(7); | Ingo Schwarze |
2020-02-15 | Add -a to list-keys to also list keys without notes with -N, suggested | Nicholas Marriott |
2020-02-15 | test pointers against NULL not 0 | Jonathan Gray |
2020-02-15 | remove unused lockid var and FDLOCK_ID macro | Jonathan Gray |
2020-02-15 | get path to resolv.conf from resolv.h | Florian Obser |
2020-02-15 | unifdef VALREGEX_REPORT_REASON, it doesn't provide much clarity. | Florian Obser |
2020-02-15 | Get rid of "discards (const) qualifiers" warning in a less convoluted way. | Florian Obser |
2020-02-14 | Fix top/bottom pane calculation with pane border status enabled, | Nicholas Marriott |
2020-02-14 | Fix host(1) when providing a server to query. | Florian Obser |
2020-02-14 | openssh-8.2 | Damien Miller |
2020-02-13 | threads are gone, replace thread safe isc__strerror() wrapper | Joerg Jung |
2020-02-13 | +trace has the RD bit cleared however it asks the nameserver from | Florian Obser |
2020-02-13 | expand ISC_FORMAT_PRINTF and get rid of formatcheck.h | Florian Obser |
2020-02-13 | unifdef CHECK; not sure why cppcheck would only trip over this macro, | Florian Obser |