summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-16supplicant: add option to build internal libeapHEADmasterDan Williams6-25/+462
2012-08-16build: remove more build files; rework autogenDan Williams19-11325/+23
2012-08-16build: remove build filesDan Williams9-36788/+0
2011-03-23release: update changelog for 1.5.2Inaky Perez-Gonzalez1-0/+12
2011-03-22automake: add missing distro files and fix Ver_info.bin generationInaky Perez-Gonzalez4-5/+18
2011-03-22cleanup: removed a lot of dead filesInaky Perez-Gonzalez79-67525/+1
2011-03-22add mk-archive to generate archives from gitInaky Perez-Gonzalez1-0/+70
2011-03-22release: prepare 1.5.2Inaky Perez-Gonzalez2-11/+11
2011-03-22cleanup: remove unused 'InfraStack/OSDependent/Linux/scripts'Inaky Perez-Gonzalez4-507/+0
2011-03-22L5Common: Fix SendIndicationToSubscribers for 64-bit systemsDavid Ward1-17/+13
2011-03-22autoconf: add silent mode (yay!)Inaky Perez-Gonzalez19-635/+1145
2011-03-22autoconf: test for zlibInaky Perez-Gonzalez22-4516/+4297
2011-03-22NDnS: Avoid calling memcpy with identical source and destination addressesDavid Ward1-1/+4
2011-02-04endianess: use <endian.h> to determine endianess vs static Makefile definitionsInaky Perez-Gonzalez5-6/+8
2011-02-04Supplicant: Big-endian supportDoug Kehn3-10/+16
2011-02-04L5Common: Big-endian supportDoug Kehn3-5/+13
2011-01-28L4_INTEL_80216_INDICATION typedef redefinitionDoug Kehn1-1/+1
2011-01-28Wrappers: wmx_SystemStateUpdate alignmentDoug Kehn1-1/+1
2011-01-28Wrappers: wmx_Preambles_t alignmentDoug Kehn1-1/+2
2011-01-28KDapi: Big-endian supportDoug Kehn1-44/+44
2011-01-11Fix typo in logrotate scriptAlexey I. Froloff1-1/+1
2010-12-20Allow IP handling script to be configurable at runtimeDan Williams2-14/+46
2010-12-20configure: remove -O2 by defaultInaky Perez-Gonzalez2-2/+2
2010-12-16OSAL: fix OSAL_wcsmp() for Linux environmentsAlexander Khryukin1-1/+5
2010-11-23daemon: don't mask SEGV, just crash and dump coreInaky Perez-Gonzalez4-42/+3
2010-11-23supplicant: Fix eap_methods array setup and declarationInaky Perez-Gonzalez1-2/+4
2010-11-23supplicant: fix invocation of eap_peer_sm_init()Inaky Perez-Gonzalez1-1/+7
2010-11-23wimaxcu: fix array sizeInaky Perez-Gonzalez1-1/+1
2010-10-07remove duplicate typedef for u8Alexander Gordeev1-1/+0
2010-10-05Fix a lot of warnings about undefined malloc/freeInaky Perez-Gonzalez8-0/+8
2010-10-05Fix pthread_mutex_unlock duplicate call in OSALTrace()Inaky Perez-Gonzalez1-14/+10
2010-10-05cleanup: fix struct packing and type casting issuesPaul Donohue17-24/+47
2010-10-05wimax-network-service: 64-bit fixesPaul Donohue5-5/+13
2010-10-02release: roll 1.5.1Inaky Perez-Gonzalez3-11/+19
2010-10-02supp: finalize updating to using libeap0 >= 0.7Inaky Perez-Gonzalez3-52/+68
2010-10-02cleanup: fix warnings related to implicit declarations and return valuesInaky Perez-Gonzalez14-16/+20
2010-10-02cleanup: remove unused code / declarations causing warningsInaky Perez-Gonzalez18-147/+4
2010-10-02cleanup: remove more #pragmas that cause warnings to no useInaky Perez-Gonzalez5-15/+8
2010-10-02cleanup: remove more warnings caused by static declarationsInaky Perez-Gonzalez5-38/+50
2010-10-02cleanup: fix a long list of warnings caused by staticsInaky Perez-Gonzalez12-103/+110
2010-10-02cleanup: fix warnings create by static wmxSDK_Nds_Cmn.h:wmxConnectProgressInf...Inaky Perez-Gonzalez3-11/+17
2010-10-02cleanup: Remove unsused data strucutres that were creating warningsInaky Perez-Gonzalez1-6/+0
2010-10-02supp: first try at using libeap > 0.7.10 and doing proper linkingInaky Perez-Gonzalez5-118/+69
2010-10-02cleanup: purge SUPPLICANT_LOG() in favour of normal TRACEsInaky Perez-Gonzalez1-15/+15
2010-10-02cleanup: remove warnings caused by crazy static wmxSDK_Nds_Cmn.h:wmx_StateRea...Inaky Perez-Gonzalez3-33/+40
2010-10-02cleanup: remove #pragmas that cause warnings and clutter the buildInaky Perez-Gonzalez4-6/+4
2010-10-02cleanup: remove warnings caused by typing of SendIndicationToSubscribers()Inaky Perez-Gonzalez2-3/+4
2010-10-02supp: clean up warnings in SupplicantAgent.cInaky Perez-Gonzalez1-4/+15
2010-10-01Supplicant: fix new (and more proper) libeap header locationsInaky Perez-Gonzalez4-14/+14
2010-09-30zlib: add configure testInaky Perez-Gonzalez3-0/+230