summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24some minor tweaks; ok ajacoutotJason McIntyre
2015-10-24Inline trivial myechoreply function in the one place it's used; likeFlorian Obser
2015-10-24Convert to rt_ifidx.Martin Pieuchot
2015-10-24Filter our RTM_GET messages which are not from us.Claudio Jeker
2015-10-24nonce is unused.Florian Obser
2015-10-24Carry out additional length/size checks in DECnet packet printing, avoiding aStuart Henderson
2015-10-24Sync ping6 output to ping. ping has been around for longer and soFlorian Obser
2015-10-24Convert to rt_ifidx.Martin Pieuchot
2015-10-24Ignore Router Advertisment's current hop limit.Martin Pieuchot
2015-10-24clarify use of "bgpctl show rib in|out neighbor FOO"Sebastian Benoit
2015-10-24the last user of gensalt has been removed. remove the file.Ted Unangst
2015-10-24Add CAVEATS section and explain why pair(4) is not like vether(4).Reyk Floeter
2015-10-24Make it more obvious what exact csplit commands will do.Vadim Zhukov
2015-10-24Fix pledge request to allow for setgroups.Jeremie Courreges-Anglas
2015-10-24The default modifier should be copied for empty keys even if -b isTodd C. Miller
2015-10-24Add test for -b and -r when -k is specified.Todd C. Miller
2015-10-24"bgpctl sh rib in" and "bgpctl sh rib out" require a neighbor argumentSebastian Benoit
2015-10-24Wait a short while between setting a USB device's address and reloadingStefan Sperling
2015-10-24"enable" and "disable" are here to stay now that they have a real added valueAntoine Jacoutot
2015-10-24Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass.Antoine Jacoutot
2015-10-24various fixes;Jason McIntyre
2015-10-24various clean up;Jason McIntyre
2015-10-24nl_langinfo(3) conforms to POSIX.Anthony J. Bentley
2015-10-24Handling of bogus CA file has changed in syslogd. Adapt tests toAlexander Bluhm
2015-10-24If loading the CA certificates at startup had failed, the syslogdAlexander Bluhm
2015-10-24Convert some if_ref() to if_get().Martin Pieuchot
2015-10-24Some rt_ifp to rt_ifidx conversions.Martin Pieuchot
2015-10-24Implement the missing bits to parse the other MRT message types.Claudio Jeker
2015-10-24Removing xresolve from generating script has been forgotten.Alexander Bluhm
2015-10-24Define ``rt_ifidx'' as rt_ifp->if_index to ease the transtion towardsMartin Pieuchot
2015-10-24Print if a route is redistributed or not at least for static & connected.Claudio Jeker
2015-10-24add -h flag to SYNOPSIS as wellJoerg Jung
2015-10-24clarify where "with tls" can be used.Sebastian Benoit
2015-10-24Remove superfluous assignment.Reyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Unify all the errno names inAlexander Bluhm
2015-10-24remove a paste error and get section numbers right for sysctl(3);Jason McIntyre
2015-10-24change one instance of Dl to a display and provide a teeny indentJason McIntyre
2015-10-24normalise TUNNEL synopsis; ok dlgJason McIntyre
2015-10-24Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding.Stuart Henderson
2015-10-24Introduce msgtypenames to print bgp msg types (which will be used by bgpctl)Claudio Jeker
2015-10-24In all other cases of rde_filter_match() we ensure that asp is valid soClaudio Jeker
2015-10-24seg_type is only set but never used. So remove it. Someone reported thisClaudio Jeker
2015-10-24syncTheo de Raadt
2015-10-24Cast isxdigit()'s argument to unsigned char.mmcc