summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-12Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.Joel Sing
2022-02-12switch to using the common code in BaseStateMarc Espie
2022-02-12Avoid potential single byte overread in asn1_parse2().Joel Sing
2022-02-12Revise for OBJ_obj2txt() OID arc limits.Joel Sing
2022-02-12Limit OID text conversion to 64 bits per arc.Joel Sing
2022-02-11Fix length check of IP addresses for name constraintsTheo Buehler
2022-02-11Add missing error check for a2i_GENERAL_NAME()Theo Buehler
2022-02-11Fix a double free in v2i_NAME_CONSTRAINTS()Theo Buehler
2022-02-11adjust bsd.port.mk(5) manual for change to login.conf.d file handlingStuart Henderson
2022-02-11space needed between arg and punctuation;Jason McIntyre
2022-02-11Test OBJ_obj2nid() with an undefined (NID_undef) object.Joel Sing
2022-02-11Make OBJ_obj2nid() work correctly with NID_undef.Joel Sing
2022-02-11Add initial regress for objects.Joel Sing
2022-02-11tr(1): rename lookup tablesScott Soule Cheloha
2022-02-11be more consistent in packing-list usageMarc Espie
2022-02-11use packing-list consistentlyMarc Espie
2022-02-11Fix typo in comment for f_favail.Todd C. Miller
2022-02-11It's fw_update's job to say what went wrong.Florian Obser
2022-02-11describe LOGIN_CONF, help from espieStuart Henderson
2022-02-11Backout previous "Unwire with map lock held" (commitid: eQBvWUwShD91dN9Z)Klemens Nanni
2022-02-11Backout previous "Assert vm map locks" (commitid: sRNBfzX2dJrxFDmb)Klemens Nanni
2022-02-11Replace manual !klist_empty()+knote() with KNOTE().Visa Hankala
2022-02-11Check klist emptiness instead of NULL pointer in KNOTE()Visa Hankala
2022-02-11Inline klist_empty() for more economic machine code.Visa Hankala
2022-02-11the sleep_clocks() hook is not needed because the architectures whichTheo de Raadt
2022-02-11Lock the pkg db while runningAndrew Fresh
2022-02-11Always initialize delim before passing to hpdelim2 which might not set it.Darren Tucker
2022-02-11sleep_cpu/resume_cpu are part of an earlier MI split attemptTheo de Raadt
2022-02-10Casting a char pointer to struct ctf_header causes bus error onAlexander Bluhm
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-10Fix regress after crl_print() addition so anton doesn't have to complainTheo Buehler
2022-02-10Improve free inodes check from fs.f_favail > 0 to fs.f_free > 0.Theo Buehler
2022-02-10syncTheo de Raadt
2022-02-10Fix serial number printing in crl_print() for large serials.Claudio Jeker
2022-02-10look for the login class in both login.conf and login.conf.d/${class}Robert Nagy
2022-02-10Duplicate "park disk" code, so that the SUSPEND case can be MI, it is onlyTheo de Raadt
2022-02-10Enable receive checksum offloading on ixl(4) network interfaces.Alexander Bluhm
2022-02-10Implement some code to print crls with -f.Claudio Jeker
2022-02-10Use fdisk's -b to create boot partitions instead of -e scripts.Kenneth R Westerback
2022-02-10Do not verify the cert or CA for a relay using opportunistic TLS.Todd C. Miller
2022-02-10look(1): use a stricter pledge(2) in lieu of unveil(2)Scott Soule Cheloha
2022-02-10Update Devel::PPPort in base from version 3.57 to 3.64. Our clangAlexander Bluhm
2022-02-10unveil _PATH_LOGIN_CONF_DRobert Nagy
2022-02-10introduce support for storing capability databases in /etc/login.conf.d;Robert Nagy
2022-02-10Only show the 'not enough inodes' warning if the filesystem reports moreTheo Buehler
2021-03-01Import perl-5.32.1Andrew Fresh
2019-12-30Import perl-5.30.1Andrew Fresh
2019-02-13Import perl-5.28.1Andrew Fresh
2022-02-10Free s->last_mod before overwriting it with a new last_mod.Theo Buehler
2022-02-10Free conn->last_modified before overwriting it with strdup().Theo Buehler