summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-06-12put the fd passing from bgpd back in to hoststated's version of imsg,Mathieu Sauve-Frankel
2007-06-12use constant subs instead of variable names.Marc Espie
2007-06-12tidy error messages: uses $! more consistently, do not append \n on die,Marc Espie
2007-06-12tag directories and files with pid, so that we clean them up when theMarc Espie
2007-06-12When calculating as_ext routes only respect the connected flag for rt_nodesClaudio Jeker
2007-06-12When removeing as-ext LSA initialise the metric to some sane default elseClaudio Jeker
2007-06-11prepare more stuff to be able to deal with UpdateSets directlyMarc Espie
2007-06-11keep on extracting stuffMarc Espie
2007-06-10give repository/locations slightly more control over package names.Marc Espie
2007-06-10Add Paths.pm, to centralize all system dependent paths all over the place.Marc Espie
2007-06-10extract constructor to create old handles.Marc Espie
2007-06-10set_infodir when we can in PackageLocation.Marc Espie
2007-06-10make the replacement check methods slightly clearer, avoid doing twoMarc Espie
2007-06-10split create_handle code, so that we create the object as a trivialMarc Espie
2007-06-10refactor the code a bit, so that lists through ftp and htpp share moreMarc Espie
2007-06-09tag user installed packages.Marc Espie
2007-06-09rework `special' package names a bit.Marc Espie
2007-06-09give Dependencies a chance at finding libraries in old packages.Marc Espie
2007-06-09new code is much sturdier with respect to old libraries, we do not haveMarc Espie
2007-06-07show messages about keeping libraries more often, starting on verbose.Marc Espie
2007-06-07give handle a temporary name, this prevents `undefined' messages.Marc Espie
2007-06-07always close sockets before calling hce_notify_done.Pierre-Yves Ritschard
2007-06-07outline what to do with old libs.Marc Espie
2007-06-07make compute_size explicit. That way, we can do it once, at the rightMarc Espie
2007-06-07(finally) Enable reload support for layer 3 configurations.Pierre-Yves Ritschard
2007-06-06do it only for older sets.Marc Espie
2007-06-06finish moving the size computations out of validate_plist.Marc Espie
2007-06-06separate the size computation from other operations in `prepare_for_addition'Marc Espie
2007-06-06tweak split_libs slightly for further changes: make it return the oldMarc Espie
2007-06-06recognize and handle https.Marc Espie
2007-06-06tweak how copies happen: rename make_copy into make_shallow_copy,Marc Espie
2007-06-06augment reporting of bad problems so that it works with system libs.Marc Espie
2007-06-05allow accessing all older values (make a semantic distinction), so thatMarc Espie
2007-06-05reuse the compute_closure code.Marc Espie
2007-06-05various grammar/text improvements;Jason McIntyre
2007-06-04zap extra paramMarc Espie
2007-06-04minor tweak, use one single print. Build character strings instead.Marc Espie
2007-06-04slight refactor to remove duplicate code.Marc Espie
2007-06-04convert the remaining regexps, so that $`, $', $& are completely dead.Marc Espie
2007-06-04shorten message a bit, give it a chance to fit on one line.Marc Espie
2007-06-04a few missed $' / $`Marc Espie
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
2007-06-04add -t to usage() and SYNOPSIS;Jason McIntyre
2007-06-04zap extra parameter that nothing uses.Marc Espie
2007-06-04error code: if we can't find a given libspec, we look through allMarc Espie
2007-06-04avoid parsing libraries by hand.Marc Espie
2007-06-04stricter regexp for libraries.Marc Espie
2007-06-04add a lib parsing routine to PackingElement::Lib so I don't have toMarc Espie
2007-06-04do not inlcude ipx headersHenning Brauer
2007-06-04bye bye ipxHenning Brauer