summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1997-12-14Whoops. Remember to update usage when changing the way defualt handling isgene
done.
1997-12-14Invoke raging paranoia on strcpy's that should be strncpy's.gene
These should be checked in all but one case anyway, but you never know.
1997-12-14Inspired by changes in NetBSD but done a different way.gene
pkg_info by itself acts as if -a -I were given, and when no flags are passed with package names, -I is implied.
1997-12-11Hook user-level ppp and pppctl.brian
1997-12-08Deal with inflate() returning avail_in == avail_out == 0brian
We must call inflate again in case there's any pending output despite our input buffer being empty. If the output buffer is in fact already flushed, inflate() returns Z_BUF_ERROR. There isn't really an error !
1997-12-08Correct usage of `add' and `delete'.brian
1997-12-08first cut at performance enhancing heuristicTheo de Raadt
1997-12-07Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian
I did the deflate re-org). Make PAP & CHAP negotiation prettier in the log file. If both PAP & CHAP are `enabled' and the peer NAKs CHAP suggesting PAP, be friendly and REQ PAP the next time. This is in line with the rfc.
1997-12-07Add forgotten files.brian
1997-12-07Only allow one arg to `delete' - the mask & gateway aren't necessary.brian
Delete AF_LINK routes as well as AF_INET. Allow the word `default' as the arg to `delete' or in place of the first two args (dest & netmask) to `add'. Accept INTERFACE as the third arg to `add'. You can now say `add default interface' to create a default route through the tun interface. It's reported that subsequent bind()s will bind to a broadcast address and not to the address currently assigned to the tun device - this is the first step towards supporting that first connection that was around from before the dynamic IP negotiation....
1997-12-06Correct cftypes128 index.brian
1997-12-06Understand ``sockaddr_dl''s where sdl_nlen != 0brian
1997-12-06Remove duplicate REJECTED macro.brian
Remove extraneous pointers.
1997-12-06Initialize ccpstate when CCP comes down.brian
Remove extraneous pointers.
1997-12-06Parenthesise the REJECTED macro.brian
1997-12-06Identify rejected protocol types according to rfc1700.brian
1997-12-06Add DEFLATE capabilities (rfc1979).brian
1997-12-06Show uptime as zero if a connection has never been made.brian
1997-12-04Fixed a sysadmin-dos.Artur Grabowski
1997-11-30Fix setting of crtscts. It was not being set in set_up_tty() if theTodd C. Miller
local var "local" is set. This is a problem since that is set during chat. Use the "modem" var instead.
1997-11-28I'm amazed that noone has ever misspelled the ethernet address whenArtur Grabowski
doing an arp -s. Well I was the first. ;)
1997-11-26Don't look for /usr/include/alias.h in the Makefile,brian
expect ``make -DHAVE_LIBALIAS'' instead. alias.h poo poo'd by: Theo
1997-11-23Remove trash directory (duh!)brian
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.
1997-11-21bail if no arp entriesTheo de Raadt
1997-11-17Mention SIGUSR1 in SIGNALS section. Noted by Heiko W.Rupp <hwr@pilhuhn.de>Todd C. Miller
1997-11-17do not make obj in dbsym anymore, eitherTheo de Raadt
1997-11-17byeTheo de Raadt
1997-11-17remove parts of dbsymkstailey
1997-11-17Fix a pretty embarrassing typo in the Usage help message.gene
Also, minor KNF whlle here.
1997-11-17Come to think of it the sun3 doesn't use dbsym anymore...kstailey
Is dbsym dead? Should it be removed from the tree?
1997-11-173-arg msync(2)kstailey
1997-11-16Replace "micro getopt" with real getopt for readability's sake.Todd C. Miller
1997-11-14clone freebsd "-R rate"; default to 256 invocations/minuteTheo de Raadt
1997-11-14crank TOOMANY to 160 for nowTheo de Raadt
1997-11-14clear CLOCAL if modem is set but modem_chat is not.Todd C. Miller
1997-11-13Add missing .TPTodd C. Miller
1997-11-13from mycroft;Theo de Raadt
Allow options and makeoptions to take an empty string as a value. Add `object' and `library' keywords to pull in precompiled .o and .a files. Syntax is like the `file' keyword; e.g.: object arch/i386/i386/mumble.o [mumble] [needs-flag] Largely from Michael Richardson in PR 3833, with some changes by me.
1997-11-10SVC_DESTROY ?Theo de Raadt
1997-11-10use clnt_destroy(); PR#345Theo de Raadt
1997-11-09#if 0 out references to IN_LOCKED, IN_WANTED, IN_LWAIT.Todd C. Miller
Need to merge in changes from lite2 pstat.c but this will do for now.
1997-11-09$OpenBSD$Todd T. Fries
1997-11-09Upgrade to sendmail 8.8.8gene
1997-11-07Rewrite bad code.bri
Suggested by: Theo
1997-11-06indentTheo de Raadt
1997-11-06indentTheo de Raadt
1997-11-06Understand sections in syslog.conf.bri
Current syslog.conf files are still understood andtreated the same.
1997-11-05u_short keys --> u_int keysflipk
so now, keywords "uid" and "uname" work again.
1997-11-04Get past all sorts of picky machines (netcom, aol, etc) now.kstailey
1997-11-04ensure we got a reserved portTheo de Raadt