summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * popen.c: Include ftpd_var.hEzra Peisach2001-07-025-16/+33
* * ftpcmd.y (help): Change local variable type to ftypeEzra Peisach2001-06-223-67/+74
* * ftpd.c: If NEED_SETENV defined, prototype for setenv.Ezra Peisach2001-06-212-1/+7
* * configure.in (SETENVOBJ): Define NEED_SETENV if compiling our ownEzra Peisach2001-06-212-0/+5
* * ftpd.c: If NEED_SETENV defined, prototype for setenvEzra Peisach2001-06-212-0/+8
* * ftpd.c: Include gssapi/gssapi_krb5.h for gss_krb5_copy_ccacheEzra Peisach2001-06-212-0/+7
* * ftpcmd.y: Cleanup potential ambiguity between comparsion andEzra Peisach2001-06-192-1/+6
* * ftpcmd.y, ftpd.c: Cast argument to isspace()/isdigit() to intEzra Peisach2001-06-154-9/+16
* * cmds.c, domacro.c: Cast arguments to isspace() and isdigit()Ezra Peisach2001-06-154-18/+25
* * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULTMitchell Berger2001-06-084-5/+34
* Fix up small typo in lat set of commitsEzra Peisach2001-06-061-1/+2
* * ftpcmd.y: Include "ftpd_var.h" and remove prototype for reply()Ezra Peisach2001-06-065-50/+242
* cmds.c: fix broken port number checkKen Raeburn2001-05-012-4/+10
* * ftp_var.h: Prototype for recvrequest() needs volatileEzra Peisach2001-04-273-1/+13
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-263-8/+5
* * ftpcmd.y: Don't dereference a NULL pointer returned fromTom Yu2001-04-263-20/+143
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-088-5/+28
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-062-1/+6
* * cmds.c (globulize): Use correct address of globbed results whenKen Raeburn2000-11-212-2/+9
* Oops - checked in a newer version by accidentEzra Peisach2000-11-011-10/+5
* * configure.in: Use AC_CHECK_FUNCS, AC_CHECK_HEADERS, AC_C_CONSTEzra Peisach2000-11-014-10/+35
* * secure.h: Change SESSION to refer to &cred.session instead, soTom Yu2000-10-242-1/+7
* * ftpd.c (reply): For gssapi connection, do not include NULL inEzra Peisach2000-10-172-1/+6