2002-06-13 Ken Raeburn * Makefile.in (SYSLIBS): Use ws2_32.lib instead of wsock32.lib. 2001-10-10 Danilo Almeida * intern.c (ScreenInsChar): Return BOOL. * enc_des.h: Remove undefined encrypt_send_supprt(). * encrypt.h: Fix parameters in declaration for encrypt_init(). Remove undefined encrypt_send_supprt(). * screen.h: HANDLE -> HINSTANCE. ScreenInsChar() returns BOOL. * wt-proto.h: Remove WinMain declaration since that is already in the standard Windows headers. Update declarations to current Microsoft Platform SDK definitions. Remove some undefined functions. * telnet.c: Update declarations to use definitions in current Microsoft Platform SDK (HANDLE -> HINSTANCE, and others). 2001-10-09 Ken Raeburn * enc_des.c, enc_des.h, encrypt.c, encrypt.h: Make prototypes unconditional. Don't define P(). 2001-10-05 Ken Raeburn * font.c, k5stream.c, k5stream.h, screen.c, screen.h, telnet.c, wt-proto.h: Don't declare pointers and functions NEAR or FAR any more. 2001-10-03 Ken Raeburn * encrypt.h: Don't use KRB5_DLLIMP. 2000-05-08 Nalin Dahyabhai * auth.c (auth_abort): Don't overflow buffer "strTmp". (k4_auth_send): Don't overflow buffer "dbgbuf". * encrypt.c (printsub): Don't overflow buffer "p". 1999-12-03 Danilo Almeida * Makefile.in: Windows fix for updated win-pre.in. Mon May 17 19:54:51 1999 Danilo Almeida * Makefile.in: Add included version resouce script to resource file dependency. Mon May 17 14:23:13 1999 Danilo Almeida * Makefile.in: Remove win16 stuff. Fix resource dependencies. Link resource file directly instead of explicitly converting it to an object file. 1999-04-17 * screen.c (DeleteTopLine): Free the top line before when we allow it to scroll out of the Scrollback buffer. Bugfix suggested by Craig Huckabee . Mon May 10 15:28:51 1999 Danilo Almeida * Makefile.in: Do win32 build in subdir. Fri Feb 5 01:42:07 1999 Theodore Y. Ts'o * enc_des.c (fb64_session): Call des_init_random_number_generator instead of des_set_random_generator_seed, since the compatibility library no longer supports the latter call. Wed Feb 3 23:00:05 1999 Theodore Y. Ts'o * auth.c (auth_send): Increase size of buf so we can handle mongo-gram sized tickets from Microsoft. [telnet/686] Tue Aug 5 18:47:02 1997 Theodore Y. Ts'o * Makefile.in, telnet.rc: Add version resource to the executable. Mon Jul 28 23:35:49 1997 Theodore Y. Ts'o * Makefile.in: Take out the /nod option, and remove libc.lib from the list of libraries to be linked. Sat Feb 15 12:22:54 1997 Richard Basch * Makefile.in: Link in ComErr library $(CLIB) Mon Feb 10 23:18:18 1997 Richard Basch * Makefile.in: Use WLIB definition in config/windows.in Wed Feb 5 22:22:24 1997 Richard Basch * Makefile.in: Fixed win16 linking of telnet.exe * encrypt.c: Do not use printf; use MessageBox and OutputDebugString * encrypt.h: Fixed des425 library prototypes (win16) * telnet.c: Removed ^M at end of every line Wed Jun 12 00:22:02 1996 Theodore Ts'o * makefile: Renamed to Makefile.in, so that we can do WIN16/WIN32 specializations. Remove /nologo option for Win32 RFLAGS, since RC apparently doesn't support it. * changelo: Renamed to ChangeLog, to make life easier. Fri Jan 19 23:22:12 1996 Ezra Peisach * auth.c (k5_auth_send): krb5_get_credentials does not take the kdc_options flags. Tue Sep 26 20:11:18 1995 * auth.c: Don't include los-proto.h; it's no longer present. Don't include des-int.h; it's no longer needed. Sat Jun 10 23:09:20 1995 Tom Yu (tlyu@dragons-lair) * auth.c: krb5_auth_context redefinitions Fri Jun 2 10:51:31 1995 Keith Vetter (keithv@fusion.com) Added cursor keys (in two modes) and ctrl-space: the arrow keys get sent as escape sequences. The actual sequence depends on the keypad mode which emacs exploits. Also, ctrl-space now sends a null (for the emacs fans). * emul.c: enabled calls to ScreenSetOption to change keyboard modes. * intern.c: enabled ScreenSetOption but in a limited fashion. * screen.c: cursor keys now get sent to the host machine. * screen.h: Added prototype for ScreenSetOption and a new message type WM_MYCURSORKEY for handling the cursor keys. * telnet.c: handles WM_MYCURSORKEY and ctrl-space, plus a bug fix on cancelling from the menu on the opening dialog. * makefile: cleaned up and made consistent with the cns makefile. Thu May 25 12:52:50 1995 Keith Vetter (keithv@fusion.com) * auth.c, intern.c, negotiat.c, screen.c, screen.h, telnet.c, telnet.h, changelo: forgot to specify DOS eol when unzipped on Unix so had to remove the extra blank lines. Thu May 25 11:26:14 1995 John Rivlin * emul.c - make the eol wrapping to work properly. This fixed numerous seemingly unrelated scrolling bugs. * auth.c, intern.c, negotiat.c, screen.c, screen.h, telnet.c telnet.h: removed level of indirection by using pointers rather than handles; also cleaned up the formatting. Thu Apr 27 12:00:00 1995 John Rivlin * edit.c, emul.c, font.c, intern.c, screen.c, telnet.c, screen.h struct.h, telnet.h, wt-proto.h Clean up code extensively: Change memory management to use calloc rather than locking and unlocking handles everywhere. This makes the code much easier to understand and maintain. Add assertions Remove unused global values and scope global values appropriately to remove accidental overlays of liked name values (like hInst) Make code formatting uniform and remove dead code. * screen.c (InitNewScreen, ScreenWndProc): Rearranged window creation order to so that SCREEN_HANDLE gets set up at the beginning of the window creation. Thus we can create the window in the correct size and shape prior to showing it, eliminating a resize after the window is shown. Tue Apr 18 17:11:56 1995 Keith Vetter (keithv@fusion.com) * telnet.c: bug fix with saving/restoring delete versus backspace. Fri Apr 7 15:14:07 1995 Keith Vetter (keithv@fusion.com) * telnet.c, wt-proto.h: port numbers better supported. You can now specify ' ' in the initial dialog. This gets saved in the ini file. Wed Apr 5 16:18:30 1995 Keith Vetter (keithv@fusion.com) * screen.c, screen.h, dialog.h, telnet.rc: added an about box with version number. Fri Mar 31 16:24:52 1995 Keith Vetter (keithv@fusion.com) * telnet.c, wt-proto.h: added command line option to set port number so port is no longer wired to 13131. * auth.c: made the k4/k5 separation cleaner Mon Mar 27 20:18:41 1995 Keith Vetter (keithv@fusion.com) * Initial release based upon the K4 version. * K4 streams layer is replaced with no-ops in k5stream.c * only one-way authentication tested since a telnet daemon which does mutual is not available. * connect port is hard-wired to 13131 for now since that is the port of the only available K5 telnet daemon (tsx-11.mit.edu)