| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 1 | -2725/+0 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -26/+25 |
| * | Reply message ordering bug in ftpd | Greg Hudson | 2009-08-12 | 1 | -3/+2 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
| * | no more -r option for setting krb.conf path | Ken Raeburn | 2009-01-28 | 1 | -5/+1 |
| * | Remove krb4 support in gssftp and telnet | Greg Hudson | 2008-12-15 | 1 | -264/+2 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -39/+42 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -5/+5 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -3/+5 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | fix CVE-2007-5894: apparent uninit length in ftpd.c:reply() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 1 | -26/+8 |
| * | fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilities | Tom Yu | 2006-08-08 | 1 | -3/+9 |
| * | Apply patch from Michael Calmer to fix some uninitialized variables | Tom Yu | 2006-08-02 | 1 | -1/+3 |
| * | ftpd's getline conflicts with current glibc headers | Ken Raeburn | 2006-06-16 | 1 | -2/+1 |
| * | * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique out | Ezra Peisach | 2005-01-13 | 1 | -1/+1 |
| * | merge athena ftpd changes for requiring encrypted passwords | Tom Yu | 2004-11-03 | 1 | -2/+7 |
| * | Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs in | Ken Raeburn | 2004-08-27 | 1 | -1/+1 |
| * | Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpd | Sam Hartman | 2004-08-27 | 1 | -6/+6 |
| * | * ftpd.c (main): Use socklen_t for the size of the address from accept | Ken Raeburn | 2004-08-09 | 1 | -1/+2 |
| * | Gets a bit closer, still not working.. | Ken Raeburn | 2003-12-13 | 1 | -15/+49 |
| * | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 1 | -4/+0 |
| * | Eliminate explicit declarations of errno; include errno.h as needed. | Ken Raeburn | 2003-04-24 | 1 | -1/+0 |
| * | * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit value | Ken Raeburn | 2003-01-03 | 1 | -1/+1 |
| * | * ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of int | Ezra Peisach | 2002-08-23 | 1 | -2/+2 |
| * | Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>. | Ken Raeburn | 2002-07-12 | 1 | -0/+1 |
| * | Don't use channel bindings for accept_sec_context | Sam Hartman | 2002-04-11 | 1 | -10/+1 |
| * | fix bug with inconsistent result codes when homedir isn't accessible but / is | Ken Raeburn | 2002-01-08 | 1 | -6/+10 |
| * | * ftpd.c (main): Convert to do option parsing with getopt() rather | Mitchell Berger | 2001-08-03 | 1 | -71/+40 |
| * | * ftpd.c: Provide prototypes for myoob and lostconn | Ezra Peisach | 2001-07-05 | 1 | -3/+5 |
| * | * ftpd.c (sgetpwnam): Remove local declaration of sgetsave | Ezra Peisach | 2001-07-03 | 1 | -2/+0 |
| * | * popen.c: Include ftpd_var.h | Ezra Peisach | 2001-07-02 | 1 | -8/+8 |
| * | * ftpcmd.y (help): Change local variable type to ftype | Ezra Peisach | 2001-06-22 | 1 | -61/+61 |
| * | * ftpd.c: If NEED_SETENV defined, prototype for setenv. | Ezra Peisach | 2001-06-21 | 1 | -1/+5 |
| * | * ftpd.c: If NEED_SETENV defined, prototype for setenv | Ezra Peisach | 2001-06-21 | 1 | -0/+4 |
| * | * ftpd.c: Include gssapi/gssapi_krb5.h for gss_krb5_copy_ccache | Ezra Peisach | 2001-06-21 | 1 | -0/+2 |
| * | * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to int | Ezra Peisach | 2001-06-15 | 1 | -2/+2 |
| * | * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULT | Mitchell Berger | 2001-06-08 | 1 | -4/+17 |
| * | Fix up small typo in lat set of commits | Ezra Peisach | 2001-06-06 | 1 | -1/+2 |
| * | * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply() | Ezra Peisach | 2001-06-06 | 1 | -35/+93 |
| * | * ftpcmd.y: Don't dereference a NULL pointer returned from | Tom Yu | 2001-04-26 | 1 | -17/+127 |
| * | prefer strerror() over sys_errlist[], for sparcv9-solaris2.8 | Ken Raeburn | 2001-03-08 | 1 | -0/+2 |
| * | make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in* | Ken Raeburn | 2000-12-06 | 1 | -1/+1 |
| * | * ftpd.c (reply): For gssapi connection, do not include NULL in | Ezra Peisach | 2000-10-17 | 1 | -1/+1 |
| * | * ftpd.c (login): Return of krb5_cc_get_name is now const char * | Ezra Peisach | 2000-10-03 | 1 | -1/+1 |
| * | * ftpd.c (auth_data): Iterate over all krb4 services instead of | Ezra Peisach | 2000-08-22 | 1 | -17/+16 |
| * | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 1 | -2/+4 |
| * | Volatile decls as needed. | Ken Raeburn | 2000-02-19 | 1 | -10/+16 |
| * | Don't fclose(NULL). Don't declare string functions that are macros | Ken Raeburn | 1999-09-21 | 1 | -1/+5 |
| * | * ftpd.c (login): Check that the luid is not the uid we want to | Tom Yu | 1999-03-26 | 1 | -1/+2 |