summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.h
Commit message (Collapse)AuthorAgeFilesLines
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+38
| | | | capabilities.
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-161-1/+0
| | | | it from id.c into defs.c
* Call MkSockNode() as uid 0brian1999-11-211-0/+3
| | | | Forgotten by: julian
* Fix ``set proctitle'' by using setproctitle().brian1999-11-171-0/+1
|
* Use modfind() to check if a kld is already loaded.brian1999-11-161-1/+1
| | | | Submitted mostly by: green
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-251-1/+1
|
* Do a kldload() if we get ENXIO trying to open /dev/tun0brian1999-09-221-0/+3
| | | | Originally submitted by: green
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* o If there's a session leader left running for a descriptorbrian1998-05-291-1/+2
| | | | | | | | | | | that we're now closing, manually HUP that session leader so that the tty is fully released. o Always restart our carrier detect timer in the receiving process if it was running in the sending process (as we now *always* pass the descriptor). o Tweak argv when we go into pause() mode to keep our session so that ps can see what's going on (without checking for a `pause' state in `ps -l').
* o Don't forget to close our transfer socket if we cannotbrian1998-05-281-1/+2
| | | | | | | generate the data to transfer. o Transfer uucp lock ownership for the transferred device. o Don't assume we know the correct values of dev_is_modem and mbits after the transfer.
* MFMP: Make ppp multilink capable.brian1998-05-211-2/+5
| | | | See the file README.changes, and re-read the man page.
* MFMP: Allow 8 character login names.brian1998-02-191-1/+5
| | | | Do the login()/logwtmp()/logout() as id 0.
* Write to the routing socket as uid 0. It's not good enoughbrian1997-12-271-1/+2
| | | | to just open it as uid 0 under OpenBSD.
* Add (BSD) copyright headers.brian1997-12-211-2/+26
|
* Introduce ID0 logging.brian1997-11-091-0/+13
Stay as the invoking uid as much as possible. Execution as a normal user is still forbidden for now, so these changes are pretty ineffective. The next commit will implement the modifications suggested on -hackers a number of days ago.
OpenPOWER on IntegriCloud