summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/id.c
AgeCommit message (Collapse)Author
1998-02-19Allow 8 character login names.brian
Pointed out by: Forgotten Do the login()/logwtmp()/logout() as id 0.
1998-01-21Remove unused #includes.brian
Make various bits static. Remove unused variables. Submitted by: eivind
1997-12-27Write to the routing socket as uid 0. It's not good enoughbrian
to just open it as uid 0 under OpenBSD.
1997-12-21Add (BSD) copyright headersbrian
1997-11-23Import version 1.5 of ppp.brian
<sales> This is a user-level ppp implementation that uses the tun driver. It was originally created by a Japanese ISP. It's now piled with features. Check the man pages for details. </sales> The sources are identical to the ones in FreeBSD, except for the Makefile. IP aliasing (NAT) is disabled, and can be enabled by simply doing a ``make install'' of libalias, then rebuilding ppp. I'll create libalias as a port soon.