Age | Commit message (Collapse) | Author |
|
newer can have several entries.
|
|
|
|
|
|
|
|
solve dependencies with stuff that we want to update later...
create that information, to be used...
|
|
|
|
|
|
OK espie@
|
|
|
|
code before I go further....
|
|
|
|
|
|
|
|
|
|
of signed packages.
- display a message only if signed packages have been signed.
- show IN BIG CAPS unsigned package numbers if a mixture of signed/unsigned
has been seen.
|
|
up the current mess (e.g., print things out to stderr without needing to
explicitly clear the current line if needed).
create a choose_location method directly in state, that will replace all
instances of looking for a package eventually (hopefully).
|
|
|
|
it.
Tweak the control for updates to move to main program. Eventually, we will
run updates on the fly (there's still some merging code and debugging to go)
|
|
|
|
if you echo nlist |ftp some_url
the site *won't* give you an error code, it will just spew out a stupid line
like:
Failed to change directory.
Can't change directory to pub/OpenBSD/zoinx: No such file or directory
and that on stdout !!!
Detect this in list grabbing, and display a decent error message for the
user.
Avoids some duh moments where you won't find shit because you
mistyped the url...
|
|
|
|
and fixing this is not a two liner. Will be enabled again when I found out
how to fix this.
|
|
|
|
parse values correctly when ran in aliases mode, and smtpd will fail to
parse values correctly when reading an include file
|
|
|
|
aliases/virtual domains resolution code.
- fix a logic bug which caused virtual domains not to be correctly
handled after one iteration of the aliases resolution code.
- introduce a few helper functions to help clean up and simplify the
lka code.
- simplify the IS_EXT/IS_MAILBOX/IS_RELAY macros so they manipulate a
struct path * instead of the mess of dereferences we were passing them.
|
|
as a key in the virtual map, which means that to support virtual domain for
openbsd.org I would do:
openbsd.org whatevervalue
gilles@openbsd.org gilles
this commit teaches makemap how to deduce the special domain keys based on
the entries for that domain, so that only the second line is needed now.
|
|
let us know which condition we matched.
|
|
received MP capability for IPv4 this does not work when announce capabilities
no is set so check if announce IPv4 none was set in the config.
The capabilities code needs rework since those checks are very error prone.
With this we don't leak unneeded EOR markers for other AFI/SAFI pairs.
|
|
SAFI_ALL shortcuts. This should fix issues with Juniper boxes that started
when I enabled more capabilities by default.
Fix and report by rivo nurges (rix at estpak dot ee) Thanks.
|
|
it is going to get more complicated sooner....
|
|
|
|
older stuff in the updateset...
|
|
|
|
you don't know version numbers. Useful for quickly trying to duplicate
an installation on a new machine from the package list as obtained through
pkg_info.
Generally won't give a perfect result, but hey, if you have 300 packages
installed, will get you 95% of the way there.
prompted by problems reported by theo and msf.
|
|
new sentence, new line
|
|
|
|
|
|
(there are still some kinks in the setting of @option manual-install, so
it's not as accurate as it should be).
|
|
actually occurs some of the time...
|
|
|
|
so that e.g.
pkg_add star--
pkg_add star--static
are now not ambiguous.
|
|
domains. this means that:
- virtual domains no longer deliver to a local user when not told to
- they no longer attempt to resolve aliases when not told to
- they no longer need an explicit rule in smtpd.conf for EACH domain
- the "virtual" map is no longer hardcoded
- smtpd no longer needs a restart to support a new domain
instead we introduce the: accept for virtual map "mapname" [...] syntax
which refers to a map that can be manipulated at runtime.
idea discussed and okayd with jacekm@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|