summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
* Fix name of srvtab file in the man page to be krb5.keytabTheodore Tso1997-07-162-1/+5
* Fix Y2K bug in the parsing of the MDTM command. [krb5-appl/399]Theodore Tso1997-05-022-2/+7
* Merge of libhack_branchTom Yu1997-02-096-19/+20
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-2/+8
* Apply patch from shadow@andrew.cmu.edu to fix a bug I fixedSam Hartman1996-11-202-1/+8
* * ftpd.c (ftpd_userok): Don't undconditionally return -1Tom Yu1996-11-122-1/+6
* Check return value of krb5_init_context()Theodore Tso1996-11-082-1/+7
* * ftpd.c (auth_data): actually exit the for loop if the ftp keyMark Eichin1996-10-222-2/+7
* * ftpd.c (secure_fprintf): Use STDARG routines ifEzra Peisach1996-10-142-5/+28
* * cmds.c (setpeer): Apply jik's fix so "-n" actually works asTom Yu1996-09-272-2/+8
* remove ".so man1/header.doc" and extra args to .THTom Yu1996-09-104-4/+10
* man page rewrite from Cygnus. (Got rid of dependency on tmac.doc, whichJeff Bigler1996-08-292-1216/+1225
* s/struct fd_set/fd_set/gSam Hartman1996-08-052-5/+10
* * configure.in: Determine sizeof short, int, long for secure.cEzra Peisach1996-07-302-0/+7
* * secure.c: Do not assume sizeof(long) = 4 for sending lengths OTWEzra Peisach1996-07-303-3/+24
* * Define a non-zero FUDGE_FACTOR for GSSAPI; I have it set to 64 now,Sam Hartman1996-07-273-9/+33
* *** empty log message ***Marc Horowitz1996-07-261-0/+5
* * ftpd.c (auth_data): the logic which dealt with multiple acceptorMarc Horowitz1996-07-241-207/+204
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-226-10/+22
* * ftpd.c (authdata): misplaced braces caused server to not be able toKevin Mitchell1996-06-132-1/+8
* cvsignore hackeryTom Yu1996-06-103-3/+0
* * Makefile.in, configure.in: back out previous changes and useTom Yu1996-06-033-7/+8
* * configure.in, Makefile.in: only link getdtablesize.o if neededTom Yu1996-06-033-2/+11
* hpux is unix. really, it isKen Raeburn1996-05-012-0/+12
* previously checked-in changesKen Raeburn1996-05-011-0/+12
* some fixes changes from marc. changelogs will be merged laterMark Eichin1996-04-093-28/+47
* Use AC_HEADER_STDARG and use that test to set STDARG.Ezra Peisach1996-03-199-5/+21
* * ftpd.c (auth_data): Do not fail if last gss_service is notEzra Peisach1996-03-152-2/+13
* Added shadow password supportRichard Basch1996-03-153-0/+30
* update from cygnus sources. Get local hostname in a consistent manner,Mark Eichin1996-03-134-1/+13
* remove errno correctlyMark Eichin1996-02-241-1/+1
* remove extraneous second include of stdlib.hMark Eichin1996-02-241-6/+1
* more changes from cygnus sourceMark Eichin1996-02-243-1/+14
* update from cygnus sourcesMark Eichin1996-02-243-10/+32
* * configure.in: Check for stdlib.hEzra Peisach1996-02-076-1/+18
* Make clean removes ftpd (not ftp)Ezra Peisach1996-02-072-1/+5
* * Makefile.inRichard Basch1996-02-042-5/+12
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-221-1/+1
* Deal with sys_errlistSam Hartman1996-01-193-0/+12
* Portability fixes: don't declare errno everSam Hartman1996-01-195-2/+18
* Fix loop so that a ftp/host@REALM is not required,Sam Hartman1996-01-182-4/+11
* Include sys/select.h for AIXSam Hartman1996-01-183-0/+10
* Sanitize and cvsignore files for gssftpMark Eichin1996-01-147-0/+173
* Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin1996-01-1437-0/+14111