summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-03-15add a default: case to the switch (sensor type) in the config file parserHenning Brauer
2004-03-15Plug memory leak caused by errant semi-colon. Already submitted and committedAaron Campbell
2004-03-15properly check chdir success after chroot() and tweak err msgs a little,Henning Brauer
2004-03-15correct .Pa for ppp.conf.sample;Jason McIntyre
2004-03-15more accurate msg, pr3713 from Andre LucasTed Unangst
2004-03-15iffy syntax; ok deraadt@Damien Miller
2004-03-15zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@Damien Miller
2004-03-14Check return code of chdir() after chroot(); noted by Joris Vink, slight modOtto Moerbeek
2004-03-13- typosJason McIntyre
2004-03-12fix SEE ALSO;Jason McIntyre
2004-03-12*size is a u_int16_t not a pointer so use 0 instead of NULL.Claudio Jeker
2004-03-12bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTYClaudio Jeker
2004-03-12I modified the print format for AS_SET so keep the aspath_strlen() functionClaudio Jeker
2004-03-12print that capabilities stuffHenning Brauer
2004-03-12tweak err reportingHenning Brauer
2004-03-12tweakHenning Brauer
2004-03-12not debugging any moreHenning Brauer
2004-03-12Privilege seperation for named. Allows named to handle address/interfaceCan Erkin Acar
2004-03-12tab at EOLClaudio Jeker
2004-03-12Document "show rib" interface. OK jmc@ henning@Claudio Jeker
2004-03-12Update man page to reflect reality. Added filtering section and some newClaudio Jeker
2004-03-12fix the "wait for child processes to terminate" code, and move it down a bitHenning Brauer
2004-03-12Rewrite community_match() for loop. yaya henning@Claudio Jeker
2004-03-12Check payload size more carefully when printing ike messages. Identified byHans-Joerg Hoexer
2004-03-11There is no cnumber token in the parser so don't define a type for it.Claudio Jeker
2004-03-11Plugging memory leaks is OK but don't break intended behaviour. So this timeClaudio Jeker
2004-03-11repair pkg_add -, by making sure `-' is a special object.Marc Espie
2004-03-11fix leak, found by Patrick Latifi <pat@eyeo.org>Bob Beck
2004-03-11open O_RDONLY when listingBob Beck
2004-03-11Remove sync() calls that immediately precede databse close(). SinceTodd C. Miller
2004-03-11yes, the keyword table has to be sorted ;-)Henning Brauer
2004-03-11KNFHenning Brauer
2004-03-11Add basic support for communities. Currently it is only possible to filterClaudio Jeker
2004-03-11Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@Claudio Jeker
2004-03-11Ensure that aspath_snprint() returns a zero terminated string also if theClaudio Jeker
2004-03-11typoHenning Brauer
2004-03-11Plug another memory leak. OK henning@Claudio Jeker
2004-03-11check for malloc failure...Henning Brauer
2004-03-11Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@Claudio Jeker
2004-03-11Free unneeded mrt lists in SE and on exit. OK henning@Claudio Jeker
2004-03-11fflush(stderr) in vlog if in debug mode, from discussion with and ok claudioHenning Brauer
2004-03-11Type in Makefile. CLFAGS != CFLAGS and we don't want -Wredundant-decls theClaudio Jeker
2004-03-10pass a pointer to the network list as well to session_main so we can free()Henning Brauer
2004-03-10while walking the peer list on shutdown free the peer structsHenning Brauer
2004-03-10pass a pointer to the filter rule list to session_main() so we can free()Henning Brauer
2004-03-10when we exit try to write out what is left in the msg buffers for the imsgHenning Brauer
2004-03-10free peer list on exit, claudio okHenning Brauer
2004-03-10remove unused functionHenning Brauer
2004-03-10on shutdown, explicitely clear the knexthop, kroute and kif tables, claudio okHenning Brauer
2004-03-10in kif_kr_insert and _remove, don't whine when we do not find an interfaceHenning Brauer