summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftpd
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-2/+2
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-022-22/+22
* no more -r option for setting krb.conf pathKen Raeburn2009-01-282-11/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-31/+29
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-7/+8
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-154-303/+7
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-39/+42
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-2/+2
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-12/+9
* 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-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-202-4/+2
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-6/+4
* 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-292-30/+12
* 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
* ftpd's getline conflicts with current glibc headersKen Raeburn2006-06-163-5/+4
* make dependTom Yu2006-06-151-0/+1
* install headers into include/krb5Ken Raeburn2006-05-231-4/+5
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-924/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-45/+0
* make dependKen Raeburn2006-04-011-5/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-24/+27
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-112-0/+6
* make dependKen Raeburn2005-12-221-1/+0
* make dependTom Yu2005-11-291-0/+1
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-2/+0
* update dependenciesKen Raeburn2005-04-061-1/+0
* * ftpd.c: GCC 4.0 fixes... Move static declaration of gunique outEzra Peisach2005-01-132-1/+6
* make dependTom Yu2005-01-061-0/+1
* run "make depend"Ken Raeburn2004-12-301-1/+0
* ticket: newSam Hartman2004-11-262-7/+6
* merge athena ftpd changes for requiring encrypted passwordsTom Yu2004-11-034-4/+35
* Better support for using libutil on systems that need it for variousTom Yu2004-09-222-1/+5
* Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2004-08-272-1/+7
* Patch from Garry Zacheiss to use krb5_get_init_creds_password in ftpdSam Hartman2004-08-272-6/+12
* * ftpd.c (main): Use socklen_t for the size of the address from acceptKen Raeburn2004-08-092-1/+7
* update dependenciesKen Raeburn2004-07-161-1/+0
* make dependTom Yu2004-06-161-0/+1
* Gets a bit closer, still not working..Ken Raeburn2003-12-133-15/+63
* Use fork not vfork in ftpSam Hartman2003-06-052-4/+5
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-242-6/+1
* make-depend updatesKen Raeburn2003-05-241-1/+0
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-242-1/+4