summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.c
Commit message (Expand)AuthorAgeFilesLines
* Port ppp(8) to utmpx.ed2010-01-131-23/+12
* Remove whitespace at the end of lines.brian2002-06-151-1/+1
* Coerce pid_t to long rather than int for better portability.brian2002-05-271-3/+3
* Don't drop the last character from ut_line in ID0logout().brian2002-03-051-7/+8
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-161-18/+0
* If the first character of the ``set title'' argument is `-',brian2000-08-091-1/+4
* include stdlib.h (setproctitle() is prototyped there in OpenBSD)brian2000-01-071-0/+1
* Call MkSockNode() as uid 0brian1999-11-211-0/+18
* Fix ``set proctitle'' by using setproctitle().brian1999-11-171-0/+14
* Use modfind() to check if a kld is already loaded.brian1999-11-161-1/+1
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-251-2/+2
* Do a kldload() if we get ENXIO trying to open /dev/tun0brian1999-09-221-1/+18
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-4/+4
* o If there's a session leader left running for a descriptorbrian1998-05-291-1/+14
* o Don't forget to close our transfer socket if we cannotbrian1998-05-281-1/+14
* MFMP: Make ppp multilink capable.brian1998-05-211-24/+53
* MFMP: Allow 8 character login names.brian1998-02-191-6/+41
* Remove unused #includes.brian1998-01-211-6/+1
* Write to the routing socket as uid 0. It's not good enoughbrian1997-12-271-1/+13
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Fix prototypes.brian1997-11-221-9/+10
* Use seteuid() instead of setreuid().brian1997-11-131-5/+5
* Introduce ID0 logging.brian1997-11-091-0/+145
OpenPOWER on IntegriCloud