summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-13Report if_iqdrops (input queue drops) as ifInDiscards. This is prettyClaudio Jeker
2019-08-13Error-index starts at 1, not 0.Martijn van Duren
2019-08-13Instead of passing a struct prefix pointer to rde_filter() pass the 4 valuesClaudio Jeker
2019-08-13Do not use the SE global conf struct for the bgpd_config but actuallyClaudio Jeker
2019-08-13Check for strdup return value and exit on failure.Frederic Cambus
2019-08-13Fix a segmentation fault in awk, from upstream version 20121220.Frederic Cambus
2019-08-13Move comment about exabgp to the rule since this way it is shown to the user.Claudio Jeker
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-13Unbreak build of efi32 due to a typo in the fchmod change.Patrick Wildt
2019-08-13Reset sysupgrade watchdog upon every set installationkn
2019-08-13When allocating a new peer set the reconf_action to RECONF_REINIT.Claudio Jeker
2019-08-13regenanton
2019-08-13Revert unlock of lseek(2) since vn_lock() could end up calling tsleep()anton
2019-08-13regenJonathan Gray
2019-08-13add Union Memory NVMeJonathan Gray
2019-08-13Don't match on amdgpu devices flagged as having experimental hardware supportJonathan Gray
2019-08-12Ensure stack protector slot access is resolved by PEI.mortimer
2019-08-12some cleanup:Ingo Schwarze
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-08-12Mark up no-verify with Cm; OK jmc@ gilles@Tim van der Molen
2019-08-12Prepend a dot to every line that starts with a dot -- not merely theTim van der Molen
2019-08-12On broadcast and point-to-point interfaces only accept hello packets whenremi
2019-08-12Warn when a neighbor changes its source IP address. Either it is becauseremi
2019-08-12Fix typo; spotted by Krystian Lewandowski.Mark Kettenis
2019-08-12Remove spurious newline. Spotted by patrick@Mark Kettenis
2019-08-12In isnow(), always validate the value of the month variable beforeTodd C. Miller
2019-08-12instructions for replacing cert.pem are probably more harmful than helpful.Ted Unangst
2019-08-12Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-08-12Provide a local version of X509_get0_subject_key_id()Joel Sing
2019-08-12Inline the equivalent of ASN1_TYPE_unpack_sequence().Joel Sing
2019-08-12Stop pulling libssl into rpki-client.Joel Sing
2019-08-12Do not exit with error if the challenge file already exists, instead truncate...Sebastian Benoit
2019-08-12correct a misspelled page name in an .Xr;Ingo Schwarze
2019-08-12correct misspelled page name in an .XrIngo Schwarze
2019-08-12Fix .Xrs to non-existant pages by correcting the misspelled functionIngo Schwarze
2019-08-12Reset the IdleHoldTime and the session error count when doing a adminClaudio Jeker
2019-08-12These public functions are listed in the OpenSSL manuals but notIngo Schwarze
2019-08-12Change the way IdleHoldTime is reset once the session is up and stable.Claudio Jeker
2019-08-12Add the rpki TAL files to the changelist including arin.tal (which is notClaudio Jeker
2019-08-12Add the CP_SPIN time to the sum of system time reported.Claudio Jeker
2019-08-12merge a few minor improvements from the OpenSSL 1.1.1 branch,Ingo Schwarze
2019-08-12Remlve command mutex. It is unnecessary since commands are alreadyMark Kettenis
2019-08-12There is no reason why the TAL files are installed only readable by rootClaudio Jeker
2019-08-12regenanton
2019-08-12Unlock lseek(2) since the file offset is MP-safe by now. Callinganton
2019-08-12Prepend SPI to send and recv log messages to see which line belongs totobhe
2019-08-11Change all error exits to EX_TEMPFAIL so that mail rejected by the LMTPTim van der Molen
2019-08-11In let's encrypt v1 we had to track a challenge for every domain inFlorian Obser
2019-08-11Replace some err(1, NULL) with err(1, "malloc").Martijn van Duren
2019-08-11Various fixes to make this compile with clang on powerpc.Mark Kettenis