summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
...
* make-depend updatesKen Raeburn2003-05-241-1/+0
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-242-1/+4
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-4/+6
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-102-3/+11
* * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2003-01-032-1/+6
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-232-14/+12
* * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach2002-12-062-1/+6
* update dependenciesTom Yu2002-11-272-8/+15
* * configure.in: Set SETENVSRC correctlyTom Yu2002-11-272-1/+5
* * main.c (makeargv): Report an error if parsed arguments won't fit in margvKen Raeburn2002-11-093-3/+16
* * ftpcmd.y: Bison 1.75 cleanup. Essentially remove `=' beforeEzra Peisach2002-10-232-78/+83
* update dependenciesKen Raeburn2002-08-292-4/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-296-3/+15
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+3
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-236-3/+15
* * ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of intEzra Peisach2002-08-232-2/+7
* update dependenciesKen Raeburn2002-07-131-10/+7
* Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn2002-07-122-0/+5
* updated depsKen Raeburn2002-06-281-5/+6
* * Makefile.in (ftpd): Don't use krb5util libraryKen Raeburn2002-06-252-2/+6
* update dependenciesKen Raeburn2002-06-212-14/+18
* update dependenciesKen Raeburn2002-06-152-4/+2
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-1/+6
* Don't use channel bindings for accept_sec_contextSam Hartman2002-04-112-10/+5
* Suppress warning about unitialized variable; compiler's constant foldingSam Hartman2002-04-112-2/+6
* * ftp.c: Include Winsock 2 instead of Winsock.Danilo Almeida2002-04-115-2/+21
* Patch from Mark Eichin for bug 635Sam Hartman2002-04-042-6/+11
* update dependenciesKen Raeburn2002-03-261-0/+1
* * Makefile.in: Remove dependency on krb524.h and krb524_err.h asEzra Peisach2002-03-202-1/+5
* define "unix" on BSDKen Raeburn2002-03-074-9/+12
* fix bug with inconsistent result codes when homedir isn't accessible but / isKen Raeburn2002-01-082-6/+18
* * ftpcmd.y (pathname): Handle returns from ftpglob() better soTom Yu2001-12-082-6/+17
* * glob.c (execbrc): Fix some fencepost errors. Don't copyTom Yu2001-12-082-2/+14
* * ftpd.M: Remove improper formatting from the .SH NAME section, as itMitchell Berger2001-10-112-4/+7
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-112-37/+42
* * ftp.c: Conditionalize declarations of some "unused variables" toDanilo Almeida2001-10-112-54/+45
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1012-145/+147
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-062-15/+13
* dependenciesKen Raeburn2001-09-022-0/+57
* * glob.c (amatch, case '*'): Treat multiple asterisks the same as oneKen Raeburn2001-08-212-0/+11
* * ftpd.M: Update the usage line and option descriptions to be in syncMitchell Berger2001-08-032-19/+32
* * ftpd.c (main): Convert to do option parsing with getopt() ratherMitchell Berger2001-08-032-71/+48
* * ftp.c: Declare mech_type in struct gss_trials gss_OID to beEzra Peisach2001-07-302-1/+6
* Remove local Win32-specific definition of gss_mech_krb5.Danilo Almeida2001-07-282-25/+10
* * configure.in: Add check for getev() to avoid problems whenTom Yu2001-07-242-1/+6
* * getpass.c: Remove duplicate definitions of sig_t, my_sig_t;Tom Yu2001-07-243-5/+8
* * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c,Danilo Almeida2001-07-2411-197/+629
* * ftpd.c: Provide prototypes for myoob and lostconnEzra Peisach2001-07-052-3/+9
* * secure.c: Instead of hard wiring the FUDGE_FACTOR, newEzra Peisach2001-07-042-18/+65
* * ftpd.c (sgetpwnam): Remove local declaration of sgetsaveEzra Peisach2001-07-032-2/+4