aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2020-04-23build: Remove eap-wsc and wscutil from eap_sourcesDenis Kenzior1-2/+2
2020-04-10Add minimal p2p.c and p2p.hAndrew Zaborowski1-0/+1
2020-03-25build: Remove ell/genl-private.h from source requirementsMarcel Holtmann1-1/+0
2020-03-20tools: Add utility to tx Probe RequestsAndrew Zaborowski1-0/+9
2020-03-14build: Fix rst2man invocation from MakefileMarcel Holtmann1-1/+1
2020-03-09Makefile.am: Avoid redirection of input and output filesKhem Raj1-2/+3
2020-02-17rtnlutil: Remove used rtnlutilDaniel Wagner1-1/+2
2020-01-13Add a new frame watch APIAndrew Zaborowski1-0/+1
2019-12-08wsc: Declare the credentials structure in wsc.hAndrew Zaborowski1-1/+1
2019-11-20device: Make functions static, drop device.hAndrew Zaborowski1-1/+1
2019-11-07wired: Utilize module system for daemon initMarcel Holtmann1-1/+3
2019-11-07module: Move declarations into separate header fileMarcel Holtmann1-1/+1
2019-11-07rrm: add radio resource management moduleJames Prestwood1-0/+1
2019-11-05doc: Add manual page for debugging informationMarcel Holtmann1-2/+5
2019-11-05build: Avoid redirection with rst2man usageMarcel Holtmann1-1/+1
2019-10-25doc: Remove obsolete main.conf example fileMarcel Holtmann1-1/+0
2019-10-25build: Move 50-iwd.link up to 80-iwd.link for less confusionMarcel Holtmann1-2/+2
2019-10-25build: Rename iwd.conf.5 into iwd.config.5Marcel Holtmann1-2/+2
2019-10-25build: Add systemd network link file to disable persistent namingMarcel Holtmann1-1/+7
2019-10-20doc: Split network configuration description into separate manpageMarcel Holtmann1-3/+3
2019-10-13build: Generate the list of .rst files from listed manual pagesMarcel Holtmann1-3/+3
2019-10-13build: Fix distribution of generated manual pagesMarcel Holtmann1-9/+13
2019-10-11build: Hide the PKCS8 unit tests behind MAINTAINER_MODE for nowMarcel Holtmann1-0/+4
2019-10-07build: generate tls config for unit testsJames Prestwood1-2/+18
2019-10-04build: add pem-private.h to Makefile.amJames Prestwood1-0/+1
2019-10-03build: Add manual page for iwd configuration fileMarcel Holtmann1-1/+4
2019-10-03build: Provide error when pre-built manual page is not presentMarcel Holtmann1-1/+2
2019-10-03build: Allow installing pre-built manual pages if rst2man is missingMarcel Holtmann1-0/+4
2019-09-22build: Add skeleton manual pages for all installed binariesMarcel Holtmann1-11/+36
2019-09-09build: remove hotspot.hJames Prestwood1-1/+1
2019-09-08build: Create state directories only when systemd support is disabledMarcel Holtmann1-2/+2
2019-08-26build: Make test-eapol depend on ellAndrew Zaborowski1-1/+2
2019-08-26build: Add a DNSName in the test server certAndrew Zaborowski1-1/+1
2019-08-11build: create daemon storage dirs on installAndreas Henriksson1-0/+8
2019-08-07module: Introduce a basic module dependency frameworkDenis Kenzior1-0/+1
2019-08-07build: Add ell/path.[ch] to buildDenis Kenzior1-2/+4
2019-08-03build: Make sure to include src/p2putil.[ch] source filesMarcel Holtmann1-1/+1
2019-08-03build: Fix issue with incorrect ReadWritePaths in unit filesMarcel Holtmann1-2/+4
2019-07-15monitor: basic ANQP printingJames Prestwood1-1/+2
2019-07-15anqp: move ANQP parsers into anqputilJames Prestwood1-0/+1
2019-07-15monitor: Use nl80211cmd_to_stringDenis Kenzior1-0/+1
2019-07-15nl80211cmd: Introduce new utilityDenis Kenzior1-0/+1
2019-07-08unit: Add p2putil testsAndrew Zaborowski1-1/+8
2019-07-08p2putil: Add P2P-related declarations and iteratorAndrew Zaborowski1-1/+4
2019-07-02resolve: Introduce resolve moduleTim Kourt1-0/+1
2019-06-26hotspot: add hotspot moduleJames Prestwood1-0/+1
2019-06-26netconfig: Introduce netconfig moduleTim Kourt1-0/+1
2019-06-14anqp: added utility for parsing ANQP responsesJames Prestwood1-0/+1
2019-05-28ap: Convert to IWD_MODULEDenis Kenzior1-2/+1
2019-05-28adhoc: Convert to IWD_MODULEDenis Kenzior1-1/+1
2019-05-11build: Generate certificates for unit testing locallyMarcel Holtmann1-17/+61
2019-05-10build: Add missing src/auth-proto.h filenameMarcel Holtmann1-0/+1
2019-05-10build: Fix spelling of src/rtnlutil.h filenameMarcel Holtmann1-1/+1
2019-05-07ft: rename ftutil to ft (prep for auth-proto)James Prestwood1-1/+1
2019-05-06rtnlutil: Introduce rtnl utilityTim Kourt1-0/+1
2019-05-03unit: fix test-sae after auth_proto changesJames Prestwood1-1/+2
2019-04-22fils: implementation for FILSJames Prestwood1-0/+1
2019-04-18Revert "mschaputil: use util_get_username"Denis Kenzior1-1/+0
2019-04-17make: add erp files to unit test recipesJames Prestwood1-0/+3
2019-04-17erp: ERP implementation and key cache moveJames Prestwood1-2/+2
2019-04-11manager: Add new file for wiphy/interface managementAndrew Zaborowski1-0/+1
2019-04-10erpcache: implementation for ERP key cacheJames Prestwood1-1/+2
2019-04-08unit: add tests for util_get_{domain,username}James Prestwood1-4/+4
2019-04-08mschaputil: use util_get_usernameJames Prestwood1-0/+1
2019-04-04build: Add src/pkcs8.conf to the distributionMarcel Holtmann1-1/+1
2019-04-03build: Create ELL_UNIT_TEST_DATA define for certificate directoryMarcel Holtmann1-4/+8
2019-04-03build: Add src/missing.h to the distributionMarcel Holtmann1-1/+1
2019-01-24blacklist: add blacklist.[ch] to build and mainJames Prestwood1-0/+1
2019-01-24build: added ell/time.[ch] to Makefile.amJames Prestwood1-2/+4
2019-01-23build: Provide modules-load.d for loading pkcs8_key_parser moduleMarcel Holtmann1-0/+3
2019-01-10unit: Switch eap-mschapv2 test to use mschaputilTim Kourt1-0/+1
2019-01-10ecc: Remove remaining ECC/ECDH filesDenis Kenzior1-7/+2
2019-01-05build: Add ell/tls-suites.c and ell/tls-extensions.cMarcel Holtmann1-0/+2
2018-12-12ecdh: remove ECDH and unit testsJames Prestwood1-8/+1
2018-12-12build: added ecc/ecdh into ell headers and sourcesJames Prestwood1-2/+8
2018-11-22build: make client unit test conditional on --{enable,disable}-clientMartin Hundebøll1-2/+7
2018-11-20unit: allow ECDH test vector to run without l_getrandomJames Prestwood1-0/+1
2018-11-19build: Add new cert files from ellDenis Kenzior1-2/+5
2018-11-16owe: added OWE moduleJames Prestwood1-0/+1
2018-11-16unit: added ECDH unit testsJames Prestwood1-1/+6
2018-11-16ecdh: added ECDH moduleJames Prestwood1-0/+1
2018-10-30build: Generate ell/ell.h from list of public headersMarcel Holtmann1-51/+91
2018-10-26build: Include ell/utf8.h and ell/utf8.c into build objectsMarcel Holtmann1-0/+1
2018-10-25build: Include ell/strv.h and ell/strv.c into build objectsMarcel Holtmann1-0/+1
2018-10-24mschaputil: Add MS CHAP utilitiesTim Kourt1-2/+4
2018-10-20build: fix out-of-tree buildsRoss Burton1-0/+1
2018-10-19build: Remove fswatch.[ch] files from ELL compilationMarcel Holtmann1-2/+1
2018-10-19treewide: Remove use of key-private.hDenis Kenzior1-1/+0
2018-10-18build: Add support for compiling with an external ELL shared libraryMarcel Holtmann1-30/+41
2018-10-14build: Rename nl80211_util.[ch] into nl80211util.[ch]Marcel Holtmann1-2/+1
2018-10-08nl80211: introduce nl80211 utility API'sJames Prestwood1-0/+2
2018-10-04build: Include ell/dir.h and ell/dir.c into build objectsMarcel Holtmann1-0/+1
2018-09-21eap-tls-common: introduce utility functions for eap-tlsTim Kourt1-2/+4
2018-09-19build: Fix typo within eap-wsc.h header pathMarcel Holtmann1-1/+1
2018-09-14client: Move properties from Device to StationDenis Kenzior1-1/+1
2018-09-14wired: Move D-Bus setup into separate source fileMarcel Holtmann1-1/+2
2018-09-14wired: Add initial version of Ethernet authentication daemonMarcel Holtmann1-1/+2
2018-09-14eapol: Move eapol_key_validate() into eapolutil helperMarcel Holtmann1-4/+6
2018-09-14monitor: Add EAP dummy method to keep linker happyMarcel Holtmann1-1/+1
2018-09-14wired: Add skeleton for Ethernet device handling and EAP setupMarcel Holtmann1-1/+1
2018-09-14build: Introduce $(eap_sources) for splitting EAP from daemonsMarcel Holtmann1-19/+23
2018-09-14tools: Add configure option and D-Bus policy file for hwsim utilityMarcel Holtmann1-2/+7
2018-09-14build: Add D-Bus policy for Ethernet authentication daemonMarcel Holtmann1-0/+4
2018-09-14build: Add option to disable the wireless daemon binaryMarcel Holtmann1-5/+11
2018-09-14build: Add systemd service configuration for Ethernet daemonMarcel Holtmann1-1/+2
2018-09-14build: Prepare the systemd configuration option for extensionsMarcel Holtmann1-5/+17
2018-09-14build: Enable all optional features during distcheckMarcel Holtmann1-1/+5
2018-09-14build: Add skeleton for Ethernet authentication daemonMarcel Holtmann1-0/+8
2018-09-14build: Add configuration for building internal utilitiesMarcel Holtmann1-0/+3
2018-09-14build: Move plugin conditionals closer to the daemon sourcesMarcel Holtmann1-9/+10
2018-09-14build: Split noinst_PROGRAMS and libexec_PROGRAMS statementsMarcel Holtmann1-4/+6
2018-09-14build: Fix source file entries for hwsim and test-runnerMarcel Holtmann1-2/+3
2018-08-31station: Add skeletonDenis Kenzior1-0/+1
2018-08-15unit: tests for SAEJames Prestwood1-1/+11
2018-08-13sae: implementationJames Prestwood1-0/+1
2018-08-06build: Add support for systemd D-Bus activationMarcel Holtmann1-1/+4
2018-07-30client: add client support for AdHocTim Kourt1-0/+1
2018-07-30client: add client support for APTim Kourt1-0/+1
2018-07-25client: introduce proxy property utilsTim Kourt1-1/+3
2018-07-23build: Add fswatch.[ch] from ellAndrew Zaborowski1-1/+2
2018-07-17wsc: Rework wsc_init & wsc_exitDenis Kenzior1-1/+1
2018-07-17adhoc: adhoc implementationJames Prestwood1-0/+1
2018-06-22build: Add util.c to test-eapolDenis Kenzior1-1/+1
2018-06-14unit: Update to the new EAP APIDenis Kenzior1-4/+4
2018-06-14eap: Separate private bits into eap-private.hDenis Kenzior1-2/+3
2018-05-24unit: Update scan_get_security usage to new APIDenis Kenzior1-1/+1
2018-05-05build: Remove readline header files from sources listingMarcel Holtmann1-1/+0
2018-05-03client: introduce agentTim Kourt1-0/+2
2018-05-03client: implement agent-manager APITim Kourt1-1/+2
2018-05-03eap-pwd: core EAP-PWD codeJames Prestwood1-0/+1
2018-05-03unit: Add ECC math sanity testsJames Prestwood1-1/+5
2018-05-03ecc: added ecc implementation for EAP-PWDJames Prestwood1-0/+1
2018-04-19build: Add new ell filesDenis Kenzior1-1/+3
2018-04-10build: Add net.[ch] from ellDenis Kenzior1-1/+2
2018-04-04eap-gtc: add EAP-GTC method implementationJames Prestwood1-0/+1
2018-03-28unit: network args parser validationTim Kourt1-1/+10
2018-02-11build: Add extra dependency for internal ELL libraryMarcel Holtmann1-1/+3
2018-02-10build: Add support for installing systemd service unitMarcel Holtmann1-3/+22
2018-02-09build: Add option to disable monitor and client utilitiesMarcel Holtmann1-1/+9
2018-02-09build: Separate between D-Bus policy and data directoryMarcel Holtmann1-4/+4
2018-01-29build: Make D-Bus policy configuration install optionalMarcel Holtmann1-1/+5
2018-01-29build: Don't provide iwd/main.conf during make installMarcel Holtmann1-3/+1
2018-01-29main: Rename iwd/iwd.conf into iwd/main.confMarcel Holtmann1-1/+1
2018-01-24eap-peap: Introduce Protected EAP supportTim Kourt1-0/+1
2018-01-23build: Add key-private.h from ell to buildDenis Kenzior1-0/+1
2017-12-13unit: updated Makefile to build simauth.c for eap-simJames Prestwood1-0/+1
2017-12-13plugins: added ofono plugin to buildJames Prestwood1-0/+5
2017-12-06build: Add new dbus-client.[ch] files from ellDenis Kenzior1-1/+2
2017-12-06make: added hardcoded SIM plugin to buildJames Prestwood1-0/+5
2017-11-30make: added simauth source to buildJames Prestwood1-0/+1
2017-11-28plugins: added plugin module to buildJames Prestwood1-1/+2
2017-11-28make: plugin system for buildJames Prestwood1-2/+10
2017-10-09unit: Remove pbkdf2_sha1 testsAndrew Zaborowski1-6/+1
2017-09-22unit: Add IE order tests in test-mpduAndrew Zaborowski1-1/+2
2017-09-22build: Add file.[ch] from ellDenis Kenzior1-1/+2
2017-09-12ap: Add AP mode apiAndrew Zaborowski1-1/+2
2017-09-07eapol: Add eapol_frame_watch_add / removeAndrew Zaborowski1-0/+4
2017-08-30build: Make sure iwd-dbus.conf gets included in the distributionMarcel Holtmann1-1/+1
2017-08-30build: Remove readline/readline.h and readline/history.h from SOURCESMarcel Holtmann1-1/+0
2017-08-21aka: EAP-AKA protocol implementationJames Prestwood1-1/+1
2017-08-21unit: EAP-SIM unit testsJames Prestwood1-1/+13
2017-08-21sim: EAP-SIM protocol implementationJames Prestwood1-1/+2
2017-08-14build: Add new files from ellDenis Kenzior1-1/+4
2017-05-04Makefile: install iwd-dbus.confTim Kourt1-0/+3
2017-05-02client: introduce psk agent managerTim Kourt1-0/+1
2017-05-01client: add WSC argument completersTim Kourt1-1/+1
2017-05-01client introduce wsc interfaceTim Kourt1-1/+2
2017-04-27client: Introduce adapter interfaceTim Kourt1-0/+1
2017-04-21client: Remove excluded client/device.hTim Kourt1-1/+1
2017-04-21client: Introduce known networks interfaceTim Kourt1-0/+1
2017-04-18client: Introduce network interfaceTim Kourt1-1/+2
2017-04-13client: Add device interfaceTim Kourt1-0/+1
2017-04-11client: Introduce command filesTim Kourt1-2/+3
2017-03-24client: Introduce display filesTim Kourt1-0/+1
2017-03-23build: Add readline into the buildTim Kourt1-1/+2
2017-03-23makefile: Add dbus-proxy into the buildTim Kourt1-1/+2
2017-03-17build: remove kdbusLukas Rusak1-4/+1
2017-03-07build: Include iwd.conf in distributionMarcel Holtmann1-1/+1
2017-03-07build: Disable manual page generation if a2x is not availableMarcel Holtmann1-0/+2
2017-03-03hwsim: Refactor radio, wiphy and interface trackingAndrew Zaborowski1-1/+4
2017-02-23hwsim: Add daemon mode with radio information trackingAndrew Zaborowski1-0/+1
2017-01-12netdev: Handle the FT Authentication Response messageAndrew Zaborowski1-0/+1
2016-12-14eap-mschapv2: add code for eap methodMarkus Ongyerth1-0/+1
2016-12-14unit: Add tests for eap-mschapv2 functionsMarkus Ongyerth1-1/+6
2016-12-14eap-mschap: Add crypto functions for mschapv2Markus Ongyerth1-0/+1
2016-12-01build: Add eap-md5.c to test-eapol requirementsDenis Kenzior1-1/+2
2016-11-21build: Include eap-md5.cTim Kourt1-1/+1
2016-11-03Add handshake_state objectAndrew Zaborowski1-0/+4
2016-11-02makefile: Install iwd.conf into /etcTim Kourt1-0/+2
2016-10-16build: Remove support for usage of kdbusMarcel Holtmann1-1/+1
2016-10-05build: Remove old ELL private headerMat Martineau1-1/+0
2016-09-14watchlist: Add watchlist utilitiesDenis Kenzior1-0/+1
2016-09-13eap-wsc: Send credential obtained eventsDenis Kenzior1-2/+2
2016-08-30unit: Add end-to-end WSC handshake testDenis Kenzior1-1/+6
2016-08-15unit: Add DH5 pubkey generation testDenis Kenzior1-1/+2
2016-08-10eap-wsc: Add skeletonDenis Kenzior1-0/+1
2016-08-10build: Add symlinks for ell PKCS8 unit test keysMat Martineau1-2/+2
2016-07-07Add rfkill enable/disable and watch supportAndrew Zaborowski1-0/+1
2016-06-21knownnetworks: Implement KnownNetworks interfaceAndrew Zaborowski1-0/+2
2016-05-23dbus: Remove Manager interface, add AgentManagerAndrew Zaborowski1-1/+0