summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-11-30- simplify grammarJason McIntyre
- rearrange EXAMPLES somewhat - .Xr pppoe 4
2004-11-29Spell precede correctly.Jonathan Gray
'looks fine' millert@, krw@. ok jmc@
2004-11-27tweak very verbose output.Marc Espie
2004-11-27if the package is already installed, check whether updating it makes sense:Marc Espie
look at the context in which both packages were built. If dependencies differ, then this is a sensible update. While we're there, try harder to build a conflict list for .libs-* packages.
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
if those directories are not empty...
2004-11-27be verbose if !extra, tell user what they should do manually.Marc Espie
2004-11-25fix "listen on hostname"Henning Brauer
fallout from the deferred dns lookups noticed by dhartmei@
2004-11-24if I would remember at what I looked when learning how to use our wonderfulHenning Brauer
RB_* macros I could fix the RB_HEAD calls there too... useless extra define, nothingthat hurts much. stumbled over while hacking on, eh, something new, claudio ok
2004-11-24Use sysctl to get the running kernel version instead of grottingTodd C. Miller
through kmem. Fixes false positives on machines where the memory is not cleared between boots. OK deraadt@, tedu@, jaredy@
2004-11-23fix name of libMarc Espie
2004-11-23Set link-local address of tun interface with prefixlen = 64Brad Smith
instead of 128. From FreeBSD ok deraadt@ todd@
2004-11-23Switch from a single filter_set to a linked list of sets. With this changeClaudio Jeker
it is possible to specify multiple communities. This is also the first step to better bgpd filters. OK henning@
2004-11-23allow for registration of libraries from an existing plist.Marc Espie
make sure lookup_libspec result is defined. allow for registering pkgpath instead of pkgname.
2004-11-22implement global repository for shared libraries.Marc Espie
2004-11-21Use the same ordering when verifying as with creating and replaceOtto Moerbeek
some hardcoded constants with symbolic ones. Noted by Ed Wandasiewicz in PR 3991. ok deraadt@ millert@
2004-11-21move the system libraries registration code to SharedLibs.Marc Espie
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-21check_lib_specs -> check_lib_spec: check one spec at a time, and report on it.Marc Espie
Loop on libdepends now split lib specs by itself. Better reports, slightly more efficient, clearer. Use a local sub to factor out common code to deleting pkgspec and REQUIRING file contents. Rephrase message to say `removing dependency ON'.
2004-11-21solved_dependencies becomes a hash, more efficient.Marc Espie
2004-11-21remove .Xr's that do not belong here anymore with the new pkg_* tools;Xavier Santolaria
espie@ ok.
2004-11-20done itemsMarc Espie
2004-11-20opendir can use my variables.Marc Espie
2004-11-19unbreak -t; ok jakob, henningMarkus Friedl
2004-11-19Rename struct as_filter to struct filter_as.Claudio Jeker
2004-11-19For consistency reasons rename struct as_filter to struct filter_as.Claudio Jeker
OK henning@
2004-11-19Add NO_PEER to the list of well-known communities and use 65535 instead ofClaudio Jeker
0xffff. OK henning@
2004-11-19Make "set network 127.0.0.1" work and use = instead of |= for theClaudio Jeker
blackhole/reject case as $$ is not zeroed. This caused funny results in merge_filterset(). OK henning@
2004-11-19Only unlink and link the asp in nexthop_modify if the asp is linked.Claudio Jeker
OK henning@
2004-11-19tweaks;Jason McIntyre
2004-11-18unsafe operations is better than impossible to update, especially since itMarc Espie
can go on anyways.
2004-11-18document @wantlib, @depend. Provide -P and -W flags to be able to specifyMarc Espie
those on the command line instead of having to generate a separate plist.
2004-11-18support depend (similar to libdepend and newdepend) and wantlib:Marc Espie
put lookup_library code in a separate routine, and add a `harder' mode for wantlib, that will also look in system libraries, and in the full tree of dependent packages.
2004-11-18add @wantlib and @depend keywordMarc Espie
2004-11-18embed two struct capabilities, one for the capas announced by the peer andHenning Brauer
one for the capas we announced him, into the session_up imsg to the RDE after brainstorming with claudio
2004-11-18add an instance of struct capabilities to peer_conf, and inheritHenning Brauer
peer->capa.ann from this
2004-11-18cope with changes in capabilities announcement shitzHenning Brauer
2004-11-18inside struct peer, replace the occurance of the older struct peer_capaHenning Brauer
by two instances of the new struct capabilities, one for announcements and one for the received capabilities
2004-11-18remove the global 'announce' flag from struct peer_capa, clearHenning Brauer
individual capability flags where needed
2004-11-18let peer->capa.mp_[v4|v6] contain the SAFI, don't just use it as boolHenning Brauer
2004-11-18Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONEHenning Brauer
2004-11-18struct capa_mp is not needed any more, spotted by claudioHenning Brauer
2004-11-18introduce session_capa_mp() which adds the multiprotocol announcementsHenning Brauer
to OPEN messages. eases session_open() quite a bit and kills duplicate code claudio ok
2004-11-18add code to announce support for IPv6 Unicast.Henning Brauer
disabled for now, claudio ok
2004-11-18it's oupsa oupsa oupsa time...Henning Brauer
writing to a member of a const struct is no good, so un-const struct peer for log_statechange()
2004-11-18supress logging of subsequent connect() failures as long as:Henning Brauer
-the session alternates between Active and Connect. Other states reset logging -the error is the same as the last connect() error seen jajajaja claudio
2004-11-17print ipv6 on enc0, too; ok otto, tests by friesMarkus Friedl
2004-11-17NI_WITHSCOPEID is no more.Jun-ichiro itojun Hagino
2004-11-16Re-implement LQM, this time according to the rfc.Brad Smith
From FreeBSD ok deraadt@
2004-11-15sort options;Jason McIntyre
add .Bk/.Ek to avoid synopsis split;
2004-11-15hit the clueless...Marc Espie