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
angelos
aebd8d5728
/dev/pf is major 39; openbsd@davidkrause.com
23 years ago
angelos
a03d800d64
Add pf.conf and nat.conf ;openbsd@davidkrause.com
23 years ago
millert
1c62fde045
List all authentication types; krb4-or-pwd is still the default...
23 years ago
dhartmei
a023925a41
pf is major 39 on powerpc
23 years ago
kjell
6432caff82
Initialization infrastruture for pf. Based on initial patches
by ian@, and much input and mangling from theo.
23 years ago
millert
f73465dedd
Default login style is now krb4-or-pwd, not krb-or-pwd.
23 years ago
deraadt
44857dd1cb
create /usr/libdata/ssh
23 years ago
kjc
3ed110fb8d
add an entry for ALTQ.
23 years ago
deraadt
2bc1a984a5
bye bye pmax
23 years ago
deraadt
ddab92e571
Why was a very large chunk of code commited to the source tree without
checking if a make build of the entire system still works? How many
other parts of the tree are now not going to build? All development
has not stopped until this is fixed.
23 years ago
wilfried
6819a818e1
primes was renamed to moduli, ok deraadt
23 years ago
angelos
f4c09b8b89
Actually, remove local0 entry (pflog) -- logging is not done this way
anymore.
23 years ago
hin
69ab37e632
I suck
23 years ago
hin
c0f86c97c2
KerberosV support.
Kerberos related cleanup.
23 years ago
angelos
4a4fb3fa6a
IPSec->IPsec (jsyn@nthough.com)
23 years ago
lebel
60ef74bf70
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
23 years ago
smart
dc2e0a7874
Point to pf.conf(5) and nat.conf(5) for help
23 years ago
smurph
eb84f23953
Initial import for mvmeppc
23 years ago
kjell
f9cca3bd1a
Add pf.conf and nat.conf. ok theo
23 years ago
brad
24ed8b88a5
bye bye MIPS related bits and pieces.
--
Ok'd by deraadt@
23 years ago
kjell
6bb61fa0b5
change default pf configuration files to pf.conf and nat.conf. ok theo
23 years ago
hin
a8de85e124
Install kerberosV includefiles
23 years ago
provos
45fe52d6af
more ipf to go; from jsyn
23 years ago
dhartmei
0bb019bbf7
add pf.filter and pf.nat; ok @deraadt
23 years ago
dhartmei
b479b8f912
pf rule sets; ok deraadt@
23 years ago
drahn
4151a7d2d5
remove ksyms before recreating it.
23 years ago
nate
88e6e2d449
Since audio is obvoiusly working on alpha, enable the device by default
23 years ago
hin
b799ad5041
Install /etc/kerberosV/README
23 years ago
hin
3234d4d92a
Add /etc/kerberosV
23 years ago
hin
3ae92b43a7
Quick README for KerberosV. Needs more flesh.
23 years ago