openbsd
2021-01-28 ratchovIn slot_xxx(), store dev pointer in local variable
2021-01-28 ratchovUse everywhere the same pattern to handle fractional...
2021-01-28 ratchovMake slot_{attach,detach}() the opposite of each other
2021-01-28 ratchovDrop unused dev_nctl() function and few unused prototypes
2021-01-28 dlghandle "once" rules before letting pfsync defer tx...
2021-01-28 florianA new resolver can be created while we currently run...
2021-01-28 kurtRename bNumInterface to bNumInterfaces to fix build...
2021-01-28 mortimerExtern dwarf2_loc_mark_labels. Fixes compiation with...
2021-01-28 mortimerExplicitly enable -fcommon, rather than untangle common...
2021-01-28 mortimerExtern privsep_process. Fixes compilation with -fno...
2021-01-28 mortimerExtern transport_list. Fixed compilation with -fno...
2021-01-27 dlgif the route resolved in pf_route is invalid, generate...
2021-01-27 djmfix leak: was double allocating kex->session_id buffer
2021-01-27 sthenupdate comment, SMALL was split into SMALL and NOSSL
2021-01-27 robUnveil ldapd. Follow recent precedent and elect to...
2021-01-27 ericremove bogus key hack now that it's handled by libtls
2021-01-27 tbwrap an overlong line
2021-01-27 tbsync
2021-01-27 tbLink SSL_get_finished.3 to build.
2021-01-27 tbWrite SSL_get_finished() documentation from scratch.
2021-01-27 tbMerge SSL_set_hostflags documentation from OpenSSL...
2021-01-27 mglockerThe usb configuration descriptor parameter providing...
2021-01-27 millertPromote nrules/maxrules to size_t and make sure they...
2021-01-27 jmcmark up fixes; from lyndon
2021-01-27 jmcword fix;
2021-01-27 jmcspelling fixes;
2021-01-27 jsgregen
2021-01-27 jsgadd some more amdgpu devices
2021-01-27 nicmFlush pending output before entering or exiting alterna...
2021-01-27 djmthis needs kex.h now
2021-01-27 djmmake ssh->kex->session_id a sshbuf instead of u_char...
2021-01-27 djmremove global variable used to stash compat flags and...
2021-01-27 mglockerBe consistent in not using parameter names for function...
2021-01-27 florianDetermine available address families (and monitor when...
2021-01-27 dlgdo better accounting of how many msix interrupts we...
2021-01-27 deraadtthese programs (with common ancestry) had a -fno-common...
2021-01-27 deraadtsplit out extern and decl for -fno-common
2021-01-27 deraadtmakemap does not need a common which it does not use.
2021-01-27 deraadtcommons used rather than externs, fix for -fno-common
2021-01-27 deraadtfix -fno-common issues; ok mortimer
2021-01-27 deraadtfix -fno-common issues; ok mortimer
2021-01-27 deraadtnsd contains two yacc parsers, but predates "yacc ...
2021-01-27 deraadtshuffle externs (and definitions) around to satisfy...
2021-01-27 dlghave pf_route{,6} clear the pf_pdesc mbuf ref early...
2021-01-27 dlgdon't run copies of packets made by dup-to through...
2021-01-27 visakqueue: Fix termination assert
2021-01-27 deraadtsatisfy -fno-common by duplicating deck chairs as required
2021-01-27 deraadtsatisfy -fno-common
2021-01-27 dtuckerLogical not bitwise or. ok djm@
2021-01-26 tobheAdd support for RSA-PSS PKCS1 signatures. Don't enable...
2021-01-26 kettenisRecognize Apple Icestorm cores.
2021-01-26 millertFix build with -fno-common. OK deraadt@
2021-01-26 tbRewrap a comment line to fit into 80 columns.
2021-01-26 tbzap a tab
2021-01-26 tbPrepare to provide SSL_set_hostflags()
2021-01-26 deraadtone variable was common, fixing what I can.
2021-01-26 deraadtsatisfy -fno-common, by (1) copying all the variable...
2021-01-26 deraadtsatisfy -fno-common, by (1) copying all the variable...
2021-01-26 deraadtsockb variable is unused (and even worse, was common...
2021-01-26 deraadtsatisfy -fno-common, by (1) copying all the variable...
2021-01-26 deraadtsatisfy -fno-common, by (1) copying all the variable...
2021-01-26 deraadtsatisfy -fno-common by repairing one enum decl
2021-01-26 naddymove HostbasedAcceptedAlgorithms to the right place...
2021-01-26 jsingMove sequence numbers into the new TLSv1.2 record layer.
2021-01-26 ericMove private key setup to a helper function with proper...
2021-01-26 florianSome config changes require a restart of all resolvers...
2021-01-26 florianWhen checking for available address family for AI_ADDRC...
2021-01-26 espieremove test that's now bogus, as fullpkgpath takes...
2021-01-26 dtuckerRemove unused variables leftover from refactoring....
2021-01-26 nicmAlways resize the original screen before copying when...
2021-01-26 deraadtintrmap attribute missing from mcx; ok dlg
2021-01-26 dtuckerRename HostbasedKeyTypes (ssh) and HostbasedAcceptedKey...
2021-01-26 djmrefactor key constraint parsing in ssh-agent
2021-01-26 djmmore ssh-agent refactoring
2021-01-26 djmmake struct hostkeys public; I have no idea why I made...
2021-01-26 djmmove check_host_cert() from sshconnect,c to sshkey...
2021-01-26 djmuse recallocarray to allocate the agent sockets table...
2021-01-26 djmfactor out common code in the agent client
2021-01-25 mvsWe have this sequence in bridge(4) ioctl(2) path:
2021-01-25 kettenisGive machdep.c a thorough cleanup that is long overdue.
2021-01-25 florianRevert local diff now that we no longer use syslog...
2021-01-25 florianDisable logging to syslog for libunbound. We are not...
2021-01-25 mglockerResolve data toggle out of sync problem for ugen(4...
2021-01-25 mglockerAdd the new function usbd_clear_endpoint_feature()...
2021-01-25 sthenphp.port.mk sets MODPHP_BUILDDEP=No by default now.
2021-01-25 dlgraise the max number of queues/interrupts to 16, up...
2021-01-25 dlgif the rx descriptor reports the rss hash, use it for...
2021-01-25 dlgdon't lose the M_FLOWID flag if the ipv4 cksum is ok.
2021-01-25 claudioAdjust code since bgpd added an extra argument to aspat...
2021-01-25 claudioRFC6472 discourages the use of AS_SET segements in...
2021-01-25 yasuokaFix wg(4) ioctl to be able to handle multiple wgpeers.
2021-01-25 dlgfix filtering on kstat unit numbers
2021-01-25 dlgr1.102 forgot to tweak the "redistribute rtlabel" part...
2021-01-25 djmmake ssh hostbased authentication send the signature...
2021-01-25 dlgif stoeplitz is enabled, use it to provide a flowid...
2021-01-25 dlguse an intrmap when establishing interrupts for queues.
2021-01-24 millertUpdate to tzdata2021a from iana.org. Major changes:
2021-01-24 tobhehmac-sha2-384 and hmac-sha2-512 are enabled by default.
2021-01-24 florianImplement DNS64 synthesis.
2021-01-24 jsgmatch on Intel Alder Lake and Meteor Lake I219 Ethernet ids
next