OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Brian Somers (briancvs.openbsd.org)
Date: Fri Mar 23 2001 - 19:06:11 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: briancvs.openbsd.org 2001/03/23 18:06:10

    Modified files:
            usr.sbin/ppp/ppp: alias.h bundle.c defs.h ether.c ip.c ipcp.c
                              main.c nat_cmd.c physical.c ppp.8 prompt.c
                              radius.h server.h systems.c tcp.c tun.c udp.c

    Log message:
    Remove some unprotected prototype variable names
    MAXPATHLEN -> PATH_MAX
    Handle ENOENT from opening /dev/tun* properly
    Rename _PATH_PPP -> PPP_CONFDIR and allow it to be redefined at compile time
    Reduce MIN_LQRPERIOD and MIN_FSMRETRY to 1 second
    Be smarter about identifying sockets on stdin
    Allow primary DNS IP negotiation when the secondary IP has been rejected
    Fix the call to PacketAliasProxyRule() properly.
    Add/fix some comments
    Fix man page markups; ruFreeBSD.org
    Use localhost when no hostname is configured