summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-25double words fix; docs are slowly getting moved to mdoc, but thisIgor Sobrado
2015-07-25Place the ASN.1 template macros (and remaining implement macros) underJoel Sing
2015-07-25double word fix.Igor Sobrado
2015-07-25Manually expand ASN.1 template macros - only change in generated assemblyJoel Sing
2015-07-25Expand another ASN.1 template macro that snuck through last time around.Joel Sing
2015-07-25Expand ASN.1 template macros that got missed in the last pass - only changeJoel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand another wall of ASN.1 template macros - no change to generatedJoel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-25Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze
2015-07-25implement tagging for .ErIngo Schwarze
2015-07-25basic tag support for function names; written at YYCIngo Schwarze
2015-07-25basic support for tag priorities; written at YYCIngo Schwarze
2015-07-25some radius bits; help/ok yasuokaJason McIntyre
2015-07-25Use .Cm rather than .Ar for fixed strings passed as arguments (commandIngo Schwarze
2015-07-25Fix usage() output.Antoine Jacoutot
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-24no need to mention /var/tmp; from thanos tsouanasJason McIntyre
2015-07-24Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-24an TLS -> a TLS; from thanos tsouanasJason McIntyre
2015-07-24Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_ENDJoel Sing
2015-07-24Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differsJoel Sing
2015-07-24Switch back into counting bytes rather than blocks. We can't justAlexandre Ratchov
2015-07-24Fix arithmetic mistake causing errors when there are more xruns on theAlexandre Ratchov
2015-07-24Crank watchdog timeout from 2 to 4 seconds.Alexandre Ratchov
2015-07-24Log when device is disconnected.Alexandre Ratchov
2015-07-24Clear watchdog timer when device is closed, fixes use-after-free inAlexandre Ratchov
2015-07-24Convert tls1_process_ticket to CBS.Doug Hogan
2015-07-24Further improve syntax error reporting in doas:Vadim Zhukov
2015-07-24Convert tls1_process_sigalgs to CBS.Doug Hogan
2015-07-24Convert ssl3_get_record to CBS.Doug Hogan
2015-07-24if we free the mbuf in the rx path, clear the pointer to it so we dontDavid Gwynne
2015-07-23call it bcrypt in the man page tooTed Unangst
2015-07-23permit "bcrypt" as an alias for "blowfish". this is, after all, whatTed Unangst
2015-07-23syncTheo de Raadt
2015-07-23change the expansion of %m and %c in installpath during -beta to theJoerg Jung
2015-07-23Revert attempted GPT code cleanup. Too much code, too little testing.Kenneth R Westerback
2015-07-23Missed file in *_data_offset -> *_data_blkno switch.Kenneth R Westerback
2015-07-23remove -beta tag. take that as a hint.Theo de Raadt
2015-07-23tweak previous;Jason McIntyre
2015-07-23add doas.conf to mtree (from Theo Buehler) and changelist. ok phessler@Stuart Henderson
2015-07-23remove the POOL_NEEDS_CATCHUP macro, it isnt used.David Gwynne
2015-07-23Add the bhyve id to recognize if we're running under this hypervisor.Reyk Floeter
2015-07-23The realm in authenticate directive of config file isn't escaped for '"' char.Sebastien Marie
2015-07-23Make npppd use libradius(3). Remove radius+ files.YASUOKA Masahiko