summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-20New ldapsearch does not support -h and -p for host and port, butAlexander Bluhm
2022-05-20Drop *out == NULL check in ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Don't pass uninitialized pointer to ASN1_STRING_to_UTF8()Theo Buehler
2022-05-20Rename hid_none to hid_all as it represents all possible hid kinds byAnton Lindqvist
2022-05-20uhid_maxrepid() is currently not able to observe all report IDs as itAnton Lindqvist
2022-05-19Reorder functions within file.Joel Sing
2022-05-19Rewrite the asn1_template_*() functions with CBS.Joel Sing
2022-05-19following the fixed parsing direction of roff_expand() in roff.c rev. 1.260,Ingo Schwarze
2022-05-19Adjust a column number in an error messageIngo Schwarze
2022-05-19fix a wrong column number that got fixed as a side effectIngo Schwarze
2022-05-19remove a bogus warning that went away as a side effectIngo Schwarze
2022-05-19Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze
2022-05-19improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze
2022-05-19Remove unused macro (log_debuginfo)Claudio Jeker
2022-05-19Now MULTIPROCESSOR kernel boots with CPU modules installed inKenji Aoyama
2022-05-19document what this file stands forMarc Espie
2022-05-19Document that imsg_add(3) frees its msg argument on failure.Stefan Sperling
2022-05-19Adjust or remove some stale commentsTheo Buehler
2022-05-19Add missing space between No macro and "authority".Theo Buehler
2022-05-19Deal with STACK_OF divergence between LibreSSL and OpenSSLTheo Buehler
2022-05-19Rewrite mft.c and roa.c with ASN.1 templatesTheo Buehler
2022-05-19Not so recent evolution of the PowerPC and POWER architectures have definedMiod Vallat
2022-05-19Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Jonathan Gray
2022-05-19Force maximum payload size to 128 bytes for AR816X/AR817x as it triggersKevin Lo
2022-05-18document what PLIST_REPOSITORY does a bit betterMarc Espie
2022-05-18Remove #ifdef DDB specific includes, added in 1.968 but related code bitsMiod Vallat
2022-05-17Refactor asn1_d2i_ex_primitive()Joel Sing
2022-05-17document /etc/login.conf.d/Jason McIntyre
2022-05-17ditch most of the obsolete stuffMarc Espie
2022-05-17Move towards OpenIKED 7.1Tobias Heider
2022-05-17Refactor ASN.1 template functions before rewriting.Joel Sing
2022-05-17Use a higher match priority such that mvclock(4) wins from syscon(4).Mark Kettenis
2022-05-17Expose asn1_abs_set_unused_bits() in asn1_locl.hTheo Buehler
2022-05-17Rewrite make_addressRange() using CBSTheo Buehler
2022-05-17Simplify make_addressPrefix()Theo Buehler
2022-05-17Simplify unbound rc.d script.Antoine Jacoutot
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.Theo Buehler
2022-05-16Clean up and fix ASN1_STRING_to_UTF8()Theo Buehler
2022-05-16Remove a stray spaceTheo Buehler
2022-05-16Avoid use of uninitialized in ASN1_STRING_to_UTF8()Theo Buehler
2022-05-16Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.Joel Sing
2022-05-16Remove incorrect line about 'dhcp' in hostname.if triggering the use ofAaron Bieber
2022-05-16The pf IPv4 option and IPv6 extension header filter has stricterAlexander Bluhm
2022-05-16document failed experimentMarc Espie
2022-05-16GC old stats code, I already removed the collection partMarc Espie
2022-05-16pfi_kif_alloc() may be called with M_NOWAIT. Add NULL check toAlexander Bluhm
2022-05-16regenVitaliy Makkoveev
2022-05-16Unlock umask(2). sys_umask() only modifies `fd_cmask', whichVitaliy Makkoveev
2022-05-16use a safer idiom for reading pid from file before killingTheo de Raadt