summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.h
Commit message (Collapse)AuthorAgeFilesLines
* 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