summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-2725/+0
* make mark-cstyleTom Yu2009-10-311-26/+25
* Reply message ordering bug in ftpdGreg Hudson2009-08-121-3/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* no more -r option for setting krb.conf pathKen Raeburn2009-01-281-5/+1
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-151-264/+2
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-39/+42
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-5/+5
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-3/+5
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* fix CVE-2007-5894: apparent uninit length in ftpd.c:reply()Tom Yu2007-12-141-1/+1
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-291-26/+8
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-3/+9
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-1/+3
* ftpd's getline conflicts with current glibc headersKen Raeburn2006-06-161-2/+1
* * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique outEzra Peisach2005-01-131-1/+1
* merge athena ftpd changes for requiring encrypted passwordsTom Yu2004-11-031-2/+7
* Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2004-08-271-1/+1
* Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpdSam Hartman2004-08-271-6/+6
* * ftpd.c (main): Use socklen_t for the size of the address from acceptKen Raeburn2004-08-091-1/+2
* Gets a bit closer, still not working..Ken Raeburn2003-12-131-15/+49
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-241-4/+0
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-241-1/+0
* * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2003-01-031-1/+1
* * ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of intEzra Peisach2002-08-231-2/+2
* Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn2002-07-121-0/+1
* Don't use channel bindings for accept_sec_contextSam Hartman2002-04-111-10/+1
* fix bug with inconsistent result codes when homedir isn't accessible but / isKen Raeburn2002-01-081-6/+10
* * ftpd.c (main): Convert to do option parsing with getopt() ratherMitchell Berger2001-08-031-71/+40
* * ftpd.c: Provide prototypes for myoob and lostconnEzra Peisach2001-07-051-3/+5
* * ftpd.c (sgetpwnam): Remove local declaration of sgetsaveEzra Peisach2001-07-031-2/+0
* * popen.c: Include ftpd_var.hEzra Peisach2001-07-021-8/+8
* * ftpcmd.y (help): Change local variable type to ftypeEzra Peisach2001-06-221-61/+61
* * ftpd.c: If NEED_SETENV defined, prototype for setenv.Ezra Peisach2001-06-211-1/+5
* * ftpd.c: If NEED_SETENV defined, prototype for setenvEzra Peisach2001-06-211-0/+4
* * ftpd.c: Include gssapi/gssapi_krb5.h for gss_krb5_copy_ccacheEzra Peisach2001-06-211-0/+2
* * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to intEzra Peisach2001-06-151-2/+2
* * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULTMitchell Berger2001-06-081-4/+17
* Fix up small typo in lat set of commitsEzra Peisach2001-06-061-1/+2
* * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply()Ezra Peisach2001-06-061-35/+93
* * ftpcmd.y: Don't dereference a NULL pointer returned fromTom Yu2001-04-261-17/+127
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-081-0/+2
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-061-1/+1
* * ftpd.c (reply): For gssapi connection, do not include NULL inEzra Peisach2000-10-171-1/+1
* * ftpd.c (login): Return of krb5_cc_get_name is now const char *Ezra Peisach2000-10-031-1/+1
* * ftpd.c (auth_data): Iterate over all krb4 services instead ofEzra Peisach2000-08-221-17/+16
* 1.2-beta4 pullupKen Raeburn2000-06-301-2/+4
* Volatile decls as needed.Ken Raeburn2000-02-191-10/+16
* Don't fclose(NULL). Don't declare string functions that are macrosKen Raeburn1999-09-211-1/+5
* * ftpd.c (login): Check that the luid is not the uid we want toTom Yu1999-03-261-1/+2