Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-03 | king bula sez: rot where the other crap rots shall these | Henning Brauer | |
2004-12-03 | various fixes for openssl x509; | Jason McIntyre | |
2004-12-02 | group paragraphs more logically; | Jason McIntyre | |
suggested by michael knudsen; | |||
2004-12-02 | king bula sez: in Attic/ you shall rot | Henning Brauer | |
2004-12-02 | Redirected to /dev/null | Henning Brauer | |
2004-12-02 | big time httpd cleanup | Henning Brauer | |
this diff removes a lot of #ifdef'd stuff that is irrelevant for us. done by Daniel Ouellet after my advice. tested by many, ok miod@ | |||
2004-12-02 | Add quotes to unconfuse pkg_create error message. | Marc Espie | |
2004-12-02 | Document -q and -h options, noticed by Matt Peterson <matt@eff.org>. | Alexander Yurchenko | |
With a help from jmc@. | |||
2004-12-02 | Vstat API changed slightly. Found out by fries@ | Marc Espie | |
2004-12-02 | wipe old .Xr's; ok espie@. | Xavier Santolaria | |
2004-12-02 | don't try to validate_plist if not needed at all. | Marc Espie | |
2004-12-02 | cosmetic: shows old and new package name, plus signatures. | Marc Espie | |
2004-12-02 | make sure we don't call Update::is_needed if we're not doing pkg_add -r. | Marc Espie | |
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | Marc Espie | |
we have all the md5 and stuff, we just need to make sure the package is correct (hence verify_checksum). Add a -n option to pkg_create: this is consistent with pkg_add/pkg_delete, and with this new verify_checksum, pkg_create can be used to check that a package still matches its contents. | |||
2004-11-30 | - simplify grammar | Jason McIntyre | |
- rearrange EXAMPLES somewhat - .Xr pppoe 4 | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
2004-11-27 | tweak very verbose output. | Marc Espie | |
2004-11-27 | if 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-27 | record sample/extra directories if !extra, so that SharedItems won't warn | Marc Espie | |
if those directories are not empty... | |||
2004-11-27 | be verbose if !extra, tell user what they should do manually. | Marc Espie | |
2004-11-25 | fix "listen on hostname" | Henning Brauer | |
fallout from the deferred dns lookups noticed by dhartmei@ | |||
2004-11-24 | if I would remember at what I looked when learning how to use our wonderful | Henning 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-24 | Use sysctl to get the running kernel version instead of grotting | Todd C. Miller | |
through kmem. Fixes false positives on machines where the memory is not cleared between boots. OK deraadt@, tedu@, jaredy@ | |||
2004-11-23 | fix name of lib | Marc Espie | |
2004-11-23 | Set link-local address of tun interface with prefixlen = 64 | Brad Smith | |
instead of 128. From FreeBSD ok deraadt@ todd@ | |||
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker | |
it is possible to specify multiple communities. This is also the first step to better bgpd filters. OK henning@ | |||
2004-11-23 | allow 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-22 | implement global repository for shared libraries. | Marc Espie | |
2004-11-21 | Use the same ordering when verifying as with creating and replace | Otto Moerbeek | |
some hardcoded constants with symbolic ones. Noted by Ed Wandasiewicz in PR 3991. ok deraadt@ millert@ | |||
2004-11-21 | move the system libraries registration code to SharedLibs. | Marc Espie | |
2004-11-21 | pull the code that handles shared libraries (ldconfig for now) aside. | Marc Espie | |
2004-11-21 | check_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-21 | solved_dependencies becomes a hash, more efficient. | Marc Espie | |
2004-11-21 | remove .Xr's that do not belong here anymore with the new pkg_* tools; | Xavier Santolaria | |
espie@ ok. | |||
2004-11-20 | done items | Marc Espie | |
2004-11-20 | opendir can use my variables. | Marc Espie | |
2004-11-19 | unbreak -t; ok jakob, henning | Markus Friedl | |
2004-11-19 | Rename struct as_filter to struct filter_as. | Claudio Jeker | |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker | |
OK henning@ | |||
2004-11-19 | Add NO_PEER to the list of well-known communities and use 65535 instead of | Claudio Jeker | |
0xffff. OK henning@ | |||
2004-11-19 | Make "set network 127.0.0.1" work and use = instead of |= for the | Claudio Jeker | |
blackhole/reject case as $$ is not zeroed. This caused funny results in merge_filterset(). OK henning@ | |||
2004-11-19 | Only unlink and link the asp in nexthop_modify if the asp is linked. | Claudio Jeker | |
OK henning@ | |||
2004-11-19 | tweaks; | Jason McIntyre | |
2004-11-18 | unsafe operations is better than impossible to update, especially since it | Marc Espie | |
can go on anyways. | |||
2004-11-18 | document @wantlib, @depend. Provide -P and -W flags to be able to specify | Marc Espie | |
those on the command line instead of having to generate a separate plist. | |||
2004-11-18 | support 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-18 | add @wantlib and @depend keyword | Marc Espie | |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer | |
one for the capas we announced him, into the session_up imsg to the RDE after brainstorming with claudio | |||
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer | |
peer->capa.ann from this | |||
2004-11-18 | cope with changes in capabilities announcement shitz | Henning Brauer | |