aboutsummaryrefslogtreecommitdiff
path: root/src/appl/gssftp
AgeCommit message (Expand)AuthorFilesLines
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-4/+6
2003-01-10Use socklen_t when passing address to socket functions.Ken Raeburn2-3/+11
2003-01-03* ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2-1/+6
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu2-14/+12
2002-12-06 * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach2-1/+6
2002-11-27update dependenciesTom Yu2-8/+15
2002-11-27 * configure.in: Set SETENVSRC correctlyTom Yu2-1/+5
2002-11-09* main.c (makeargv): Report an error if parsed arguments won't fit in margvKen Raeburn3-3/+16
2002-10-23 * ftpcmd.y: Bison 1.75 cleanup. Essentially remove `=' beforeEzra Peisach2-78/+83
2002-08-29update dependenciesKen Raeburn2-4/+4
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn6-3/+15
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2-0/+3
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn6-3/+15
2002-08-23 * ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of intEzra Peisach2-2/+7
2002-07-13update dependenciesKen Raeburn1-10/+7
2002-07-12Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn2-0/+5
2002-06-28updated depsKen Raeburn1-5/+6
2002-06-25* Makefile.in (ftpd): Don't use krb5util libraryKen Raeburn2-2/+6
2002-06-21update dependenciesKen Raeburn2-14/+18
2002-06-15update dependenciesKen Raeburn2-4/+2
2002-06-14Use ws2_32.lib instead of wsock32.libKen Raeburn2-1/+6
2002-04-11Don't use channel bindings for accept_sec_contextSam Hartman2-10/+5
2002-04-11Suppress warning about unitialized variable; compiler's constant foldingSam Hartman2-2/+6
2002-04-11* ftp.c: Include Winsock 2 instead of Winsock.Danilo Almeida5-2/+21
2002-04-04Patch from Mark Eichin for bug 635Sam Hartman2-6/+11
2002-03-26update dependenciesKen Raeburn1-0/+1
2002-03-20 * Makefile.in: Remove dependency on krb524.h and krb524_err.h asEzra Peisach2-1/+5
2002-03-07define "unix" on BSDKen Raeburn4-9/+12
2002-01-08fix bug with inconsistent result codes when homedir isn't accessible but / isKen Raeburn2-6/+18
2001-12-08 * ftpcmd.y (pathname): Handle returns from ftpglob() better soTom Yu2-6/+17
2001-12-08 * glob.c (execbrc): Fix some fencepost errors. Don't copyTom Yu2-2/+14
2001-10-11* ftpd.M: Remove improper formatting from the .SH NAME section, as itMitchell Berger2-4/+7
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2-37/+42
2001-10-11* ftp.c: Conditionalize declarations of some "unused variables" toDanilo Almeida2-54/+45
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn12-145/+147
2001-09-06updated dependencies for latest make-depend target codeKen Raeburn2-15/+13
2001-09-02dependenciesKen Raeburn2-0/+57
2001-08-21* glob.c (amatch, case '*'): Treat multiple asterisks the same as oneKen Raeburn2-0/+11
2001-08-03* ftpd.M: Update the usage line and option descriptions to be in syncMitchell Berger2-19/+32
2001-08-03* ftpd.c (main): Convert to do option parsing with getopt() ratherMitchell Berger2-71/+48
2001-07-30 * ftp.c: Declare mech_type in struct gss_trials gss_OID to beEzra Peisach2-1/+6
2001-07-28Remove local Win32-specific definition of gss_mech_krb5.Danilo Almeida2-25/+10
2001-07-24 * configure.in: Add check for getev() to avoid problems whenTom Yu2-1/+6
2001-07-24 * getpass.c: Remove duplicate definitions of sig_t, my_sig_t;Tom Yu3-5/+8
2001-07-24 * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,Danilo Almeida11-197/+629
2001-07-05 * ftpd.c: Provide prototypes for myoob and lostconnEzra Peisach2-3/+9
2001-07-04 * secure.c: Instead of hard wiring the FUDGE_FACTOR, newEzra Peisach2-18/+65
2001-07-03 * ftpd.c (sgetpwnam): Remove local declaration of sgetsaveEzra Peisach2-2/+4
2001-07-02 * popen.c: Include ftpd_var.hEzra Peisach5-16/+33
2001-06-22 * ftpcmd.y (help): Change local variable type to ftypeEzra Peisach3-67/+74