Age | Commit message (Collapse) | Author |
|
the functions embedscope(), recoverscope(), clearscope().
ok claudio@
|
|
The scope should have been converted when we received it from kernel.
Remove log_in6addr_scope(), it is not used.
ok claudio@
|
|
- add missing copyright
- delete comment lines from the template
- new sentence, new line
- on npppd.8 BUGS section, clarified that what is dropped is L2TP/IPsec
packets
|
|
Ignore it in existing envelopes until it gets completely dropped.
Change "smtpctl show queue" to display the address family of the
envelope source instead of the ENQUEUE flag.
ok gilles@
|
|
no functional changes.
|
|
pointed out by Frank Brodbeck <fab at guug.de>, actual change with & ok jmc
|
|
while here, improve the way information is printed out a bit.
with input and ok camield, mpf
|
|
data left on return, since the RB compare functions uses memcmp(). While
there, remove all calls to bzero() before alias_parse().
ok gilles@
|
|
ok gilles@
|
|
ok gilles@
|
|
*_get() functions can be called directly.
ok gilles@
|
|
in a nicer way that silences the compiler.
ok benno@
|
|
ok benno@
|
|
- change expandtree_* prefix to expand_ for better readability and
because the structure might change at some point
- rename <>_free_nodes() to <>_free()
- remove unused <>_remove_node()
- refcounting has no purpose at all; just remove it as well as the
decrement/increment functions, and replace the latter with <>_insert
- expandnode flags is only used to know if it's been processed or not,
don't make it a flag but a simple field with clear name.
ok gilles@ chl@
|
|
|
|
is checked a few lines below again. Fewer checks make the code
more readable.
ok stsp@
|
|
change to a simpler implementation for it while there.
ok gilles@
|
|
- remove useless block in switch.
ok gilles@
|
|
- fix lka* function prototypes in smtpd.h
- make static functions static
- merge lka_session_init() into lka_session()
- make lka_session.c use tree.c to store sessions
ok gilles@
|
|
|
|
parse.y and `npppd-users' will be based on getcap(3). Add man pages.
feedback from giovanni
|
|
ok gilles@
|
|
- make static functions static
- pass const char * rather than char * when we mean that
- make parse_alias() more straightforward
ok gilles@
|
|
ok gilles@
|
|
sure jsg@ mikeb@
|
|
|
|
"not set" and used a PF_PRIO_NOTSET define for it. now that means that
everything that creates a struct pf_rule doesn't get away with bzero'ing it,
which turned out to be not so nice. so get rid of PF_PRIO_NOTSET, instead,
make a rule+state flag PFSTATE_SETPRIO which indicates wether the prio
should be set. ok benno claudio mikeb
|
|
|
|
OK sthen@ henning@
|
|
|
|
OK sthen@, benno@, henning@
|
|
"Instead of doing a poor mans offsetof() implementation change the code
to use an end pointer to compare against. Looks less scary and makes
gcc4 happy. OK henning@" (bgpd/kroute.c commit 1.182)
|
|
|
|
-U to unlock an account
-Z to lock an account
Locking means adding a '*' prefix to the encrypted password and appending
a '-' to the user's shell... and obviously the opposite for unlocking.
some inputs from sthen@, otto@ and deraadt@
ok todd@
|
|
|
|
great deal.
While there, rename the default "localhost" map to "<localhost>" to make
it look more internal, and create a single "<anyhost>" map referenced by
"from all" rules, instead of creating a dynamic one for each of them.
ok gilles@ chl@
|
|
ok reyk
|
|
|
|
turns out documentation got it wrong. This commit changes formats and doc,
it makes situation saner:
%A = user part of sender address
%D = domain part of sender address
%a = user part of recipient address
%d = domain part of recipient address
%u = unix account of recipient
ok eric@
|
|
fix a bug where local sessions were not accounted for.
ok gilles@
|
|
using the same logic from install.sub
ok halex@
|
|
|
|
also mark some known targets as .PHONY
okay miod@
|
|
|
|
|
|
Traps are still sent via SNMPv2 protocol. They can neither be
authenticated nor encrypted. - Transport mode is still UDP. Not
additional transport subsystems were added. - Only the User-based
Security Model (USM, RFC3414) is supported. View-Based Access Control
(VACM, RFC3415) is not included. - Configuration is described in
snmpd.conf(5).
This diff includes a few minor changes to ber.c/h adding a necessary
callback for the USM HMAC calculation and merging it with other
minor changes from ldapd's ber code.
From Gerhard Roth at genua
ok claudio@ reyk@
|
|
|
|
prompted by gilles@
|
|
files are too smtpd-specific for the general build;
ok gilles
|
|
|