Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of unnecessary typedefs for enums. | Jouni Malinen | 2009-12-26 | 1 | -2/+2 |
| | |||||
* | eloop: Remove global user data pointer | Jouni Malinen | 2009-12-19 | 1 | -1/+1 |
| | | | | | This is not really needed since all signal handlers can use a context pointer provided during signal handler registration. | ||||
* | Move test_x509v3 into the new tests subdirectory | Jouni Malinen | 2009-12-06 | 3 | -378/+0 |
| | |||||
* | Move more tests from wpa_supplicant/tests into tests | Jouni Malinen | 2009-12-05 | 5 | -1203/+0 |
| | |||||
* | Move MD4 test from wpa_supplicant/tests into tests | Jouni Malinen | 2009-12-05 | 1 | -99/+0 |
| | |||||
* | Remove src/crypto from default include path | Jouni Malinen | 2009-11-29 | 7 | -11/+11 |
| | | | | | | In addition, start ordering header file includes to be in more consistent order: system header files, src/utils, src/*, same directory as the *.c file. | ||||
* | Remove src/rsn_supp from default header path | Jouni Malinen | 2009-11-29 | 1 | -2/+2 |
| | |||||
* | Remove src/common from default header file path | Jouni Malinen | 2009-11-29 | 1 | -1/+1 |
| | | | | | | | | | | This makes it clearer which files are including header from src/common. Some of these cases should probably be cleaned up in the future not to do that. In addition, src/common/nl80211_copy.h and wireless_copy.h were moved into src/drivers since they are only used by driver wrappers and do not need to live in src/common. | ||||
* | Fix test-sha256 build | Jouni Malinen | 2009-02-10 | 1 | -1/+2 |
| | |||||
* | Added a separate ctx pointer for wpa_msg() calls in WPA supp | Jouni Malinen | 2009-01-17 | 1 | -0/+1 |
| | | | | | This is needed to allow IBSS RSN to use per-peer context while maintaining support for wpa_msg() calls to get *wpa_s as the pointer. | ||||
* | Partial fix for test_wpa build | Jouni Malinen | 2009-01-13 | 1 | -17/+1 |
| | |||||
* | Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release | Jouni Malinen | 2008-02-27 | 12 | -0/+2209 |