aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* P2P: Add initial version of P2P ModuleJouni Malinen2010-09-091-0/+6
* Solaris: Add support for wired IEEE 802.1X clientMasashi Honma2010-08-281-3/+3
* trace: Fix void pointer arithmeticMasashi Honma2010-08-261-2/+2
* Add new debug message level for excessive informationJouni Malinen2010-07-051-1/+3
* eloop: Fix crash on signal handler cancelling next timeoutJouni Malinen2010-05-281-0/+2
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* Add a more flexible version of hwaddr_aton: hwaddr_aton2()Jouni Malinen2010-04-062-1/+32
* Add address to hostapd_logger output in wpa_supplicant as AP caseJouni Malinen2010-04-041-0/+3
* wpa_supplicant: fix FTBFS on Debian GNU/kFreeBSDKel Modderman2010-03-061-1/+1
* eloop: Clear timeout data during allocationJouni Malinen2010-01-101-1/+1
* bsd: Add support for WPA_TRACE and WPA_TRACE_BFDMasashi Honma2010-01-091-0/+4
* Mark fmt parameter const for wpa_printf/msgJouni Malinen2010-01-042-6/+7
* Mark wpabuf_get_trace() staticJouni Malinen2009-12-281-1/+1
* eloop: Fix timeout handler to use local copy of func pointerJouni Malinen2009-12-261-2/+3
* Drop WPA_TRACE reference before eloop timeout handler callJouni Malinen2009-12-241-5/+5
* Enable IPv6 support for libutils.a and libradius.aJouni Malinen2009-12-241-0/+1
* Redesign struct hostapd_ip_addr to be of fixed sizeJouni Malinen2009-12-241-1/+2
* trace: Show eloop unregistered handler function name/file/lineJouni Malinen2009-12-223-4/+25
* trace: Filter out uninteresting functions from backtraceJouni Malinen2009-12-221-0/+36
* trace: Add active reference trackingJouni Malinen2009-12-224-3/+106
* Check fread return valueJouni Malinen2009-12-211-1/+6
* Add option libbfd support for tracing codeJouni Malinen2009-12-201-3/+215
* eloop_win: Fix build after eloop user_data removalJouni Malinen2009-12-201-2/+0
* wpabuf: Add WPA_TRACE code to validate correct freeing of wpabufJouni Malinen2009-12-201-0/+88
* wpabuf: Allow wpabuf_resize(NULL, len) to be usedJouni Malinen2009-12-201-0/+4
* Add memory allocation analyzer to verify OS wrapper useJouni Malinen2009-12-193-23/+167
* eloop: Do not use printf() or fprintf() directlyJouni Malinen2009-12-191-19/+14
* eloop: Use struct dl_list for timeoutsJouni Malinen2009-12-191-71/+44
* eloop: Remove global user data pointerJouni Malinen2009-12-194-58/+6
* Add backtrace support for debuggingJouni Malinen2009-12-194-0/+108
* Add generic doubly-linked list implementationJouni Malinen2009-12-191-0/+89
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-061-3/+0
* Use thin archives to allow libraries to be mergedJouni Malinen2009-12-061-1/+1
* Remove unnecessary definesJouni Malinen2009-12-051-6/+0
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-051-8/+1
* Add build rules for building a library from src/utils filesJouni Malinen2009-12-052-3/+35
* Move base64 test code into a new tests subdirectoryJouni Malinen2009-12-051-35/+0
* Move uuid_gen_mac_addr() from uuid.c into src/wpsJouni Malinen2009-11-292-31/+0
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-231-0/+18
* Add wpa_msg_ctrl() for ctrl_interface-only messagesJouni Malinen2009-11-102-0/+39
* Work around some gcc 4.4 strict-aliasing warningsJouni Malinen2009-11-042-0/+19
* Add Xcode project file for building wpa_supplicantJouni Malinen2009-11-021-0/+30
* OpenBSD: wired IEEE 802.1X for OpenBSDMasashi Honma2009-08-262-3/+11
* Avoid a theoretical integer overflow in base64_encode()Jouni Malinen2009-08-131-0/+2
* Crypto build cleanup: remove INTERNAL_MD5Johannes Berg2009-07-281-2/+0
* Crypto build cleanup: remove INTERNAL_MD4Johannes Berg2009-07-281-2/+0
* Crypto build cleanup: remove INTERNAL_SHA256Johannes Berg2009-07-281-1/+0
* Crypto build cleanup: remove INTERNAL_AESJohannes Berg2009-07-281-2/+0
* Crypto build cleanup: remove INTERNAL_DESJohannes Berg2009-07-281-2/+0
* Crypto build cleanup: remove INTERNAL_SHA1Johannes Berg2009-07-281-2/+0