| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * ftp.c (do_auth): Remove debugging printf which I inadvertantly | Ezra Peisach | 2000-10-10 | 2 | -1/+5 |
| * | * ftpd.c (login): Return of krb5_cc_get_name is now const char * | Ezra Peisach | 2000-10-03 | 2 | -1/+5 |
| * | renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli... | Alexandra Ellwood | 2000-08-29 | 4 | -6/+13 |
| * | * ftpcmd.y: Fix up grammar so that single character token names | Tom Yu | 2000-08-26 | 2 | -37/+45 |
| * | * secure.h (myaddr): For secure data stream, pass the port number | Ezra Peisach | 2000-08-22 | 4 | -2/+10 |
| * | * ftpd.c (auth_data): Iterate over all krb4 services instead of | Ezra Peisach | 2000-08-22 | 2 | -17/+22 |
| * | * domacro.c: Compiler warning cleanups and fix the overflow fix to | Ezra Peisach | 2000-08-17 | 14 | -352/+562 |
| * | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 12 | -34/+103 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 3 | -6/+6 |
| * | Volatile decls as needed. | Ken Raeburn | 2000-02-19 | 8 | -28/+53 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 3 | -0/+21 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 3 | -12/+9 |
| * | Don't fclose(NULL). Don't declare string functions that are macros | Ken Raeburn | 1999-09-21 | 4 | -2/+23 |
| * | disable krb5-mech2 for now; from 1.1 branch | Ken Raeburn | 1999-09-01 | 2 | -2/+4 |
| * | * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.h | Ezra Peisach | 1999-05-11 | 2 | -0/+5 |
| * | configure.in: Check to see if we need to pull in the util library in | Theodore Tso | 1999-04-14 | 2 | -0/+7 |
| * | * ftpd.c (login): Check that the luid is not the uid we want to | Tom Yu | 1999-03-26 | 2 | -1/+8 |
| * | * configure.in: Check for sys/sockio.h for systems that need it | Tom Yu | 1999-03-24 | 2 | -1/+6 |
| * | * ftpcmd.y (urgsafe_getc): New function; like getc() except it | Tom Yu | 1999-03-24 | 2 | -4/+39 |
| * | * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoid | Tom Yu | 1999-03-12 | 2 | -1/+6 |
| * | * ftpd.M: Resync with reality | Tom Yu | 1999-03-09 | 4 | -29/+105 |
| * | * ftpd.c (reply): Don't call secure_gss_error() or secure_error() | Tom Yu | 1999-02-26 | 2 | -0/+12 |
| * | * secure.c (secure_putbuf): Revert Sam's last change; if | Tom Yu | 1999-02-26 | 2 | -1/+10 |
| * | * configure.in: Add check for setluid | Tom Yu | 1999-02-18 | 2 | -0/+15 |
| * | * ftpd.c (login): Add call to setluid() if necessary | Tom Yu | 1999-02-18 | 2 | -0/+15 |
| * | * ftpd.c: strcat -> strncat | Tom Yu | 1999-02-13 | 2 | -5/+12 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-13 | 6 | -0/+21 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 2 | -25/+73 |
| * | Add -A (require authentication but not necessarily authorization) and | Dan Winship | 1998-10-26 | 5 | -160/+381 |
| * | * ftp.M: Add documentation for new ccc and cprotect commands. | Geoffrey King | 1998-10-26 | 3 | -23/+77 |
| * | ftpd.c (pass): Wait 5 seconds before returning "password | Theodore Tso | 1998-10-24 | 3 | -10/+36 |
| * | update ftpd man page to fully match reality (-a, -c, -u, CCC) | Dan Winship | 1998-10-20 | 2 | -6/+24 |
| * | * ftpd.c: Add support for restricted users, as requested in | Geoffrey King | 1998-10-08 | 2 | -16/+59 |
| * | cmdtab.c: Update help message for passive mode so that it | Theodore Tso | 1998-10-02 | 3 | -2/+9 |
| * | Don't use h_errno, it's not fully portable, and it's not worth it | Theodore Tso | 1998-09-29 | 2 | -2/+7 |
| * | Of course, the following sentence actually refers to the login function, | Geoffrey King | 1998-08-29 | 1 | -4/+3 |
| * | * ftpd.c (login): New function. Essentially, the old pass | Geoffrey King | 1998-08-29 | 2 | -21/+74 |
| * | * cmds.c (user): Replace "oldlevel" with the more descriptive | Geoffrey King | 1998-08-28 | 3 | -6/+25 |
| * | Add optional support for the CCC (Clear Command Channel) command. | Geoffrey King | 1998-08-19 | 3 | -14/+55 |
| * | * ftpcmd.y, ftpd.c: Replace global variable level with clevel and | Geoffrey King | 1998-08-12 | 3 | -21/+30 |
| * | * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: Replace | Geoffrey King | 1998-08-12 | 7 | -69/+166 |
| * | Tue Aug 11 04:30:59 1998 Matthew D Hancher <mdh@mit.edu> | Matthew Hancher | 1998-08-11 | 2 | -7/+55 |
| * | Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu> | Matthew Hancher | 1998-08-08 | 2 | -6/+9 |
| * | Forgot to check in the ChangeLog. :) | Matthew Hancher | 1998-08-08 | 1 | -0/+5 |
| * | Fri Aug 7 22:39:47 1998 Matthew D Hancher <mdh@mit.edu> | Matthew Hancher | 1998-08-08 | 1 | -2/+2 |
| * | * ftp.c (getreply): Restore proper setting of safe. This variable | Tom Yu | 1998-08-07 | 2 | -1/+9 |
| * | Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu> | Matthew Hancher | 1998-08-07 | 2 | -15/+38 |
| * | Preliminary fixes for AIX4.3: | Sam Hartman | 1998-07-12 | 2 | -1/+5 |
| * | logwtmp.c: Include paths.h if present, and use _PATH_WTMP to determine | Theodore Tso | 1998-05-27 | 2 | -1/+14 |
| * | configure.in: Add check for paths.h | Theodore Tso | 1998-05-27 | 2 | -1/+5 |