Age | Commit message (Collapse) | Author |
|
attribute. This is an operational attribute and only returned if explicitly
asked for. Required by RFC 4517.
|
|
now ldpd had no chance to run on a strict alignment architecture but
this makes ldpd happy on sparc64. Be careful to do all needed overflow
checks and try to make all parsing functions look similar.
OK michele@
|
|
requests. Else a priority inversion may happen that would build
label switching pathes that use inactive routes.
OK michele@
|
|
correct option (e.g. 'sysmerge /tmp/etc48.tgz'). Use OPTIND as all args
are handled by getopts we can catch misusage and we exit with an error.
from Brian Poole, thanks.
ok sthen@
|
|
(sorry, I don't remember your name, I misplaced that email)
|
|
|
|
RFC 4517 are recognized, except the optional wordMatch and keywordMatch.
Requires a current core.schema file.
|
|
(syntax oid 1.3.6.1.4.1.1466.115.121.1.15). Use caseExactMatch instead.
Prepares for upcoming validation of matching rules.
|
|
|
|
|
|
by RFC 4511. A filter term can now be evaluated as undefined if the
attribute description is not recognized, the attribute type doesn't define
the appropriate matching rule, or the filtering is not implemented.
This also implements the NOT filter in the query planner.
|
|
|
|
|
|
pt out by cppcheck/jasper, ok sthen claudio
|
|
authenticated relaying. one can create many maps holding credentials and
name them however he/she wants, just like any other map.
teach smtpd how to select a credentials map at the rule-level allowing a
setup to relay through the same MX with different credentials depending
on the source.
smtpd.conf.5 updated to reflect changes with help from jmc@
|
|
|
|
|
|
some rules to have a longer expiry delay than the default:
accept for [...] relay expire 8d # will stay 8 days in queue
I added the man page bits so I don't forget but I need to reword it a bit
|
|
|
|
ok deraadt
|
|
(fixes cyrus-sasl install/updates, but not deinstall yet)
|
|
|
|
but allow absolute pathnames (treat that as an implicit @cwd).
|
|
|
|
some cases it is desired to load the rules as "match in" without "quick"
to allow additional filtering or applying additional rule/state options,
eg. to add an overload table for DOS mitigation. Add the optional "match"
keyword for the redirect "tag" option to change the pf rule type accordingly.
ok jsg@ mikeb@
|
|
Currently on the genaration side is done.
|
|
FEC is the one and only FEC of that message. This is required by
the RFC. While it is not correct to have multiple FEC in anything
but label mapping messages ldpd will accept those since the RFC
is extra vague about this feature and it does not hurt.
|
|
definition of a FEC mapping. This makes extending struct map simpler
and makes it possible to access the additional data in struct map.
|
|
lde_send_labelrequest(), and lde_nbr_do_mappings() to follow the
algorithms defined in Appendix A of RFC 5036. Added comments and
markers for better understanding and to find missing bits.
OK michele@
|
|
OK michele@
|
|
simple binds with BSD Authentication, using '#' as the delimiter, such
as:
userPassword: {BSDAUTH}username#loginclass
Useful for auth modules that require parameters such as login_radius.
ok martinh
|
|
out if we create them manually, instead of erroring later during pkg_add.
|
|
|
|
|
|
pass state thru so that we can check in /etc/pkg.conf and use it if we want.
|
|
*this will become an error eventually, please fix those*
|
|
use the common part independently.
|
|
|
|
|
|
does, so groff is happier with .so.
(agreed by ingo)
|
|
reference to be run before the command.
|
|
following misc@ discussion with Tony Sarendal. ok phessler@
|
|
|
|
reference in case attr_optadd() errors out.
Found by and diff provided by Igor Zinovik, OK henning@
|
|
fix the existing ones to correctly track outstanding request and
sent / recv mappings.
Looks good to michele@
|
|
it needs to be set to 0 afterwards again, because the FIB was decoupled
right before and now no "route vanished before delete" messages are
printed on shutdown.
|
|
in Mutt, as noticed by Andreas Kahari. ok espie@ "we'll fix the fix
if it breaks".
|
|
|
|
compare with available space, not the total space. This fixes rejection of
messages when there are multiple requests queued in the input buffer.
|
|
work for SASL and BSDAUTH binds as it does for simple binds.
|