summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-07Add a basic unittest for the as_set_* functionsClaudio Jeker
2018-09-07Move the config regress tests into own directory making space for additionalClaudio Jeker
2018-09-07Fix the build after removing an unused af argument from unmask().Kevin Lo
2018-09-07Rename dne in copy_file to exists to be more consistent with the otherMartijn van Duren
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-09-07Fix "_nfiles" reference for crash dump.YASUOKA Masahiko
2018-09-07Also verify a overwrite for the copy of a fifo, link and device node.Martijn van Duren
2018-09-07Move the question to allow a copy to its own function.Martijn van Duren
2018-09-07The combination of -v and -i and the deny of a copy would cause the copyMartijn van Duren
2018-09-07tweak previous;Jason McIntyre
2018-09-07Remove some newlines that have gone with last commit.Claudio Jeker
2018-09-07When parsing AS numbers set both as_min and as_max to the parsed value.Claudio Jeker
2018-09-07Add a dummy as_set_match() function since it is needed to link util.c now.Claudio Jeker
2018-09-07Implement as-set a fast lookup table to be used instead of long list ofClaudio Jeker
2018-09-07Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhatDarren Tucker
2018-09-07clarify that goto error in alloc_all_endpoints_fixed_ep() always returnsmiko
2018-09-07move initial jack count to alloc_all_endpoints(), and reset count to zeromiko
2018-09-07ssh -MM requires confirmation for all operations that change theDamien Miller
2018-09-07Add retguard macros to cpu_switchto, setjmp, longjmp.mortimer
2018-09-06Use getline() for the network bulk code. Also make the parser better byClaudio Jeker
2018-09-06Drop SSL_CIPHER_ALGORITHM2_AEAD flag.Joel Sing
2018-09-06get rid of a temp file, noted by claudio@Sebastian Benoit
2018-09-06If we cannot stop the endpoint when aborting a transfer assume thatMartin Pieuchot
2018-09-06when people update /etc/example/bgpd.conf, the forget to update theSebastian Benoit
2018-09-06Remove unused af argument from unmask()kn
2018-09-06Fill netmask AF-independently in print_host()kn
2018-09-06Do not close the socket twice in netcat.Alexander Bluhm
2018-09-06fix whitespaceJonathan Gray
2018-09-06Implement 64-bit DMA support in sdhc(4).Patrick Wildt
2018-09-06execute the same code for failure of assign_all_jacks_automatically()miko
2018-09-06sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@miko
2018-09-05Move AF-specific mask logic from callers into set_ipmask()kn
2018-09-05synchronize resolver code with smtpdEric Faurot
2018-09-05Implement most prefixlen operations as OP_RANGE (prefixlen A - B).Claudio Jeker
2018-09-05Use the newer/more sensible names for EVP_MD_CTX_* functions.Joel Sing
2018-09-05Correctly clear the current cipher state, when changing cipher state.Joel Sing
2018-09-05Back out 1.4, it broke thingsJoshua Stein
2018-09-05Serialize synchronous commands with a rwlock.Martin Pieuchot
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2018-09-05rename flagEric Faurot
2018-09-05Adjust after change of struct filter_as.Claudio Jeker
2018-09-05Change the way as_compare() and aspath_match() handle 'neighbor-as'. InsteadClaudio Jeker
2018-09-05factor error code in icmp6_mtudisc_clone(); ok kn@ florian@miko
2018-09-05Add "op" column for CP_SPIN. Diff from fukaumi at soum.co.jpYASUOKA Masahiko
2018-09-05rename token to match naming conventionGilles Chehade
2018-09-05Use error label in host_if()kn
2018-09-05Change verification of communities a bit. Move the flag checking first sinceClaudio Jeker
2018-09-05some text improvements from matt schwartz; ok gillesJason McIntyre
2018-09-05do not use the literal string "label" as our example label; ok gillesJason McIntyre
2018-09-05rework the text about "label" somewhat for clarity; ok ericJason McIntyre