You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/utils
Johannes Berg 87098d3324 build: Put archive files into build/ folder too
This is something I hadn't previously done, but there are
cases where it's needed, e.g., building 'wlantest' and then
one of the tests/fuzzing/*/ projects, they use a different
configuration (fuzzing vs. not fuzzing).

Perhaps more importantly, this gets rid of the last thing
that was dumped into the source directories, apart from
the binaries themselves.

Note that due to the use of thin archives, this required
building with absolute paths.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
4 years ago
..
.gitignore Add build rules for building a library from src/utils files 15 years ago
Makefile build: Put archive files into build/ folder too 4 years ago
base64.c base64: Add no-LF variant for encoding 4 years ago
base64.h base64: Add no-LF variant for encoding 4 years ago
bitfield.c Fix bitfield_get_first_zero() to not read beyond buffer 9 years ago
bitfield.h Add bitfield routines 11 years ago
browser-android.c hs20_web_browser() to allow TLS server validation to be enabled 4 years ago
browser-system.c hs20_web_browser() to allow TLS server validation to be enabled 4 years ago
browser-wpadebug.c hs20_web_browser() to allow TLS server validation to be enabled 4 years ago
browser.c webkit2: Fix http://localhost:12345/ redirect handling 4 years ago
browser.h hs20_web_browser() to allow TLS server validation to be enabled 4 years ago
build_config.h Remove forgotten Xcode defines 11 years ago
common.c Convert int_array to use size_t instead of int as the length 4 years ago
common.h Add PRINTF_FORMAT for printf wrapper functions 4 years ago
const_time.h Add helper functions for constant time operations 5 years ago
crc32.c Move CRC-32 routine from wlantest to src/utils 8 years ago
crc32.h Move CRC-32 routine from wlantest to src/utils 8 years ago
edit.c edit: Increase buffer size to 4096 bytes 10 years ago
edit.h edit: Add support for setting prompt string 12 years ago
edit_readline.c edit: Fix libreadline history clearing with WPA_TRACE 11 years ago
edit_simple.c wpa_cli: Add backspace key process for some terminal 8 years ago
eloop.c loop: Use size_t for eloop.count 4 years ago
eloop.h eloop: Fix comments mismatch eloop_event/timeout_handler definitions 7 years ago
eloop_win.c eloop: Use size_t for signal_count 4 years ago
ext_password.c Move extern declarations for ext_password backends into a header file 8 years ago
ext_password.h EXT PW: Add framework for supporting external password storage 12 years ago
ext_password_i.h Move extern declarations for ext_password backends into a header file 8 years ago
ext_password_test.c Clear wpa_supplicant configuration keys explicitly 10 years ago
http-utils.h hs20-osu-client: Use size_t for certificate components 4 years ago
http_curl.c HTTP (curl): Replace deprecated ASN1_STRING_data() 5 years ago
includes.h Include stdbool.h to allow C99 bool to be used 4 years ago
ip_addr.c Remove unused hostapd_ip_diff() 10 years ago
ip_addr.h Remove unused hostapd_ip_diff() 10 years ago
json.c JSON: Add base64 helper functions 4 years ago
json.h JSON: Add base64 helper functions 4 years ago
list.h Modify dl_list_for_each() to not use unaligned access with WPA_TRACE 5 years ago
module_tests.h tests: Declare module test functions in a header file 8 years ago
os.h Introduce os_memdup() 7 years ago
os_internal.c os_sleep: Use nanosleep for POSIX versions 2008 and higher 5 years ago
os_none.c Remove forgotten os_strncpy() implementations 5 years ago
os_unix.c os_unix: Call srandom() only if os_get_random() succeeds 4 years ago
os_win32.c Introduce os_memdup() 7 years ago
pcsc_funcs.c Link to, and adjust types for, the PCSC framework included with OSX 8 years ago
pcsc_funcs.h SCARD: Clean up SIM/USIM selection 11 years ago
platform.h radiotap: Silence sparse warnings about byte order swapping 8 years ago
radiotap.c radiotap: Silence sparse warnings about byte order swapping 8 years ago
radiotap.h radiotap: Silence sparse warnings about byte order swapping 8 years ago
radiotap_iter.h radiotap: Silence sparse warnings about byte order swapping 8 years ago
state_machine.h state_machine: Convert Boolean to C99 bool 4 years ago
trace.c trace: Handle binutils bfd.h breakage 4 years ago
trace.h trace: Free symbols on program exit 8 years ago
utils_module_tests.c Convert int_array to use size_t instead of int as the length 4 years ago
uuid.c WPS: Add option for using random UUID 7 years ago
uuid.h WPS: Add option for using random UUID 7 years ago
wpa_debug.c Allow debug log to be written to both syslog and file 4 years ago
wpa_debug.h Allow debug log to be written to both syslog and file 4 years ago
wpabuf.c Removed redundant NULL check for b in wpabuf_concat() 8 years ago
wpabuf.h Global parser functions to return 1 when property unchanged 4 years ago
xml-utils.c XML: Do not add empty Value node for nodes with child nodes in TNDS 6 years ago
xml-utils.h XML: Remove forgotten, unused definition of debug_print_func 10 years ago
xml_libxml2.c Clean up base64_{encode,decode} pointer types 5 years ago