summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
* Reply message ordering bug in ftpdGreg Hudson2009-08-121-3/+2
* include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_HTom Yu2009-07-171-0/+4
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-023-3/+3
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-023-26/+26
* no more -r option for setting krb.conf pathKen Raeburn2009-01-282-11/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-055-61/+58
* Merge mskrb-integ onto trunkSam Hartman2009-01-032-13/+14
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-159-555/+11
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-013-43/+47
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-053-5/+7
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-042-23/+18
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-4/+8
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-244-9/+13
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-232-6/+8
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-8/+5
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-203-10/+5
* cstatus() takes no argumentsKen Raeburn2008-08-061-1/+1
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-6/+4
* Fix various minor format-string issuesKen Raeburn2008-06-031-2/+2
* Include signal.h before ftp_var.h to silence my_sig_t redefinition problemKen Raeburn2008-03-042-2/+2
* man page macro and hyphen fixesRuss Allbery2008-02-191-1/+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-294-32/+22
* remove debugging code accidentally left in ftp/cmds.cKen Raeburn2007-04-231-11/+0
* Modifications to support the generation and embedding Jeffrey Altman2006-12-071-0/+1
* * secure.c (secure_putbuf): Initialize automatic variable LENGTH to 0.Ken Raeburn2006-11-022-3/+3
* typoKen Raeburn2006-10-151-1/+1
* Use memmove for overlapping regionsKen Raeburn2006-10-152-27/+29
* Don't strncpy a string to itselfKen Raeburn2006-10-141-1/+2
* more debugging printfs for nightly testingKen Raeburn2006-10-121-0/+6
* some (more) debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+5
* some debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+6
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-071-1/+0
* make dependTom Yu2006-10-061-0/+1
* 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
* make dependKen Raeburn2006-07-171-1/+0
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-6/+6
* ftpd's getline conflicts with current glibc headersKen Raeburn2006-06-163-5/+4
* Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn2006-06-151-1/+1
* make dependTom Yu2006-06-151-0/+1
* install headers into include/krb5Ken Raeburn2006-05-232-8/+9
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-114-1817/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-114-170/+0
* make dependKen Raeburn2006-04-012-10/+10
* * configure.in: Don't test word sizesKen Raeburn2006-03-312-3/+4
* * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available.Ken Raeburn2006-03-312-9/+16
* make depend, now with dependency sortingKen Raeburn2006-03-312-47/+52
* * configure.in: Supply comment template in AC_DEFINE callsKen Raeburn2006-03-282-4/+8