OSDN Git Service

auto import from //depot/cupcake/@135843
authorThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:30:31 +0000 (19:30 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:30:31 +0000 (19:30 -0800)
commit8ad0dd2a5c5f23cd210aedba72a43e48026e7436
treeb4293a1636331777f640f43f814667a9e1b0bbb7
parent7ec1262af43ee60f9e61973439fce12a471b4f99
auto import from //depot/cupcake/@135843
127 files changed:
pppd/Android.mk [new file with mode: 0644]
pppd/MODULE_LICENSE_BSD [new file with mode: 0644]
pppd/Makefile.linux [new file with mode: 0644]
pppd/Makefile.sol2 [new file with mode: 0644]
pppd/NOTICE [new file with mode: 0644]
pppd/auth.c [new file with mode: 0644]
pppd/cbcp.c [new file with mode: 0644]
pppd/cbcp.h [new file with mode: 0644]
pppd/ccp.c [new file with mode: 0644]
pppd/ccp.h [new file with mode: 0644]
pppd/chap-md5.c [new file with mode: 0644]
pppd/chap-md5.h [new file with mode: 0644]
pppd/chap-new.c [new file with mode: 0644]
pppd/chap-new.h [new file with mode: 0644]
pppd/chap_ms.c [new file with mode: 0644]
pppd/chap_ms.h [new file with mode: 0644]
pppd/demand.c [new file with mode: 0644]
pppd/eap.c [new file with mode: 0644]
pppd/eap.h [new file with mode: 0644]
pppd/ecp.c [new file with mode: 0644]
pppd/ecp.h [new file with mode: 0644]
pppd/eui64.c [new file with mode: 0644]
pppd/eui64.h [new file with mode: 0644]
pppd/fsm.c [new file with mode: 0644]
pppd/fsm.h [new file with mode: 0644]
pppd/include/net/if_ppp.h [new file with mode: 0644]
pppd/include/net/ppp-comp.h [new file with mode: 0644]
pppd/include/net/ppp_defs.h [new file with mode: 0644]
pppd/include/net/pppio.h [new file with mode: 0644]
pppd/include/net/slcompress.h [new file with mode: 0644]
pppd/include/net/vjcompress.h [new file with mode: 0644]
pppd/include/pcap-int.h [new file with mode: 0644]
pppd/ipcp.c [new file with mode: 0644]
pppd/ipcp.h [new file with mode: 0644]
pppd/ipv6cp.c [new file with mode: 0644]
pppd/ipv6cp.h [new file with mode: 0644]
pppd/ipxcp.c [new file with mode: 0644]
pppd/ipxcp.h [new file with mode: 0644]
pppd/lcp.c [new file with mode: 0644]
pppd/lcp.h [new file with mode: 0644]
pppd/magic.c [new file with mode: 0644]
pppd/magic.h [new file with mode: 0644]
pppd/main.c [new file with mode: 0644]
pppd/md4.c [new file with mode: 0644]
pppd/md4.h [new file with mode: 0644]
pppd/md5.c [new file with mode: 0644]
pppd/md5.h [new file with mode: 0644]
pppd/multilink.c [new file with mode: 0644]
pppd/options.c [new file with mode: 0644]
pppd/patchlevel.h [new file with mode: 0644]
pppd/pathnames.h [new file with mode: 0644]
pppd/plugins/Makefile.linux [new file with mode: 0644]
pppd/plugins/Makefile.sol2 [new file with mode: 0644]
pppd/plugins/minconn.c [new file with mode: 0644]
pppd/plugins/passprompt.c [new file with mode: 0644]
pppd/plugins/passwordfd.c [new file with mode: 0644]
pppd/plugins/pppoatm/COPYING [new file with mode: 0644]
pppd/plugins/pppoatm/Makefile.linux [new file with mode: 0644]
pppd/plugins/pppoatm/ans.c [new file with mode: 0644]
pppd/plugins/pppoatm/atm.h [new file with mode: 0644]
pppd/plugins/pppoatm/atmres.h [new file with mode: 0644]
pppd/plugins/pppoatm/atmsap.h [new file with mode: 0644]
pppd/plugins/pppoatm/misc.c [new file with mode: 0644]
pppd/plugins/pppoatm/pppoatm.c [new file with mode: 0644]
pppd/plugins/pppoatm/text2atm.c [new file with mode: 0644]
pppd/plugins/pppoatm/text2qos.c [new file with mode: 0644]
pppd/plugins/radius/COPYRIGHT [new file with mode: 0644]
pppd/plugins/radius/Makefile.linux [new file with mode: 0644]
pppd/plugins/radius/avpair.c [new file with mode: 0644]
pppd/plugins/radius/buildreq.c [new file with mode: 0644]
pppd/plugins/radius/clientid.c [new file with mode: 0644]
pppd/plugins/radius/config.c [new file with mode: 0644]
pppd/plugins/radius/dict.c [new file with mode: 0644]
pppd/plugins/radius/etc/dictionary [new file with mode: 0644]
pppd/plugins/radius/etc/dictionary.ascend [new file with mode: 0644]
pppd/plugins/radius/etc/dictionary.compat [new file with mode: 0644]
pppd/plugins/radius/etc/dictionary.merit [new file with mode: 0644]
pppd/plugins/radius/etc/dictionary.microsoft [new file with mode: 0644]
pppd/plugins/radius/etc/issue [new file with mode: 0644]
pppd/plugins/radius/etc/port-id-map [new file with mode: 0644]
pppd/plugins/radius/etc/radiusclient.conf [new file with mode: 0644]
pppd/plugins/radius/etc/radiusclient.conf.in [new file with mode: 0644]
pppd/plugins/radius/etc/realms [new file with mode: 0644]
pppd/plugins/radius/etc/servers [new file with mode: 0644]
pppd/plugins/radius/includes.h [new file with mode: 0644]
pppd/plugins/radius/ip_util.c [new file with mode: 0644]
pppd/plugins/radius/lock.c [new file with mode: 0644]
pppd/plugins/radius/md5.c [new file with mode: 0644]
pppd/plugins/radius/options.h [new file with mode: 0644]
pppd/plugins/radius/pathnames.h [new file with mode: 0644]
pppd/plugins/radius/pppd-radattr.8 [new file with mode: 0644]
pppd/plugins/radius/pppd-radius.8 [new file with mode: 0644]
pppd/plugins/radius/radattr.c [new file with mode: 0644]
pppd/plugins/radius/radius.c [new file with mode: 0644]
pppd/plugins/radius/radiusclient.h [new file with mode: 0644]
pppd/plugins/radius/radrealms.c [new file with mode: 0644]
pppd/plugins/radius/sendserver.c [new file with mode: 0644]
pppd/plugins/radius/util.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/Makefile.linux [new file with mode: 0644]
pppd/plugins/rp-pppoe/common.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/config.h [new file with mode: 0644]
pppd/plugins/rp-pppoe/debug.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/discovery.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/if.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/plugin.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/pppoe-discovery.c [new file with mode: 0644]
pppd/plugins/rp-pppoe/pppoe.h [new file with mode: 0644]
pppd/plugins/winbind.c [new file with mode: 0644]
pppd/ppp.pam [new file with mode: 0644]
pppd/pppcrypt.c [new file with mode: 0644]
pppd/pppcrypt.h [new file with mode: 0644]
pppd/pppd.8 [new file with mode: 0644]
pppd/pppd.h [new file with mode: 0644]
pppd/sha1.c [new file with mode: 0644]
pppd/sha1.h [new file with mode: 0644]
pppd/spinlock.c [new file with mode: 0644]
pppd/spinlock.h [new file with mode: 0644]
pppd/srp-entry.8 [new file with mode: 0644]
pppd/srp-entry.c [new file with mode: 0644]
pppd/sys-linux.c [new file with mode: 0644]
pppd/sys-solaris.c [new file with mode: 0644]
pppd/tdb.c [new file with mode: 0644]
pppd/tdb.h [new file with mode: 0644]
pppd/tty.c [new file with mode: 0644]
pppd/upap.c [new file with mode: 0644]
pppd/upap.h [new file with mode: 0644]
pppd/utils.c [new file with mode: 0644]