Danny Mayer
|
931e557ecf
|
Fixed code to check for NULL before freeing buffer
|
2002-08-01 03:52:14 +00:00 |
|
Danny Mayer
|
1ceb6aa154
|
Added Windows-specific error codes to list
|
2002-08-01 03:50:24 +00:00 |
|
Danny Mayer
|
4d9aec9c8c
|
Redesigned sockets to use I/O Completion Ports and Events and eliminating multiple socket bugs reported
|
2002-08-01 03:46:21 +00:00 |
|
Danny Mayer
|
de4f4b6c58
|
Added NTReportError to use when the Event Log is not open for updates
|
2002-08-01 03:43:31 +00:00 |
|
Danny Mayer
|
498e1c30b2
|
Moved Win32 Version information to Win32os.c
|
2002-08-01 03:41:49 +00:00 |
|
Danny Mayer
|
d3e0cb0000
|
Win32 Version information
|
2002-08-01 03:40:21 +00:00 |
|
Danny Mayer
|
ace73367af
|
Added files and functions
|
2002-08-01 03:37:01 +00:00 |
|
Mark Andrews
|
945cb085b8
|
1213. [func] Entropy can now be retrieved from EGDs. [RT #2438]
|
2002-05-30 04:21:17 +00:00 |
|
Mark Andrews
|
a1edcd1b8d
|
1203. [func] Use "dataready" accept filter if available.
|
2002-05-27 00:40:23 +00:00 |
|
Mark Andrews
|
091b098b49
|
1241. [bug] Drop received UDP messsages with a zero source port
as these are invariably forged. [RT #2621]
|
2002-04-02 04:36:52 +00:00 |
|
Mark Andrews
|
b9c80c8bdd
|
1214. [bug] Win32: isc_file_renameunique() could leave zero length
files behind.
|
2002-02-28 00:23:34 +00:00 |
|
Mark Andrews
|
a7038d1a05
|
copyrights
|
2002-02-20 03:35:59 +00:00 |
|
Danny Mayer
|
e2759ff73a
|
Fixes for error handling that were missing in previous commit
|
2002-02-18 22:20:13 +00:00 |
|
Mark Andrews
|
28d8b4118d
|
1200. [bug] Log 'errno' that we are unable to convert to
isc_result_t. [RT #2404]
|
2002-02-11 05:11:07 +00:00 |
|
Danny Mayer
|
c6d29fbd5f
|
Added isc_fsaccess_changeowner function similar to the code to set file access attributes
|
2002-02-02 01:01:15 +00:00 |
|
Danny Mayer
|
6fedbb60b2
|
Change freebuf flag to be local to calls to NTstrerror() and be threadsafe
|
2002-01-25 03:39:25 +00:00 |
|
Danny Mayer
|
efd263562b
|
Removed C++ "//" comment lines
|
2002-01-24 23:43:28 +00:00 |
|
Danny Mayer
|
d7979cbb6c
|
Removed errno references (except for pipe) and used WSAGetLastError() instead, changed logging to use isc__strerror() (adding function in this file for now), changed select timeout to 400 Milleseconds from 2 seconds. This reduces the wait when adding a socket at the cost of CPU usage.
|
2002-01-24 23:19:35 +00:00 |
|
Mark Andrews
|
d073663cb4
|
1174. [bug] Win32: add WSAECONNRESET to the expected errors
from connect(). [RT #2308]
|
2002-01-10 03:50:13 +00:00 |
|
Danny Mayer
|
13f20ab1fa
|
Update isc_time_formattimestamp to use the 12-Dec-2001 style of datestamp. Fix badtime to be 99-Bad-9999
|
2001-12-19 03:46:57 +00:00 |
|
Mark Andrews
|
0cfa2fb26d
|
1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
supported by the OS by a new function
isc_socket_ipv6only().
|
2001-11-29 07:31:25 +00:00 |
|
Andreas Gustafsson
|
91cd0f93ad
|
sizeof style
|
2001-11-27 01:56:32 +00:00 |
|
Andreas Gustafsson
|
f1b6872550
|
Do not put a space before ';' when terminating a statement or in a 'for' statement.
|
2001-11-27 00:56:32 +00:00 |
|
Danny Mayer
|
d67b892041
|
isc__strerror was being used incorrectly. Return value is the result and not a pointer to the error message
|
2001-11-22 03:08:12 +00:00 |
|
Danny Mayer
|
d5f394f4c4
|
Change strerror references to use isc__strerror [RT #1689]
|
2001-11-21 05:07:25 +00:00 |
|
Andreas Gustafsson
|
945f7311ca
|
Don't return a value from isc__strerror(); it was never used, and
casting it to void everywhere as required by the coding standards would have been silly
and pointless
|
2001-11-20 01:45:49 +00:00 |
|
Andreas Gustafsson
|
6cd7bd1fb5
|
spacing
|
2001-11-19 22:32:04 +00:00 |
|
Danny Mayer
|
e61793f086
|
Added LIB*_EXTERNAL_DATA Macros necessary to make lib extern variables globally visible in Win32
|
2001-11-19 03:08:44 +00:00 |
|
Danny Mayer
|
33b8775d3a
|
Updated to support tree organization changes and to support the lib/bind9 library code
|
2001-11-18 03:11:06 +00:00 |
|
Andreas Gustafsson
|
36d8518388
|
indentation
|
2001-11-15 19:06:04 +00:00 |
|
Danny Mayer
|
5c4e92b973
|
Added support for NTFS disks
|
2001-11-13 05:07:57 +00:00 |
|
Danny Mayer
|
afce5ee1c8
|
On a successful connect need to clear the except_fds bit for the socket. except_fds is only set for a connect call, so it is always safe to clear
|
2001-11-08 03:29:05 +00:00 |
|
Danny Mayer
|
e209942448
|
Fix select to set and check for exception fds for the connect() function for the socket. Miscellaneous error handling cleanup. [RT #1870]
|
2001-11-07 04:24:38 +00:00 |
|
Danny Mayer
|
93c498f0c6
|
ntfile.c now unnecessary as the iob array is now properly referenced
|
2001-11-02 05:22:05 +00:00 |
|
Danny Mayer
|
e5cba9f559
|
Win32 I/O - remove ntfile routines and _iob from .def files. Standard calls now work
|
2001-11-02 05:02:15 +00:00 |
|
Andreas Gustafsson
|
30e3e23338
|
replaced the name RLIMIT_NOFILE by WIN32_MAX_OPEN_FILES, since
it was used for something completely unrelated to the Unix meaning of
RLIMIT_NOFILE
|
2001-10-31 00:32:42 +00:00 |
|
Danny Mayer
|
7e7bede4bd
|
Fix indentation
|
2001-10-26 02:29:43 +00:00 |
|
Danny Mayer
|
339335189b
|
Added support for max open files for Win32
|
2001-10-26 01:25:29 +00:00 |
|
Andreas Gustafsson
|
dcfc52bbba
|
Added a version.h file for each library; made version
variables const
|
2001-10-16 23:21:07 +00:00 |
|
Andreas Gustafsson
|
b38ab99bdc
|
patch from Danny:
Fixed formattimestamp to use locale specific dates and times, the same way
as Unix format
|
2001-10-13 01:57:37 +00:00 |
|
Andreas Gustafsson
|
6c6ceac1bc
|
reverted incorrect commit
|
2001-10-08 18:58:11 +00:00 |
|
Danny Mayer
|
f3fcde886c
|
Fixed formattimestamp to use locale specific dates and times, the same way as Unix format
|
2001-10-08 01:20:08 +00:00 |
|
Danny Mayer
|
4186249fea
|
Eliminate unnecessary macro and increase buffer length MAX_NAME_LENGTH
|
2001-10-06 01:10:06 +00:00 |
|
Danny Mayer
|
5ea492b94d
|
Restore Andrea's changes along with the updates
|
2001-10-05 22:25:54 +00:00 |
|
Danny Mayer
|
49d23a92a9
|
Check for malloc out-of-memory conditions, changed return codes to provide more meaningful error codes. Minor cleanup
|
2001-10-05 05:51:50 +00:00 |
|
Andreas Gustafsson
|
1b8eaf4143
|
style
|
2001-10-01 20:58:51 +00:00 |
|
Danny Mayer
|
37f08fab28
|
Timestamp was one month later than it should have been. SYSTEMTIME starts with January=1
|
2001-09-30 02:41:11 +00:00 |
|
Andreas Gustafsson
|
513dd4a616
|
style
|
2001-09-28 23:34:55 +00:00 |
|
Danny Mayer
|
7e351cd18f
|
Added named service location in Registry
|
2001-09-25 01:41:43 +00:00 |
|
Danny Mayer
|
ecde762a60
|
Code to fetch list of NT Groups for a given account. This is used for retrieving privilege information and rights for an account as well as for NTFS File system and other object security
|
2001-09-25 01:37:02 +00:00 |
|