aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/id.c
Commit message (Expand)AuthorAgeFilesLines
* Port ppp(8) to utmpx.Ed Schouten2010-01-131-23/+12
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* Coerce pid_t to long rather than int for better portability.Brian Somers2002-05-271-3/+3
* Don't drop the last character from ut_line in ID0logout().Brian Somers2002-03-051-7/+8
* setproctitle() doesn't need to be called with root privs, so moveBrian Somers2000-08-161-18/+0
* If the first character of the ``set title'' argument is `-',Brian Somers2000-08-091-1/+4
* include stdlib.h (setproctitle() is prototyped there in OpenBSD)Brian Somers2000-01-071-0/+1
* Call MkSockNode() as uid 0Brian Somers1999-11-211-0/+18
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-171-0/+14
* Use modfind() to check if a kld is already loaded.Brian Somers1999-11-161-1/+1
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.Brian Somers1999-10-251-2/+2
* Do a kldload() if we get ENXIO trying to open /dev/tun0Brian Somers1999-09-221-1/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-4/+4
* o If there's a session leader left running for a descriptorBrian Somers1998-05-291-1/+14
* o Don't forget to close our transfer socket if we cannotBrian Somers1998-05-281-1/+14
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-24/+53
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-19/+19
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-7/+7
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+28
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-1/+2
| * o Use __attribute__ (#ifdef __GNUC__) to type-checkBrian Somers1998-04-191-3/+3
| * Support client side DNS server negotiation, disabledBrian Somers1998-04-171-3/+7
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+1
| * Remove unused includes.Brian Somers1998-04-061-3/+1
| * Allow 8 character login names.Brian Somers1998-02-191-6/+41
| * Create an AbortProgram() function for getting out ofBrian Somers1998-02-081-3/+3
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+177
* MFMP: Allow 8 character login names.Brian Somers1998-02-191-6/+41
* Remove unused #includes.Brian Somers1998-01-211-6/+1
* Write to the routing socket as uid 0. It's not good enoughBrian Somers1997-12-271-1/+13
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Fix prototypes.Brian Somers1997-11-221-9/+10
* Use seteuid() instead of setreuid().Brian Somers1997-11-131-5/+5
* Introduce ID0 logging.Brian Somers1997-11-091-0/+145