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