summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
* Mass makefile/configure.in build system revampTheodore Tso1998-02-127-2/+22
* popen.c (ftpd_popen): Make sure you can't overrun the argv[] andTheodore Tso1998-02-062-4/+13
* * ftpd.c (auth_data): Accept forwarded credentials and dispose ofDan Winship1998-01-302-16/+41
* Add -x (automatically encrypt) and -f (forward credentials) optionsDan Winship1998-01-306-14/+43
* * logwtmp.c (ftp_logwtmp): Rename logwtmp to ftp_logwtmp to avoidTom Yu1997-12-213-4/+13
* * ftpd.c: Don't include netdb.h or sys/socket.h if krb.h isTom Yu1997-12-122-0/+12
* * ftp.c:Tom Yu1997-12-123-0/+19
* * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu1997-10-165-91/+107
* * Makefile.in: Change LOCALINCLUDE and the link line to allow forTom Yu1997-10-163-56/+73
* Fix bug that causes send_file_list to send no dataSam Hartman1997-08-292-2/+10
* * Makefile.in (SRCS): Add $(srcdir) where neededEzra Peisach1997-08-174-7/+18
* 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