matthieu
6794a57af3
pflog is a binary file, ok jakob@
23 years ago
millert
dc64978377
Change the second arg to pw_mkdb() from a boolean flag to a set of
bit flags ORed together. Currently the only flags defined are
_PASSWORD_SECUREONLY and _PASSWORD_OMITV7 but this is enough to
cause pw_mkdb() to run pwd_mkdb with the options we want.
With this change we no longer generate the old V7 passwd file when
only the extra fields in master.passwd (or the encrypted password)
have changed. There are other programs that could probably use
the _PASSWORD_OMITV7 flag; they will be converted at a future date.
23 years ago
mickey
411519e9ed
add /etc/wsconsctl.conf; from Brian J. Kifiak <bk@rt.fm>
23 years ago
camield
3ed94aeba1
daemon.none is wrong
23 years ago
camield
ec41cc9284
local0 was there for ipf. daemon has its own logfile.
ok fgs@
23 years ago
deraadt
2dbee912e3
I forgot to list the pid file
23 years ago
deraadt
b87c669812
pflogd_flags; mbing@nfr.net
23 years ago
deraadt
7937dc67a0
oops, forgot to up pflog0; mbing@nfr.net
23 years ago
deraadt
94b63a501a
my initial guess at pflog rollover config
23 years ago
deraadt
f90607b1d5
start pflogd at the right place, I think
23 years ago
deraadt
18262f6b6b
altqd startup stuff
23 years ago
millert
17d95e498c
2nd arg to pw_mkdb()
23 years ago
millert
b2ff13368c
consistently use #include "util.h" not <util.h> since util.h lives in this dir.
23 years ago
millert
5caca03abd
Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s
flag and crank the library major due to the interface change.
23 years ago
millert
010e8fe0d7
Get rid of extraneous #includes by using stub struct declarations.
23 years ago
heko
52b680a55c
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
23 years ago
krw
db03892fa7
Fixup example files, man pages and phones parsing.
Make '/etc/remote' a working example, with some lengthy comments that
might help people trying to use it.
Remove untruths and beef up documentation for tip(1), remote(5) and
phones(5). In particular remove last reference to the 'cu' tip
interface since we use the 'cu' that comes with uucp, improve
documentation on phone numbers and flesh out documentation on
acu/modems supported. Document PHONES and REMOTE environment
variables.
Cleanup parsing of /etc/phones (so our example can be used) and ignore
lines with empty phone numbers instead of aborting the scan of the
file. This makes /etc/phones parsing consistant with ':pn:' capability
parsing. Don't try to dial empty phone numbers in either case.
ok millert@
23 years ago
millert
54d0f56882
skey was left out of the default authentication methods; add it back
23 years ago
millert
bb68e62e46
remove redundant __noreturn__ attributes now that __dead is sane for modern gcc
23 years ago
deraadt
e913feecc5
enable ah & esp by default, now that we trust the code more
23 years ago
jakob
c515d5f45f
add getrrsetbyname(3) - API to retrieve arbitrary DNS records
23 years ago
mpech
8038b2e506
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
23 years ago
jakob
0b83396f5d
add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@
23 years ago
deraadt
a6e7577b48
we talked about libsectok having an include target a couple of times....
23 years ago
hugh
1d494c434e
a space before a redirect
23 years ago
millert
f4dff807f0
Minor style pedentry from ben@arbor.net plus some of my own and sync
libkern and libc versions.
23 years ago
mpech
a7678ef179
clean up.
millert@ ok
23 years ago
fgsch
6de68c7c16
remove clean.weekly from here. this can be added in weekly.local if
needed and we don't ship it anyway; millert@ ok.
23 years ago
jakob
b16e11f270
EDNS0 RFC ref typo. ok deraadt@
23 years ago
espie
b3f7663d31
typo in comment
23 years ago
millert
b95bad7b69
Expose protos for _{err,warn}{,x} regardless of __indr_reference being
defined since in the notdef __indr_reference case they are still present,
just as real functions. Fixes some alpha warnings.
23 years ago
millert
6abe47407d
Give login_cap_t a struct name so we can use forward declarations.
23 years ago
millert
b8b89abcad
RETURN VALUES, not RETURN VALUE
23 years ago
millert
21456efabd
Make the list of required #includes match reality.
23 years ago
miod
6fec4ab528
Don't remove innocent files by accident, but on the other hand,
be sure to remove filres before mknod'ing them again.
Also speed up some rm constructs.
Discussed with hugh@
23 years ago
aaron
426796c9a3
Plug memory leak in pw_copy(); millert@ ok
23 years ago
pvalchev
bb58cddc90
remove mips leftovers; ok brad
23 years ago
millert
ac9258efed
Move the proto field to be after the "on" argument which is consistent
with pf.conf. If no proto is specified tcp is assumed.
dhartmei@ OK
23 years ago
dhartmei
3d71e61bce
Extend nat/rdr syntax. Add source/destination selection. Make
interface optional. Suggested by rdump@river.com .
nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any |
[!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)]
rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any |
[!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*]
[proto (tcp | udp | icmp)]
23 years ago
deraadt
431f8263a1
correct type on last arg to execl(); nordin@cse.ogi.edu
23 years ago
deraadt
71d2e52579
a first pass at -Wall
23 years ago
millert
b09a2a543d
mention radius but don't put it in the list of default authentication styles
23 years ago
angelos
ef20412889
Also, source /etc/rc.conf so we can pull in the
multicast_host/multicast_router settings; this is useful if one
flushes the routing table and re-initializes.
We really need a netconfig tool of sorts.
23 years ago
angelos
04a6a1078d
Use "route -n show -inet" to determine the default multicast iface.
23 years ago
deraadt
4c69dfa358
pf off by default; how did this happening, as is noone testing????
23 years ago
mickey
2518b3b90d
create iop0, iop1
23 years ago
mickey
78d9b8f5a8
wsconsctl.conf support, wsconsctl accepts saner var names now; raadtified
23 years ago
niklas
26f8bc61ec
Add two I2O devices as iop[01]
23 years ago
deraadt
1e7ff0c0ba
pull in rc.conf early so that pf(1) startup is right; tested by jasoni, comments from millert
23 years ago
brian
94801a912f
Fix some typos; olgeni@uli.it
23 years ago