Commit Graph

113 Commits (719b13b38825d3439dbeb4ab7df24acbf0679ddc)

Author SHA1 Message Date
jsorg71 ef18f927df removed built in keygen funtion, wasn't working anyway 18 years ago
jsorg71 7a7b0c53fa removed some warnings about wchar_t 18 years ago
jsorg71 f0a2f53e30 unicode 18 years ago
jsorg71 d5a89b8ce1 added init and deinit functions and windows unicode fixes 18 years ago
jsorg71 f82cf80d4f make sure malloc didn't return nil 18 years ago
jsorg71 a7fe699174 added rsa_builtin_keygen1 for older openssl libraries 18 years ago
jsorg71 2a107df996 added undef and error message 18 years ago
jsorg71 76a8cf1689 check for old openssl library for key gen 18 years ago
jsorg71 6ecbf36e7e added keygen function 18 years ago
jsorg71 31fca99db7 don't set send buffer size unless its less than 32k 18 years ago
jsorg71 411d7deaf5 improve win32 random 18 years ago
jsorg71 829a1bb00d win32 changes 18 years ago
jsorg71 7661472b66 another check for powerpc 18 years ago
jsorg71 99e7f9d8ca need 24 bit RGB and BGR macros 18 years ago
jsorg71 8feaa527bc added tcp_socket_ok to test socket status 18 years ago
jsorg71 50817f791e added size int types 18 years ago
jsorg71 b8cfd8cd70 licence change 18 years ago
jsorg71 281d804923 thread_calls and added semaphore 18 years ago
jsorg71 084a20ac1b dont need length in strcmp 18 years ago
jsorg71 f784f69395 ansi 18 years ago
jsorg71 c94344a6f4 work on threads 18 years ago
jsorg71 1d5e0008bd added g_snprintf to header 18 years ago
jsorg71 e14366665b fix for file_read_line 18 years ago
jsorg71 02cd95ebef copyright year update 18 years ago
jsorg71 d6e5f1996e added EINPROGRESS as a valid blocking errno 18 years ago
jsorg71 c480af5636 license change 18 years ago
jsorg71 e70c98548c added calling convention defaults for os_calls 18 years ago
jsorg71 f9e6578ed9 removed sleep calls from xrdp_tcp 18 years ago
jsorg71 ea3f8ba0b7 added g_tcp_can_send 18 years ago
jsorg71 00d8b7106f commit patch 1589325, slightly modified - code cleanup 19 years ago
jsorg71 cf00c1707d g_chmod to g_chmod_hex 19 years ago
jsorg71 bd252214a3 added g_create_dir, g_directory_exist, g_remove_dir, and g_chmod 19 years ago
jsorg71 8693ac7233 remove k&r functions per 1579342 19 years ago
jsorg71 f386cea14a make some functions static per 1579343 19 years ago
jsorg71 0a7dc2b687 copyright changes on some files 19 years ago
jsorg71 2671ea4f91 added in_sint8 19 years ago
jsorg71 310c705de5 copyright change 19 years ago
jsorg71 3c3fb960dc set some default socket options 19 years ago
jsorg71 3e8572623c win32 fix 19 years ago
jsorg71 e00f110d54 win32 fix 19 years ago
jsorg71 e0d2711c90 win32 thread creation fix 19 years ago
jsorg71 acc5edf33d got g_file_open working with read only files and added an exe function 19 years ago
jsorg71 9a5e4d594f added function list_append_list_strdup 19 years ago
jsorg71 74ff4b4a97 fix lock problem 19 years ago
jsorg71 32a405a1d9 #include using <> 19 years ago
jsorg71 1747f52ec6 added comments 19 years ago
jsorg71 1311fcb6bd comment return value of g_initgroups function 19 years ago
jsorg71 7964620914 got log.c compiling and formating changes and comments 19 years ago
jsorg71 2b054f9757 added -ac to Xserver start params 19 years ago
jsorg71 ffce76ed5c fix for g_file_open 19 years ago