- 05 Aug, 2003 1 commit
-
-
Per Cederqvist authored
(login_old): Set login_time, not connect_time. (login): Ditto. (logout): Use login_time, not connect_time. (who_is_on): Removed dead code. (who_is_on_ident): Ditto. (who_is_on_dynamic): Removed dead code. Don't include sessions until the handshake is completed. (get_session_info): Don't include sessions until the handshake is completed. (get_session_info): Use connect_time, not login_time, as the connection_time. (get_static_session_info): Don't include sessions until the handshake is completed. Use connect_time, not login_time, as the connection_time. (get_session_info_ident): Ditto. (disconnect): Don't include sessions until the handshake is completed. (get_client_name): Ditto. (get_client_version): Ditto.
-
- 04 Aug, 2003 17 commits
-
-
Per Cederqvist authored
warnings from <float.h>.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
avoid having it linger in the input buffer.
-
Per Cederqvist authored
-
Per Cederqvist authored
isc_scb instead of a user-supplied pointer to the callback.
-
Per Cederqvist authored
-
Per Cederqvist authored
(isc_write_error_cb): Removed the cb_mcb and user arguments. (isc_stale_output_cb): Ditto. (isc_set_read_callback): Removed the user argument. Use the udg field of the isc_scb instead.
-
Per Cederqvist authored
-
Per Cederqvist authored
(stale_cb): Adjusted to the new API of the callback functions. (idle_cb): Ditto. (isc_set_read_callback): Removed the user argument. (isc_check_read_callback): Pass the isc_scb object instead of the user-supplied pointer to the on_fd.
-
Per Cederqvist authored
-
Per Cederqvist authored
(stale_cb): Ditto. (idle_cb): Ditto. (login_request): Ditto. (data_available_callback): Ditto. (handle_accept_event): Ditto.
-
Per Cederqvist authored
functions.
-
Per Cederqvist authored
isc_accept_callback typedef.
-
Per Cederqvist authored
-
Per Cederqvist authored
that it interferes with the test suite.
-
- 03 Aug, 2003 22 commits
-
-
Per Cederqvist authored
Plug a memory leak in a test program.
-
Per Cederqvist authored
no longer does that.
-
Per Cederqvist authored
of a call to getpeername() and getsockname() per accepted connection. (Bug 916). Removed documentation that was misleading.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
2003-07-12.
-
Per Cederqvist authored
(isc_getraddress): Removed.
-
Per Cederqvist authored
(isc_getraddress): Function removed. (isc_copyaddress): Resurrected the function that was removed 2003-07-12, and changed the type names to the current ones.
-
Per Cederqvist authored
that we don't have to do an extra call to getpeername(). Copy the local address from the socket we listen to, so that we don't have to do an extra call to getsockname().
-
Per Cederqvist authored
of calling isc_getladdress().
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
not interfere with the test.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
idle timeout implementation.
-
Per Cederqvist authored
timeout" should be less than the idle timeouts, since that is no longer required.
-
Per Cederqvist authored
and fixed the expected default suffix of "Active timeout".
-
Per Cederqvist authored
(update_stat): Update the ascending and descending values even when the delta is 0, so that they are updated when the get-stats request is issued.
-
Per Cederqvist authored
timout" to 30 minutes. (read_configuration): Don't require the various idle timeouts to be longer than the stale timeout.
-