[pkg-wpa-devel] r1525 - in /hostapd/branches/upstream/current: hostapd/ hostapd/doc/ src/ src/ap/ src/common/ src/crypto/ src/drivers/ src/eap_common/ src/eap_peer/ src/eap_server/ src/eapol_auth/ src/eapol_supp/ src/hlr_auc_gw/ src/l2_packet/ src/radius/ src/rsn_supp/ src/tls/ src/utils/ src/wps/

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Mon Apr 26 17:46:55 UTC 2010


Author: jandd
Date: Mon Apr 26 17:46:52 2010
New Revision: 1525

URL: http://svn.debian.org/wsvn/?sc=1&rev=1525
Log:
[svn-upgrade] Integrating new upstream version, hostapd (0.7.2)

Added:
    hostapd/branches/upstream/current/hostapd/config_file.c
    hostapd/branches/upstream/current/hostapd/config_file.h
    hostapd/branches/upstream/current/hostapd/dump_state.c
    hostapd/branches/upstream/current/hostapd/dump_state.h
    hostapd/branches/upstream/current/hostapd/eap_register.c
    hostapd/branches/upstream/current/hostapd/eap_register.h
    hostapd/branches/upstream/current/hostapd/hlr_auc_gw.c
    hostapd/branches/upstream/current/hostapd/hlr_auc_gw.milenage_db
    hostapd/branches/upstream/current/hostapd/main.c
    hostapd/branches/upstream/current/src/ap/
    hostapd/branches/upstream/current/src/ap/Makefile
    hostapd/branches/upstream/current/src/ap/accounting.c
    hostapd/branches/upstream/current/src/ap/accounting.h
    hostapd/branches/upstream/current/src/ap/ap_config.c
    hostapd/branches/upstream/current/src/ap/ap_config.h
    hostapd/branches/upstream/current/src/ap/ap_drv_ops.c
    hostapd/branches/upstream/current/src/ap/ap_drv_ops.h
    hostapd/branches/upstream/current/src/ap/ap_list.c
    hostapd/branches/upstream/current/src/ap/ap_list.h
    hostapd/branches/upstream/current/src/ap/ap_mlme.c
    hostapd/branches/upstream/current/src/ap/ap_mlme.h
    hostapd/branches/upstream/current/src/ap/authsrv.c
    hostapd/branches/upstream/current/src/ap/authsrv.h
    hostapd/branches/upstream/current/src/ap/beacon.c
    hostapd/branches/upstream/current/src/ap/beacon.h
    hostapd/branches/upstream/current/src/ap/ctrl_iface_ap.c
    hostapd/branches/upstream/current/src/ap/ctrl_iface_ap.h
    hostapd/branches/upstream/current/src/ap/drv_callbacks.c
    hostapd/branches/upstream/current/src/ap/hostapd.c
    hostapd/branches/upstream/current/src/ap/hostapd.h
    hostapd/branches/upstream/current/src/ap/hw_features.c
    hostapd/branches/upstream/current/src/ap/hw_features.h
    hostapd/branches/upstream/current/src/ap/iapp.c
    hostapd/branches/upstream/current/src/ap/iapp.h
    hostapd/branches/upstream/current/src/ap/ieee802_11.c
    hostapd/branches/upstream/current/src/ap/ieee802_11.h
    hostapd/branches/upstream/current/src/ap/ieee802_11_auth.c
    hostapd/branches/upstream/current/src/ap/ieee802_11_auth.h
    hostapd/branches/upstream/current/src/ap/ieee802_11_ht.c
    hostapd/branches/upstream/current/src/ap/ieee802_1x.c
    hostapd/branches/upstream/current/src/ap/ieee802_1x.h
    hostapd/branches/upstream/current/src/ap/peerkey_auth.c
    hostapd/branches/upstream/current/src/ap/pmksa_cache_auth.c
    hostapd/branches/upstream/current/src/ap/pmksa_cache_auth.h
    hostapd/branches/upstream/current/src/ap/preauth_auth.c
    hostapd/branches/upstream/current/src/ap/preauth_auth.h
    hostapd/branches/upstream/current/src/ap/sta_info.c
    hostapd/branches/upstream/current/src/ap/sta_info.h
    hostapd/branches/upstream/current/src/ap/tkip_countermeasures.c
    hostapd/branches/upstream/current/src/ap/tkip_countermeasures.h
    hostapd/branches/upstream/current/src/ap/utils.c
    hostapd/branches/upstream/current/src/ap/vlan_init.c
    hostapd/branches/upstream/current/src/ap/vlan_init.h
    hostapd/branches/upstream/current/src/ap/wmm.c
    hostapd/branches/upstream/current/src/ap/wmm.h
    hostapd/branches/upstream/current/src/ap/wpa_auth.c
    hostapd/branches/upstream/current/src/ap/wpa_auth.h
    hostapd/branches/upstream/current/src/ap/wpa_auth_ft.c
    hostapd/branches/upstream/current/src/ap/wpa_auth_glue.c
    hostapd/branches/upstream/current/src/ap/wpa_auth_glue.h
    hostapd/branches/upstream/current/src/ap/wpa_auth_i.h
    hostapd/branches/upstream/current/src/ap/wpa_auth_ie.c
    hostapd/branches/upstream/current/src/ap/wpa_auth_ie.h
    hostapd/branches/upstream/current/src/ap/wps_hostapd.c
    hostapd/branches/upstream/current/src/ap/wps_hostapd.h
    hostapd/branches/upstream/current/src/crypto/.gitignore
    hostapd/branches/upstream/current/src/crypto/aes-cbc.c
    hostapd/branches/upstream/current/src/crypto/aes-ctr.c
    hostapd/branches/upstream/current/src/crypto/aes-eax.c
    hostapd/branches/upstream/current/src/crypto/aes-encblock.c
    hostapd/branches/upstream/current/src/crypto/aes-internal-dec.c
    hostapd/branches/upstream/current/src/crypto/aes-internal-enc.c
    hostapd/branches/upstream/current/src/crypto/aes-internal.c
    hostapd/branches/upstream/current/src/crypto/aes-omac1.c
    hostapd/branches/upstream/current/src/crypto/aes-unwrap.c
    hostapd/branches/upstream/current/src/crypto/aes-wrap.c
    hostapd/branches/upstream/current/src/crypto/aes_i.h
    hostapd/branches/upstream/current/src/crypto/crypto_internal-cipher.c
    hostapd/branches/upstream/current/src/crypto/crypto_internal-modexp.c
    hostapd/branches/upstream/current/src/crypto/crypto_internal-rsa.c
    hostapd/branches/upstream/current/src/crypto/crypto_nss.c
    hostapd/branches/upstream/current/src/crypto/des-internal.c
    hostapd/branches/upstream/current/src/crypto/des_i.h
    hostapd/branches/upstream/current/src/crypto/dh_group5.c
    hostapd/branches/upstream/current/src/crypto/dh_group5.h
    hostapd/branches/upstream/current/src/crypto/fips_prf_cryptoapi.c
    hostapd/branches/upstream/current/src/crypto/fips_prf_gnutls.c
    hostapd/branches/upstream/current/src/crypto/fips_prf_internal.c
    hostapd/branches/upstream/current/src/crypto/fips_prf_nss.c
    hostapd/branches/upstream/current/src/crypto/fips_prf_openssl.c
    hostapd/branches/upstream/current/src/crypto/md4-internal.c
    hostapd/branches/upstream/current/src/crypto/md5-internal.c
    hostapd/branches/upstream/current/src/crypto/md5-non-fips.c
    hostapd/branches/upstream/current/src/crypto/md5_i.h
    hostapd/branches/upstream/current/src/crypto/milenage.c
    hostapd/branches/upstream/current/src/crypto/milenage.h
    hostapd/branches/upstream/current/src/crypto/sha1-internal.c
    hostapd/branches/upstream/current/src/crypto/sha1-pbkdf2.c
    hostapd/branches/upstream/current/src/crypto/sha1-tlsprf.c
    hostapd/branches/upstream/current/src/crypto/sha1-tprf.c
    hostapd/branches/upstream/current/src/crypto/sha1_i.h
    hostapd/branches/upstream/current/src/crypto/sha256-internal.c
    hostapd/branches/upstream/current/src/crypto/tls_nss.c
    hostapd/branches/upstream/current/src/drivers/.gitignore
    hostapd/branches/upstream/current/src/drivers/driver_atheros.c
    hostapd/branches/upstream/current/src/drivers/driver_none.c
    hostapd/branches/upstream/current/src/drivers/drivers.mak
    hostapd/branches/upstream/current/src/drivers/linux_ioctl.c
    hostapd/branches/upstream/current/src/drivers/linux_ioctl.h
    hostapd/branches/upstream/current/src/drivers/netlink.c
    hostapd/branches/upstream/current/src/drivers/netlink.h
    hostapd/branches/upstream/current/src/drivers/nl80211_copy.h
    hostapd/branches/upstream/current/src/drivers/wireless_copy.h
    hostapd/branches/upstream/current/src/eap_server/eap_server.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_aka.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_fast.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_gpsk.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_gtc.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_identity.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_ikev2.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_md5.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_methods.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_mschapv2.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_pax.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_peap.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_psk.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_sake.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_sim.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_tls.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_tls_common.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_tnc.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_ttls.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_vendor_test.c
    hostapd/branches/upstream/current/src/eap_server/eap_server_wsc.c
    hostapd/branches/upstream/current/src/eapol_auth/
    hostapd/branches/upstream/current/src/eapol_auth/Makefile
    hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_dump.c
    hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm.c
    hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm.h
    hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm_i.h
    hostapd/branches/upstream/current/src/lib.rules
    hostapd/branches/upstream/current/src/radius/.gitignore
    hostapd/branches/upstream/current/src/tls/.gitignore
    hostapd/branches/upstream/current/src/tls/pkcs1.c
    hostapd/branches/upstream/current/src/tls/pkcs1.h
    hostapd/branches/upstream/current/src/tls/pkcs5.c
    hostapd/branches/upstream/current/src/tls/pkcs5.h
    hostapd/branches/upstream/current/src/tls/pkcs8.c
    hostapd/branches/upstream/current/src/tls/pkcs8.h
    hostapd/branches/upstream/current/src/utils/.gitignore
    hostapd/branches/upstream/current/src/utils/list.h
    hostapd/branches/upstream/current/src/utils/radiotap.c
    hostapd/branches/upstream/current/src/utils/radiotap.h
    hostapd/branches/upstream/current/src/utils/radiotap_iter.h
    hostapd/branches/upstream/current/src/utils/trace.c
    hostapd/branches/upstream/current/src/utils/trace.h
    hostapd/branches/upstream/current/src/wps/http.h
    hostapd/branches/upstream/current/src/wps/http_client.c
    hostapd/branches/upstream/current/src/wps/http_client.h
    hostapd/branches/upstream/current/src/wps/http_server.c
    hostapd/branches/upstream/current/src/wps/http_server.h
    hostapd/branches/upstream/current/src/wps/ndef.c
    hostapd/branches/upstream/current/src/wps/upnp_xml.c
    hostapd/branches/upstream/current/src/wps/upnp_xml.h
    hostapd/branches/upstream/current/src/wps/wps_er.c
    hostapd/branches/upstream/current/src/wps/wps_er.h
    hostapd/branches/upstream/current/src/wps/wps_er_ssdp.c
    hostapd/branches/upstream/current/src/wps/wps_nfc.c
    hostapd/branches/upstream/current/src/wps/wps_nfc_pn531.c
    hostapd/branches/upstream/current/src/wps/wps_ufd.c
    hostapd/branches/upstream/current/src/wps/wps_upnp_ap.c
Removed:
    hostapd/branches/upstream/current/hostapd/accounting.c
    hostapd/branches/upstream/current/hostapd/accounting.h
    hostapd/branches/upstream/current/hostapd/ap.h
    hostapd/branches/upstream/current/hostapd/ap_list.c
    hostapd/branches/upstream/current/hostapd/ap_list.h
    hostapd/branches/upstream/current/hostapd/beacon.c
    hostapd/branches/upstream/current/hostapd/beacon.h
    hostapd/branches/upstream/current/hostapd/config.c
    hostapd/branches/upstream/current/hostapd/config.h
    hostapd/branches/upstream/current/hostapd/doc/
    hostapd/branches/upstream/current/hostapd/driver.h
    hostapd/branches/upstream/current/hostapd/driver_atheros.c
    hostapd/branches/upstream/current/hostapd/driver_bsd.c
    hostapd/branches/upstream/current/hostapd/driver_hostap.c
    hostapd/branches/upstream/current/hostapd/driver_madwifi.c
    hostapd/branches/upstream/current/hostapd/driver_nl80211.c
    hostapd/branches/upstream/current/hostapd/driver_none.c
    hostapd/branches/upstream/current/hostapd/driver_prism54.c
    hostapd/branches/upstream/current/hostapd/driver_test.c
    hostapd/branches/upstream/current/hostapd/driver_wired.c
    hostapd/branches/upstream/current/hostapd/drivers.c
    hostapd/branches/upstream/current/hostapd/eapol_sm.c
    hostapd/branches/upstream/current/hostapd/eapol_sm.h
    hostapd/branches/upstream/current/hostapd/hostap_common.h
    hostapd/branches/upstream/current/hostapd/hostapd.c
    hostapd/branches/upstream/current/hostapd/hostapd.h
    hostapd/branches/upstream/current/hostapd/hw_features.c
    hostapd/branches/upstream/current/hostapd/hw_features.h
    hostapd/branches/upstream/current/hostapd/iapp.c
    hostapd/branches/upstream/current/hostapd/iapp.h
    hostapd/branches/upstream/current/hostapd/ieee802_11.c
    hostapd/branches/upstream/current/hostapd/ieee802_11.h
    hostapd/branches/upstream/current/hostapd/ieee802_11_auth.c
    hostapd/branches/upstream/current/hostapd/ieee802_11_auth.h
    hostapd/branches/upstream/current/hostapd/ieee802_1x.c
    hostapd/branches/upstream/current/hostapd/ieee802_1x.h
    hostapd/branches/upstream/current/hostapd/mlme.c
    hostapd/branches/upstream/current/hostapd/mlme.h
    hostapd/branches/upstream/current/hostapd/peerkey.c
    hostapd/branches/upstream/current/hostapd/pmksa_cache.c
    hostapd/branches/upstream/current/hostapd/pmksa_cache.h
    hostapd/branches/upstream/current/hostapd/preauth.c
    hostapd/branches/upstream/current/hostapd/preauth.h
    hostapd/branches/upstream/current/hostapd/prism54.h
    hostapd/branches/upstream/current/hostapd/priv_netlink.h
    hostapd/branches/upstream/current/hostapd/radiotap.c
    hostapd/branches/upstream/current/hostapd/radiotap.h
    hostapd/branches/upstream/current/hostapd/radiotap_iter.h
    hostapd/branches/upstream/current/hostapd/sta_info.c
    hostapd/branches/upstream/current/hostapd/sta_info.h
    hostapd/branches/upstream/current/hostapd/vlan_init.c
    hostapd/branches/upstream/current/hostapd/vlan_init.h
    hostapd/branches/upstream/current/hostapd/wme.c
    hostapd/branches/upstream/current/hostapd/wme.h
    hostapd/branches/upstream/current/hostapd/wpa.c
    hostapd/branches/upstream/current/hostapd/wpa.h
    hostapd/branches/upstream/current/hostapd/wpa_auth_i.h
    hostapd/branches/upstream/current/hostapd/wpa_auth_ie.c
    hostapd/branches/upstream/current/hostapd/wpa_auth_ie.h
    hostapd/branches/upstream/current/hostapd/wpa_ft.c
    hostapd/branches/upstream/current/hostapd/wps_hostapd.c
    hostapd/branches/upstream/current/hostapd/wps_hostapd.h
    hostapd/branches/upstream/current/src/common/nl80211_copy.h
    hostapd/branches/upstream/current/src/common/wireless_copy.h
    hostapd/branches/upstream/current/src/crypto/aes.c
    hostapd/branches/upstream/current/src/crypto/aes_wrap.c
    hostapd/branches/upstream/current/src/crypto/des.c
    hostapd/branches/upstream/current/src/crypto/md4.c
    hostapd/branches/upstream/current/src/crypto/rc4.h
    hostapd/branches/upstream/current/src/drivers/driver_prism54.c
    hostapd/branches/upstream/current/src/drivers/driver_ps3.c
    hostapd/branches/upstream/current/src/drivers/radiotap.c
    hostapd/branches/upstream/current/src/drivers/radiotap.h
    hostapd/branches/upstream/current/src/drivers/radiotap_iter.h
    hostapd/branches/upstream/current/src/drivers/scan_helpers.c
    hostapd/branches/upstream/current/src/eap_server/eap.c
    hostapd/branches/upstream/current/src/eap_server/eap_aka.c
    hostapd/branches/upstream/current/src/eap_server/eap_fast.c
    hostapd/branches/upstream/current/src/eap_server/eap_gpsk.c
    hostapd/branches/upstream/current/src/eap_server/eap_gtc.c
    hostapd/branches/upstream/current/src/eap_server/eap_identity.c
    hostapd/branches/upstream/current/src/eap_server/eap_ikev2.c
    hostapd/branches/upstream/current/src/eap_server/eap_md5.c
    hostapd/branches/upstream/current/src/eap_server/eap_methods.c
    hostapd/branches/upstream/current/src/eap_server/eap_mschapv2.c
    hostapd/branches/upstream/current/src/eap_server/eap_pax.c
    hostapd/branches/upstream/current/src/eap_server/eap_peap.c
    hostapd/branches/upstream/current/src/eap_server/eap_psk.c
    hostapd/branches/upstream/current/src/eap_server/eap_sake.c
    hostapd/branches/upstream/current/src/eap_server/eap_sim.c
    hostapd/branches/upstream/current/src/eap_server/eap_tls.c
    hostapd/branches/upstream/current/src/eap_server/eap_tls_common.c
    hostapd/branches/upstream/current/src/eap_server/eap_tnc.c
    hostapd/branches/upstream/current/src/eap_server/eap_ttls.c
    hostapd/branches/upstream/current/src/eap_server/eap_vendor_test.c
    hostapd/branches/upstream/current/src/eap_server/eap_wsc.c
    hostapd/branches/upstream/current/src/hlr_auc_gw/
    hostapd/branches/upstream/current/src/tls/asn1_test.c
Modified:
    hostapd/branches/upstream/current/hostapd/ChangeLog
    hostapd/branches/upstream/current/hostapd/Makefile
    hostapd/branches/upstream/current/hostapd/README
    hostapd/branches/upstream/current/hostapd/README-WPS
    hostapd/branches/upstream/current/hostapd/ctrl_iface.c
    hostapd/branches/upstream/current/hostapd/ctrl_iface.h
    hostapd/branches/upstream/current/hostapd/defconfig
    hostapd/branches/upstream/current/hostapd/hostapd.8
    hostapd/branches/upstream/current/hostapd/hostapd.conf
    hostapd/branches/upstream/current/hostapd/hostapd_cli.1
    hostapd/branches/upstream/current/hostapd/hostapd_cli.c
    hostapd/branches/upstream/current/hostapd/nt_password_hash.c
    hostapd/branches/upstream/current/src/Makefile
    hostapd/branches/upstream/current/src/common/Makefile
    hostapd/branches/upstream/current/src/common/defs.h
    hostapd/branches/upstream/current/src/common/ieee802_11_common.c
    hostapd/branches/upstream/current/src/common/ieee802_11_common.h
    hostapd/branches/upstream/current/src/common/ieee802_11_defs.h
    hostapd/branches/upstream/current/src/common/privsep_commands.h
    hostapd/branches/upstream/current/src/common/version.h
    hostapd/branches/upstream/current/src/common/wpa_common.c
    hostapd/branches/upstream/current/src/common/wpa_common.h
    hostapd/branches/upstream/current/src/common/wpa_ctrl.h
    hostapd/branches/upstream/current/src/crypto/Makefile
    hostapd/branches/upstream/current/src/crypto/aes.h
    hostapd/branches/upstream/current/src/crypto/crypto.h
    hostapd/branches/upstream/current/src/crypto/crypto_cryptoapi.c
    hostapd/branches/upstream/current/src/crypto/crypto_gnutls.c
    hostapd/branches/upstream/current/src/crypto/crypto_internal.c
    hostapd/branches/upstream/current/src/crypto/crypto_libtomcrypt.c
    hostapd/branches/upstream/current/src/crypto/crypto_none.c
    hostapd/branches/upstream/current/src/crypto/crypto_openssl.c
    hostapd/branches/upstream/current/src/crypto/dh_groups.c
    hostapd/branches/upstream/current/src/crypto/md5.c
    hostapd/branches/upstream/current/src/crypto/md5.h
    hostapd/branches/upstream/current/src/crypto/ms_funcs.c
    hostapd/branches/upstream/current/src/crypto/ms_funcs.h
    hostapd/branches/upstream/current/src/crypto/rc4.c
    hostapd/branches/upstream/current/src/crypto/sha1.c
    hostapd/branches/upstream/current/src/crypto/sha1.h
    hostapd/branches/upstream/current/src/crypto/sha256.c
    hostapd/branches/upstream/current/src/crypto/tls.h
    hostapd/branches/upstream/current/src/crypto/tls_gnutls.c
    hostapd/branches/upstream/current/src/crypto/tls_internal.c
    hostapd/branches/upstream/current/src/crypto/tls_none.c
    hostapd/branches/upstream/current/src/crypto/tls_openssl.c
    hostapd/branches/upstream/current/src/crypto/tls_schannel.c
    hostapd/branches/upstream/current/src/drivers/Makefile
    hostapd/branches/upstream/current/src/drivers/driver.h
    hostapd/branches/upstream/current/src/drivers/driver_atmel.c
    hostapd/branches/upstream/current/src/drivers/driver_broadcom.c
    hostapd/branches/upstream/current/src/drivers/driver_bsd.c
    hostapd/branches/upstream/current/src/drivers/driver_hostap.c
    hostapd/branches/upstream/current/src/drivers/driver_hostap.h
    hostapd/branches/upstream/current/src/drivers/driver_iphone.m
    hostapd/branches/upstream/current/src/drivers/driver_ipw.c
    hostapd/branches/upstream/current/src/drivers/driver_madwifi.c
    hostapd/branches/upstream/current/src/drivers/driver_ndis.c
    hostapd/branches/upstream/current/src/drivers/driver_ndis.h
    hostapd/branches/upstream/current/src/drivers/driver_ndiswrapper.c
    hostapd/branches/upstream/current/src/drivers/driver_nl80211.c
    hostapd/branches/upstream/current/src/drivers/driver_osx.m
    hostapd/branches/upstream/current/src/drivers/driver_privsep.c
    hostapd/branches/upstream/current/src/drivers/driver_ralink.c
    hostapd/branches/upstream/current/src/drivers/driver_ralink.h
    hostapd/branches/upstream/current/src/drivers/driver_roboswitch.c
    hostapd/branches/upstream/current/src/drivers/driver_test.c
    hostapd/branches/upstream/current/src/drivers/driver_wext.c
    hostapd/branches/upstream/current/src/drivers/driver_wext.h
    hostapd/branches/upstream/current/src/drivers/driver_wired.c
    hostapd/branches/upstream/current/src/drivers/drivers.c
    hostapd/branches/upstream/current/src/drivers/priv_netlink.h
    hostapd/branches/upstream/current/src/eap_common/Makefile
    hostapd/branches/upstream/current/src/eap_common/chap.c
    hostapd/branches/upstream/current/src/eap_common/chap.h
    hostapd/branches/upstream/current/src/eap_common/eap_fast_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_gpsk_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_pax_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_peap_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_psk_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_sake_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_sim_common.c
    hostapd/branches/upstream/current/src/eap_common/eap_sim_common.h
    hostapd/branches/upstream/current/src/eap_common/ikev2_common.c
    hostapd/branches/upstream/current/src/eap_peer/Makefile
    hostapd/branches/upstream/current/src/eap_peer/eap.c
    hostapd/branches/upstream/current/src/eap_peer/eap.h
    hostapd/branches/upstream/current/src/eap_peer/eap_aka.c
    hostapd/branches/upstream/current/src/eap_peer/eap_config.h
    hostapd/branches/upstream/current/src/eap_peer/eap_fast.c
    hostapd/branches/upstream/current/src/eap_peer/eap_fast_pac.c
    hostapd/branches/upstream/current/src/eap_peer/eap_leap.c
    hostapd/branches/upstream/current/src/eap_peer/eap_md5.c
    hostapd/branches/upstream/current/src/eap_peer/eap_methods.c
    hostapd/branches/upstream/current/src/eap_peer/eap_methods.h
    hostapd/branches/upstream/current/src/eap_peer/eap_mschapv2.c
    hostapd/branches/upstream/current/src/eap_peer/eap_pax.c
    hostapd/branches/upstream/current/src/eap_peer/eap_peap.c
    hostapd/branches/upstream/current/src/eap_peer/eap_psk.c
    hostapd/branches/upstream/current/src/eap_peer/eap_sim.c
    hostapd/branches/upstream/current/src/eap_peer/eap_tls.c
    hostapd/branches/upstream/current/src/eap_peer/eap_tls_common.c
    hostapd/branches/upstream/current/src/eap_peer/eap_tls_common.h
    hostapd/branches/upstream/current/src/eap_peer/eap_tnc.c
    hostapd/branches/upstream/current/src/eap_peer/eap_ttls.c
    hostapd/branches/upstream/current/src/eap_peer/eap_wsc.c
    hostapd/branches/upstream/current/src/eap_peer/ikev2.c
    hostapd/branches/upstream/current/src/eap_peer/mschapv2.c
    hostapd/branches/upstream/current/src/eap_peer/mschapv2.h
    hostapd/branches/upstream/current/src/eap_server/Makefile
    hostapd/branches/upstream/current/src/eap_server/eap.h
    hostapd/branches/upstream/current/src/eap_server/eap_i.h
    hostapd/branches/upstream/current/src/eap_server/eap_methods.h
    hostapd/branches/upstream/current/src/eap_server/eap_sim_db.c
    hostapd/branches/upstream/current/src/eap_server/eap_sim_db.h
    hostapd/branches/upstream/current/src/eap_server/eap_tls_common.h
    hostapd/branches/upstream/current/src/eap_server/ikev2.c
    hostapd/branches/upstream/current/src/eap_server/tncs.c
    hostapd/branches/upstream/current/src/eapol_supp/Makefile
    hostapd/branches/upstream/current/src/eapol_supp/eapol_supp_sm.c
    hostapd/branches/upstream/current/src/eapol_supp/eapol_supp_sm.h
    hostapd/branches/upstream/current/src/l2_packet/Makefile
    hostapd/branches/upstream/current/src/l2_packet/l2_packet_freebsd.c
    hostapd/branches/upstream/current/src/l2_packet/l2_packet_privsep.c
    hostapd/branches/upstream/current/src/radius/Makefile
    hostapd/branches/upstream/current/src/radius/radius.c
    hostapd/branches/upstream/current/src/radius/radius.h
    hostapd/branches/upstream/current/src/radius/radius_client.c
    hostapd/branches/upstream/current/src/radius/radius_client.h
    hostapd/branches/upstream/current/src/radius/radius_server.c
    hostapd/branches/upstream/current/src/radius/radius_server.h
    hostapd/branches/upstream/current/src/rsn_supp/Makefile
    hostapd/branches/upstream/current/src/rsn_supp/peerkey.c
    hostapd/branches/upstream/current/src/rsn_supp/pmksa_cache.c
    hostapd/branches/upstream/current/src/rsn_supp/pmksa_cache.h
    hostapd/branches/upstream/current/src/rsn_supp/preauth.c
    hostapd/branches/upstream/current/src/rsn_supp/preauth.h
    hostapd/branches/upstream/current/src/rsn_supp/wpa.c
    hostapd/branches/upstream/current/src/rsn_supp/wpa.h
    hostapd/branches/upstream/current/src/rsn_supp/wpa_ft.c
    hostapd/branches/upstream/current/src/rsn_supp/wpa_i.h
    hostapd/branches/upstream/current/src/rsn_supp/wpa_ie.c
    hostapd/branches/upstream/current/src/rsn_supp/wpa_ie.h
    hostapd/branches/upstream/current/src/tls/Makefile
    hostapd/branches/upstream/current/src/tls/asn1.c
    hostapd/branches/upstream/current/src/tls/asn1.h
    hostapd/branches/upstream/current/src/tls/rsa.c
    hostapd/branches/upstream/current/src/tls/tlsv1_client.c
    hostapd/branches/upstream/current/src/tls/tlsv1_client_read.c
    hostapd/branches/upstream/current/src/tls/tlsv1_client_write.c
    hostapd/branches/upstream/current/src/tls/tlsv1_common.h
    hostapd/branches/upstream/current/src/tls/tlsv1_cred.c
    hostapd/branches/upstream/current/src/tls/tlsv1_record.c
    hostapd/branches/upstream/current/src/tls/tlsv1_record.h
    hostapd/branches/upstream/current/src/tls/tlsv1_server.c
    hostapd/branches/upstream/current/src/tls/tlsv1_server_read.c
    hostapd/branches/upstream/current/src/tls/tlsv1_server_write.c
    hostapd/branches/upstream/current/src/tls/x509v3.c
    hostapd/branches/upstream/current/src/tls/x509v3.h
    hostapd/branches/upstream/current/src/utils/Makefile
    hostapd/branches/upstream/current/src/utils/base64.c
    hostapd/branches/upstream/current/src/utils/build_config.h
    hostapd/branches/upstream/current/src/utils/common.c
    hostapd/branches/upstream/current/src/utils/common.h
    hostapd/branches/upstream/current/src/utils/eloop.c
    hostapd/branches/upstream/current/src/utils/eloop.h
    hostapd/branches/upstream/current/src/utils/eloop_none.c
    hostapd/branches/upstream/current/src/utils/eloop_win.c
    hostapd/branches/upstream/current/src/utils/ip_addr.h
    hostapd/branches/upstream/current/src/utils/os.h
    hostapd/branches/upstream/current/src/utils/os_internal.c
    hostapd/branches/upstream/current/src/utils/os_unix.c
    hostapd/branches/upstream/current/src/utils/uuid.c
    hostapd/branches/upstream/current/src/utils/uuid.h
    hostapd/branches/upstream/current/src/utils/wpa_debug.c
    hostapd/branches/upstream/current/src/utils/wpa_debug.h
    hostapd/branches/upstream/current/src/utils/wpabuf.c
    hostapd/branches/upstream/current/src/utils/wpabuf.h
    hostapd/branches/upstream/current/src/wps/Makefile
    hostapd/branches/upstream/current/src/wps/httpread.c
    hostapd/branches/upstream/current/src/wps/httpread.h
    hostapd/branches/upstream/current/src/wps/wps.c
    hostapd/branches/upstream/current/src/wps/wps.h
    hostapd/branches/upstream/current/src/wps/wps_attr_build.c
    hostapd/branches/upstream/current/src/wps/wps_attr_parse.c
    hostapd/branches/upstream/current/src/wps/wps_attr_process.c
    hostapd/branches/upstream/current/src/wps/wps_common.c
    hostapd/branches/upstream/current/src/wps/wps_defs.h
    hostapd/branches/upstream/current/src/wps/wps_dev_attr.c
    hostapd/branches/upstream/current/src/wps/wps_enrollee.c
    hostapd/branches/upstream/current/src/wps/wps_i.h
    hostapd/branches/upstream/current/src/wps/wps_registrar.c
    hostapd/branches/upstream/current/src/wps/wps_upnp.c
    hostapd/branches/upstream/current/src/wps/wps_upnp.h
    hostapd/branches/upstream/current/src/wps/wps_upnp_event.c
    hostapd/branches/upstream/current/src/wps/wps_upnp_i.h
    hostapd/branches/upstream/current/src/wps/wps_upnp_ssdp.c
    hostapd/branches/upstream/current/src/wps/wps_upnp_web.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: hostapd/branches/upstream/current/hostapd/ChangeLog
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/ChangeLog?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/README
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/README?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/README-WPS
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/README-WPS?rev=1525&op=diff

Added: hostapd/branches/upstream/current/hostapd/config_file.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/config_file.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/hostapd/config_file.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/config_file.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/hostapd/ctrl_iface.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/ctrl_iface.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/ctrl_iface.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/ctrl_iface.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/defconfig
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/defconfig?rev=1525&op=diff

Added: hostapd/branches/upstream/current/hostapd/dump_state.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/dump_state.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/hostapd/dump_state.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/dump_state.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/hostapd/eap_register.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/eap_register.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/hostapd/eap_register.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/eap_register.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/hostapd/hlr_auc_gw.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/hlr_auc_gw.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/hostapd/hlr_auc_gw.milenage_db
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/hlr_auc_gw.milenage_db?rev=1525&op=file

Modified: hostapd/branches/upstream/current/hostapd/hostapd.8
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/hostapd.8?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/hostapd.conf
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/hostapd.conf?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/hostapd_cli.1
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/hostapd_cli.1?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/hostapd/hostapd_cli.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/hostapd_cli.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/hostapd/main.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/main.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/hostapd/nt_password_hash.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/hostapd/nt_password_hash.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/Makefile?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/ap/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/Makefile?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/accounting.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/accounting.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/accounting.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/accounting.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_config.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_config.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_config.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_config.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_drv_ops.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_drv_ops.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_drv_ops.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_drv_ops.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_list.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_list.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_list.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_list.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_mlme.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_mlme.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ap_mlme.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ap_mlme.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/authsrv.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/authsrv.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/authsrv.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/authsrv.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/beacon.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/beacon.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/beacon.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/beacon.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ctrl_iface_ap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ctrl_iface_ap.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ctrl_iface_ap.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ctrl_iface_ap.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/drv_callbacks.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/drv_callbacks.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/hostapd.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/hostapd.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/hostapd.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/hostapd.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/hw_features.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/hw_features.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/hw_features.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/hw_features.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/iapp.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/iapp.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/iapp.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/iapp.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_11.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_11.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_11.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_11.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_11_auth.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_11_auth.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_11_auth.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_11_auth.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_11_ht.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_11_ht.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_1x.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_1x.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/ieee802_1x.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/ieee802_1x.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/peerkey_auth.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/peerkey_auth.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/pmksa_cache_auth.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/pmksa_cache_auth.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/pmksa_cache_auth.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/pmksa_cache_auth.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/preauth_auth.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/preauth_auth.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/preauth_auth.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/preauth_auth.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/sta_info.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/sta_info.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/sta_info.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/sta_info.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/tkip_countermeasures.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/tkip_countermeasures.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/tkip_countermeasures.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/tkip_countermeasures.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/utils.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/utils.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/vlan_init.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/vlan_init.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/vlan_init.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/vlan_init.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wmm.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wmm.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wmm.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wmm.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth_ft.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth_ft.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth_glue.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth_glue.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth_glue.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth_glue.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth_i.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth_ie.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth_ie.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wpa_auth_ie.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wpa_auth_ie.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wps_hostapd.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wps_hostapd.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/ap/wps_hostapd.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/ap/wps_hostapd.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/common/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/defs.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/defs.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/ieee802_11_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/ieee802_11_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/ieee802_11_common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/ieee802_11_common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/ieee802_11_defs.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/ieee802_11_defs.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/privsep_commands.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/privsep_commands.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/version.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/version.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/wpa_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/wpa_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/wpa_common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/wpa_common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/common/wpa_ctrl.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/common/wpa_ctrl.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/.gitignore
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/.gitignore?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/Makefile?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/aes-cbc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-cbc.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-ctr.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-ctr.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-eax.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-eax.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-encblock.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-encblock.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-internal-dec.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-internal-dec.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-internal-enc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-internal-enc.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-internal.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-omac1.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-omac1.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-unwrap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-unwrap.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/aes-wrap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes-wrap.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/aes.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/aes_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/aes_i.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/crypto.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/crypto_cryptoapi.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_cryptoapi.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/crypto_gnutls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_gnutls.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/crypto_internal-cipher.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_internal-cipher.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/crypto_internal-modexp.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_internal-modexp.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/crypto_internal-rsa.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_internal-rsa.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/crypto_internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_internal.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/crypto_libtomcrypt.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_libtomcrypt.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/crypto_none.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_none.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/crypto_nss.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_nss.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/crypto_openssl.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/crypto_openssl.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/des-internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/des-internal.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/des_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/des_i.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/dh_group5.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/dh_group5.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/dh_group5.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/dh_group5.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/dh_groups.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/dh_groups.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/fips_prf_cryptoapi.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/fips_prf_cryptoapi.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/fips_prf_gnutls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/fips_prf_gnutls.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/fips_prf_internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/fips_prf_internal.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/fips_prf_nss.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/fips_prf_nss.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/fips_prf_openssl.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/fips_prf_openssl.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/md4-internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/md4-internal.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/md5-internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/md5-internal.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/md5-non-fips.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/md5-non-fips.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/md5.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/md5.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/md5.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/md5.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/md5_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/md5_i.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/milenage.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/milenage.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/milenage.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/milenage.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/ms_funcs.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/ms_funcs.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/ms_funcs.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/ms_funcs.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/rc4.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/rc4.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/sha1-internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1-internal.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/sha1-pbkdf2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1-pbkdf2.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/sha1-tlsprf.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1-tlsprf.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/sha1-tprf.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1-tprf.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/sha1.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/sha1.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/sha1_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha1_i.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/crypto/sha256-internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha256-internal.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/sha256.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/sha256.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/tls.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/tls_gnutls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls_gnutls.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/tls_internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls_internal.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/tls_none.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls_none.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/crypto/tls_nss.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls_nss.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/crypto/tls_openssl.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls_openssl.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/crypto/tls_schannel.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/crypto/tls_schannel.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/drivers/.gitignore
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/.gitignore?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/drivers/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/drivers/driver_atheros.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_atheros.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/drivers/driver_atmel.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_atmel.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_broadcom.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_broadcom.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_bsd.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_bsd.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_hostap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_hostap.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_hostap.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_hostap.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_iphone.m
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_iphone.m?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_ipw.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_ipw.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_madwifi.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_madwifi.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_ndis.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_ndis.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_ndis.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_ndis.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_ndiswrapper.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_ndiswrapper.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_nl80211.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_nl80211.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/drivers/driver_none.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_none.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/drivers/driver_osx.m
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_osx.m?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_privsep.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_privsep.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_ralink.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_ralink.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_ralink.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_ralink.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_roboswitch.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_roboswitch.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_test.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_test.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_wext.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_wext.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_wext.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_wext.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/driver_wired.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/driver_wired.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/drivers/drivers.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/drivers.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/drivers/drivers.mak
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/drivers.mak?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/drivers/linux_ioctl.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/linux_ioctl.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/drivers/linux_ioctl.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/linux_ioctl.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/drivers/netlink.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/netlink.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/drivers/netlink.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/netlink.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/drivers/nl80211_copy.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/nl80211_copy.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/drivers/priv_netlink.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/priv_netlink.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/drivers/wireless_copy.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/drivers/wireless_copy.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/eap_common/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/chap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/chap.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/chap.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/chap.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_fast_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_fast_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_gpsk_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_gpsk_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_pax_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_pax_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_peap_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_peap_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_psk_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_psk_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_sake_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_sake_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_sim_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_sim_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/eap_sim_common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/eap_sim_common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_common/ikev2_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_common/ikev2_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_aka.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_aka.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_config.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_config.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_fast.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_fast.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_fast_pac.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_fast_pac.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_leap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_leap.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_md5.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_md5.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_methods.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_methods.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_methods.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_methods.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_mschapv2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_mschapv2.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_pax.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_pax.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_peap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_peap.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_psk.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_psk.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_sim.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_sim.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_tls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_tls.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_tls_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_tls_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_tls_common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_tls_common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_tnc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_tnc.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_ttls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_ttls.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/eap_wsc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/eap_wsc.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/ikev2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/ikev2.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/mschapv2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/mschapv2.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_peer/mschapv2.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_peer/mschapv2.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/eap.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/eap_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_i.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/eap_methods.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_methods.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/eap_server/eap_server.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_aka.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_aka.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_fast.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_fast.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_gpsk.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_gpsk.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_gtc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_gtc.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_identity.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_identity.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_ikev2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_ikev2.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_md5.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_md5.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_methods.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_methods.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_mschapv2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_mschapv2.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_pax.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_pax.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_peap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_peap.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_psk.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_psk.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_sake.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_sake.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_sim.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_sim.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_tls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_tls.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_tls_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_tls_common.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_tnc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_tnc.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_ttls.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_ttls.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_vendor_test.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_vendor_test.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eap_server/eap_server_wsc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_server_wsc.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/eap_server/eap_sim_db.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_sim_db.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/eap_sim_db.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_sim_db.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/eap_tls_common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/eap_tls_common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/ikev2.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/ikev2.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eap_server/tncs.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eap_server/tncs.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/eapol_auth/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_auth/Makefile?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_dump.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_dump.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_auth/eapol_auth_sm_i.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/eapol_supp/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_supp/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eapol_supp/eapol_supp_sm.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_supp/eapol_supp_sm.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/eapol_supp/eapol_supp_sm.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/eapol_supp/eapol_supp_sm.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/l2_packet/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/l2_packet/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/l2_packet/l2_packet_freebsd.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/l2_packet/l2_packet_freebsd.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/l2_packet/l2_packet_privsep.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/l2_packet/l2_packet_privsep.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/lib.rules
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/lib.rules?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/radius/.gitignore
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/.gitignore?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/radius/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/radius/radius.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/radius.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/radius/radius.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/radius.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/radius/radius_client.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/radius_client.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/radius/radius_client.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/radius_client.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/radius/radius_server.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/radius_server.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/radius/radius_server.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/radius/radius_server.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/peerkey.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/peerkey.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/pmksa_cache.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/pmksa_cache.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/pmksa_cache.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/pmksa_cache.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/preauth.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/preauth.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/preauth.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/preauth.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/wpa.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/wpa.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/wpa.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/wpa.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/wpa_ft.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/wpa_ft.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/wpa_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/wpa_i.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/wpa_ie.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/wpa_ie.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/rsn_supp/wpa_ie.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/rsn_supp/wpa_ie.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/tls/.gitignore
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/.gitignore?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/tls/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/asn1.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/asn1.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/asn1.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/asn1.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/tls/pkcs1.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/pkcs1.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/tls/pkcs1.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/pkcs1.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/tls/pkcs5.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/pkcs5.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/tls/pkcs5.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/pkcs5.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/tls/pkcs8.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/pkcs8.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/tls/pkcs8.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/pkcs8.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/tls/rsa.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/rsa.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_client.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_client.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_client_read.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_client_read.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_client_write.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_client_write.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_cred.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_cred.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_record.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_record.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_record.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_record.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_server.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_server.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_server_read.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_server_read.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/tlsv1_server_write.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/tlsv1_server_write.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/x509v3.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/x509v3.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/tls/x509v3.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/tls/x509v3.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/utils/.gitignore
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/.gitignore?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/utils/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/Makefile?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/base64.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/base64.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/build_config.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/build_config.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/common.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/common.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/eloop.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/eloop.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/eloop.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/eloop.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/eloop_none.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/eloop_none.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/eloop_win.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/eloop_win.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/ip_addr.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/ip_addr.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/utils/list.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/list.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/utils/os.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/os.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/os_internal.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/os_internal.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/os_unix.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/os_unix.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/utils/radiotap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/radiotap.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/utils/radiotap.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/radiotap.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/utils/radiotap_iter.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/radiotap_iter.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/utils/trace.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/trace.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/utils/trace.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/trace.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/utils/uuid.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/uuid.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/uuid.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/uuid.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/wpa_debug.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/wpa_debug.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/wpa_debug.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/wpa_debug.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/wpabuf.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/wpabuf.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/utils/wpabuf.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/utils/wpabuf.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/Makefile
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/Makefile?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/wps/http.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/http.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/http_client.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/http_client.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/http_client.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/http_client.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/http_server.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/http_server.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/http_server.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/http_server.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/wps/httpread.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/httpread.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/httpread.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/httpread.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/wps/ndef.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/ndef.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/upnp_xml.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/upnp_xml.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/upnp_xml.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/upnp_xml.h?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/wps/wps.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_attr_build.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_attr_build.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_attr_parse.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_attr_parse.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_attr_process.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_attr_process.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_common.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_common.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_defs.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_defs.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_dev_attr.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_dev_attr.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_enrollee.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_enrollee.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/wps/wps_er.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_er.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/wps_er.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_er.h?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/wps_er_ssdp.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_er_ssdp.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/wps/wps_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_i.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/wps/wps_nfc.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_nfc.c?rev=1525&op=file

Added: hostapd/branches/upstream/current/src/wps/wps_nfc_pn531.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_nfc_pn531.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/wps/wps_registrar.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_registrar.c?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/wps/wps_ufd.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_ufd.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/wps/wps_upnp.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_upnp.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp.h?rev=1525&op=diff

Added: hostapd/branches/upstream/current/src/wps/wps_upnp_ap.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp_ap.c?rev=1525&op=file

Modified: hostapd/branches/upstream/current/src/wps/wps_upnp_event.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp_event.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_upnp_i.h
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp_i.h?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_upnp_ssdp.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp_ssdp.c?rev=1525&op=diff

Modified: hostapd/branches/upstream/current/src/wps/wps_upnp_web.c
URL: http://svn.debian.org/wsvn/hostapd/branches/upstream/current/src/wps/wps_upnp_web.c?rev=1525&op=diff




More information about the Pkg-wpa-devel mailing list