| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Undo this previous change: | Richard M. Stallman | 1998-05-25 | 1 | -37/+8 | |
| | | | | | | | [MAIL_USE_POP]: Add support for "-g" and "-k" command-line flags to tell movemail to use GSS-API or Kerberos authentication if they are supported. | |||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-05-19 | 1 | -3/+6 | |
| | | ||||||
| * | [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force | Richard M. Stallman | 1998-05-02 | 1 | -2/+11 | |
| | | | | | all file i/o to be in binary mode. Include ntlib.h. | |||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-04-27 | 1 | -31/+36 | |
| | | ||||||
| * | Include <unistd.h> for chdir. | Andreas Schwab | 1998-04-27 | 1 | -0/+4 | |
| | | ||||||
| * | (TEX_decode_env): Don't free the value getenv returns. | Richard M. Stallman | 1998-04-26 | 1 | -1/+0 | |
| | | ||||||
| * | (obj): Update with new files in src. | Geoff Voelker | 1998-04-17 | 1 | -2/+4 | |
| | | | | | (clean): Delete patch scratch files, optimized compilation dir. | |||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-04-14 | 2 | -11/+12 | |
| | | ||||||
| * | Move inclusion of unistd.h to top, else fails on | Dave Love | 1998-04-08 | 1 | -3/+3 | |
| | | | | | Irix6, at least. | |||||
| * | Integrate support for GSS-API | Karl Heuer | 1998-04-06 | 3 | -24/+1016 | |
| | | | | | authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>. | |||||
| * | [MAIL_USE_POP]: Add support for "-g" and "-k" | Karl Heuer | 1998-04-06 | 1 | -8/+37 | |
| | | | | | | command-line flags to tell movemail to use GSS-API or Kerberos authentication if they are supported. | |||||
| * | Move cancelations up. Include <stdlib.h> if | Andreas Schwab | 1998-04-06 | 1 | -6/+10 | |
| | | | | | available. | |||||
| * | (_XOPEN_SOURCE): Define for declaration of cuserid. | Andreas Schwab | 1998-04-06 | 1 | -0/+4 | |
| | | | | | (parse_header): Explicitly declare return type. | |||||
| * | Include <unistd.h> if available. | Andreas Schwab | 1998-04-06 | 1 | -0/+12 | |
| | | | | | | (main, handle_signals, perror_1, fatal_error): Explicitly declare return types. Add forward declarations. | |||||
| * | Include <stdlib.h> and <unistd.h> if available. | Andreas Schwab | 1998-04-06 | 1 | -1/+9 | |
| | | | | | | | Don't declare geteuid. (print_help_and_exit): Change return type to void. Forward declare it. | |||||
| * | Include <stdlib.h> if available. | Andreas Schwab | 1998-04-06 | 1 | -0/+5 | |
| | | | | | (main): Explicitly declare return type. | |||||
| * | (put_entries): Use %ld. | Richard M. Stallman | 1998-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | (fatal): Declare the arg. | Richard M. Stallman | 1998-04-04 | 1 | -0/+1 | |
| | | ||||||
| * | (pop_getline): Renamed from getline. | Richard M. Stallman | 1998-03-26 | 1 | -13/+13 | |
| | | ||||||
| * | (install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities. | Richard M. Stallman | 1998-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | (getit, Cobol_paragraphs, Pascal_functions, | Richard M. Stallman | 1998-01-27 | 1 | -10/+22 | |
| | | | | | | | Postscript_functions, prolog_pred, erlang_func, erlang_attribute): Always make named tags. (Fortran_functions): Grok BLOCK DATA. | |||||
| * | (main): Fix interwoven brace and cpp conditional nesting. | Andreas Schwab | 1998-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Allow messages retrieved from the POP | Karl Heuer | 1997-12-04 | 3 | -72/+116 | |
| | | | | | server to contain embedded nulls. | |||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-12-04 | 1 | -8/+0 | |
| | | ||||||
| * | (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a | Paul Eggert | 1997-12-03 | 1 | -0/+9 | |
| | | | | | | | | | | | | | '>' any lines starting with "From " read from the POP server, but leave the code in place, wrapped in #ifdef MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later because it turns out that something is depending on it. Change suggested by Paul Eggert <eggert@twinsun.com>. Convert the character \037 (^_) at the beginning of a line into the character '^' followed by the character '_', because otherwise Emacs can't parse the resulting file as a valid BABYL file. Change suggested by Paul Eggert <eggert@twinsun.com>. | |||||
| * | (b2m): Define VERSION. Link with $(GETOPTOBJS). | Karl Heuer | 1997-11-23 | 1 | -1/+2 | |
| | | ||||||
| * | Include getopt.h. | Karl Heuer | 1997-11-23 | 1 | -1/+31 | |
| | | | | | (main): Use getopt_long to handle --version and --help. | |||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-11-06 | 1 | -8/+5 | |
| | | ||||||
| * | (fullwrite): Get rid of an extra call to write. Problem | Karl Heuer | 1997-10-31 | 1 | -2/+2 | |
| | | | | | pointed out by Chiaki Ishikawa. | |||||
| * | (L_getit): Always make named tags so that Emacs | Karl Heuer | 1997-10-16 | 1 | -2/+2 | |
| | | | | | | completion on symbols containing `:' etc. works. (get_scheme): Likewise. | |||||
| * | Use system header files instead of declaring C-library | Karl Heuer | 1997-09-25 | 1 | -7/+7 | |
| | | | | | functions explicitly. | |||||
| * | automatically generated from GPLed version | Paul Eggert | 1997-09-11 | 1 | -17/+17 | |
| | | ||||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-09-11 | 1 | -17/+17 | |
| | | ||||||
| * | automatically generated from GPLed version | Paul Eggert | 1997-09-11 | 1 | -17/+17 | |
| | | ||||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-09-11 | 1 | -0/+2 | |
| | | ||||||
| * | Changes for GNU make 3.75.93. | Paul D. Smith | 1997-09-05 | 1 | -1/+1 | |
| | | ||||||
| * | (getpid): Delete function. | Geoff Voelker | 1997-09-03 | 1 | -6/+0 | |
| | | ||||||
| * | (movemail.exe): Link wsock32.lib before LIBS. | Geoff Voelker | 1997-09-03 | 1 | -1/+2 | |
| | | ||||||
| * | (scan_lisp_file): Handle custom-declare-variable. | Richard M. Stallman | 1997-08-31 | 1 | -1/+62 | |
| | | ||||||
| * | [HAVE_SYSVIPC]: Include errno.h, as in the other case. | Richard M. Stallman | 1997-08-27 | 1 | -1/+14 | |
| | | | | | (main) [!BSD_SYSTEM]: Fix error message for getcwd failure. | |||||
| * | (main): use SOCKLEN_TYPE for fromlen, if it is defined. | Richard M. Stallman | 1997-08-14 | 1 | -0/+4 | |
| | | ||||||
| * | automatically generated from GPLed version | Miles Bader | 1997-08-14 | 1 | -17/+17 | |
| | | ||||||
| * | automatically generated from GPLed version | Paul Eggert | 1997-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | Add copyright and permission notices. | Richard M. Stallman | 1997-08-13 | 1 | -0/+19 | |
| | | ||||||
| * | (main): Use %08lx instead of %08x in printf because the | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 | |
| | | | | | variable named addresses is long. | |||||
| * | (get_time): Cast arg to fprintf. | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add includes. | Geoff Voelker | 1997-08-09 | 1 | -3/+71 | |
| | | | | | Undo definitions of crt routines from config.h. | |||||
| * | (lisp): Update paths to lisp files that have moved. | Geoff Voelker | 1997-08-09 | 1 | -7/+19 | |
| | | | | | | | (ctags.obj): New target. (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. Add includes. | |||||
| * | (Yacc_suffixes, Asm_suffixes): Add some alternatives. | Richard M. Stallman | 1997-08-06 | 1 | -1/+2 | |
| | | ||||||
| * | Support auto-configuration of both Kerberos V4 and | Richard M. Stallman | 1997-07-28 | 1 | -45/+68 | |
| | | | | | | | | | | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries. Include <string.h> when STDC_HEADERS is defined, to get declarations of string functions. [KERBEROS5] (socket_connection): Support the current MIT Kerberos V5 API rather than the old one. [KERBEROS] (socket_connection): Change a constant name from SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict with a constant in a header file. | |||||