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
Cy Schubert 362d9a49d4 utils: FreeBSD supports fdatasync(2)
FreeBSD supports fdatasync(2). Enable it in os_unix.c.

Signed-off-by: Cy Schubert <cy@FreeBSD.org>
3 years ago
..
Makefile wpa_supplicant: Move wpa_config_get_line() into utils 3 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
config.c wpa_supplicant: Move wpa_config_get_line() into utils 3 years ago
config.h wpa_supplicant: Move wpa_config_get_line() into utils 3 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 ext_password: Implement new file-based backend 3 years ago
ext_password.h EXT PW: Add framework for supporting external password storage 12 years ago
ext_password_file.c ext_password: Implement new file-based backend 3 years ago
ext_password_i.h ext_password: Implement new file-based backend 3 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 Fix gcc-10 build with -Werror=array-bounds and dl_list_for_each() 3 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 utils: FreeBSD supports fdatasync(2) 3 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: Fix compiler issues with packed structures 3 years ago
radiotap.c radiotap: Fix compiler issues with packed structures 3 years ago
radiotap.h radiotap: Fix compiler issues with packed structures 3 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 wpabuf: Add helper functions for writing 64-bit integers 3 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