Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | Document the format of the tsig key file. | Florian Obser | |
While here improve tsig wording. With & OK jmc | |||
2020-02-21 | Read CLOCK_MONOTONIC when we need timestamps to compare and use | Florian Obser | |
time(3) for the wall clock. prodding & OK jung | |||
2020-02-21 | Fix some typos and an incorrect word in docs. Patch from itoama at live.jp | Darren Tucker | |
via github PR#172. | |||
2020-02-20 | bugfix: indented paragraph macros need a space character | Ingo Schwarze | |
before the width argument | |||
2020-02-20 | We do not generate DNS records from text representations. | Florian Obser | |
OK millert | |||
2020-02-20 | Remove support for reading tsig keys from dnssec key pair. | Florian Obser | |
This was accidentally broken some time ago. Arguably this was the least useful way of providing tsig keys to dig. ISC also removed generating tsig keys from dnssec-keygen in 9.13. To read the key from disk using the -k option it has to be provided as as a session key: key "keyname" { algorithm hmac-sha256; secret "[...]"; }; OK millert | |||
2020-02-20 | Add selection_active format for when the selection is present but not | Nicholas Marriott | |
moving with the cursor, from Mark Kelly. | |||
2020-02-20 | Update moduli generation script to new ssh-keygen generation and screening | Darren Tucker | |
command line flags. | |||
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 | |
is work in progress. | |||
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 | |
with input from florian ok millert florian | |||
2020-02-19 | remove unreachable code | Joerg Jung | |
ok millert florian | |||
2020-02-19 | Tag subcommand sections | kn | |
Allow semantic lookup by manually tagging sections (.Sh) for which no automatic tagging has been implemented; this thereby also eliminates false positives such that ":tx509<Enter>" now jumps to the X509 section. feedback remi inoguchi schwarze OK tb | |||
2020-02-19 | A few fixes to make modifier keys and dragging work - need to remove the | Nicholas Marriott | |
modifiers before checking for the dragging marker key, and apply them before looking up the end key. Also fix key-to-string with modifiers for special keys. | |||
2020-02-19 | Fix http (not https) auth combined with proxy auth. | Jeremie Courreges-Anglas | |
First look for userinfo, and overwrite it to make sure it doesn't reappears again later. Then reset the path to fix the fragile mechanism that produces the full request URI for the proxied connection case. ok yazuoka@ | |||
2020-02-19 | Don't put the userinfo in request URI. This also makes accessing a | YASUOKA Masahiko | |
https server with user/password through "http_proxy" environment variable work properly. ok jca | |||
2020-02-18 | Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros. | Florian Obser | |
While pulling on that it turns out we can / need git rid of a isc_task -> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and isc_socket -> isc__socket indirection. OK millert | |||
2020-02-18 | Remove unused task, taskmgr, app, socket and socketmgr methods. | Florian Obser | |
OK millert | |||
2020-02-18 | Ensure that the key lifetime provided fits within the values allowed by | Darren Tucker | |
the wire format (u32). Prevents integer wraparound of the timeout values. bz#3119, ok markus@ djm@ | |||
2020-02-18 | Detect and prevent simple configuration loops when using ProxyJump. | Darren Tucker | |
bz#3057, ok djm@ | |||
2020-02-17 | isc_stdio_open() wrapper function is only called in lex'er | Joerg Jung | |
so call fopen() directly and drop it ok florian | |||
2020-02-17 | remove unused code | Joerg Jung | |
ok florian | |||
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 | |
OK millert | |||
2020-02-16 | cleanup | Florian Obser | |
OK millert | |||
2020-02-16 | clock_gettime cannot fail if called correctly; unravel TIME_NOW | Florian Obser | |
indirections. (I'm not convinced that we always want to read CLOCK_REALTIME, in fact we probably want to almost always read CLOCK_MONOTONIC.) OK millert | |||
2020-02-16 | Move isc_time_formathttptimestamp to the only place it is used. | Florian Obser | |
OK millert | |||
2020-02-16 | unravel isc_time_formattimestamp | Florian Obser | |
OK millert | |||
2020-02-16 | unravel isc_time_add and isc_time_subtract | Florian Obser | |
OK millert | |||
2020-02-16 | unravel isc_time_compare | Florian Obser | |
OK millert | |||
2020-02-16 | unravel isc_time_isepoch | Florian Obser | |
OK millert | |||
2020-02-16 | remove timespec setters | Florian Obser | |
OK millert | |||
2020-02-16 | Reduce interval indirection by setting struct members directly and | Florian Obser | |
using macros from sys/time.h OK millert | |||
2020-02-16 | The timer type we are using requires interval to be set, remove | Florian Obser | |
unused interval_zero. OK millert | |||
2020-02-16 | Replace isc_time_t and interval_t with struct timespec. | Florian Obser | |
Input & OK millert | |||
2020-02-16 | Add -tls1_3 and -notls1_3 options to openssl(1) s_client. | Joel Sing | |
Also stop using version pinned methods, instead setting the min and max protocol versions. Requested by inoguchi@ ok inoguchi@ tb@ | |||
2020-02-16 | Now we are only using one timer type (once) and expires is always NULL | Florian Obser | |
so remove those struct members. OK millert | |||
2020-02-16 | We only use isc_timertype_once, get rid of all other types. | Florian Obser | |
OK millert | |||
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 | |
triggered by a question from Stephen Gregoratto <dev at sgregoratto dot me> | |||
2020-02-15 | Add -a to list-keys to also list keys without notes with -N, suggested | Nicholas Marriott | |
by Shehu Dikko. | |||
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 | |
OK schwarze who points out that sufficiently excessive compiler warning settings will still warn for a straight forward (void *) cast. | |||
2020-02-14 | Fix top/bottom pane calculation with pane border status enabled, | Nicholas Marriott | |
reported by Stanislav Spassov. |