summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp
Commit message (Expand)AuthorAgeFilesLines
* make dependKen Raeburn2006-04-011-5/+5
* * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available.Ken Raeburn2006-03-312-9/+16
* make depend, now with dependency sortingKen Raeburn2006-03-311-23/+25
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-3/+3
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-272-1/+5
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-1/+0
* run "make depend"Ken Raeburn2004-12-301-1/+0
* * ftp.c (do_auth): Handle a return code of 335, where the authenticationKen Raeburn2003-12-192-1/+6
* clean up ftp client gss memory managementTom Yu2003-06-252-4/+9
* * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn2003-06-164-10/+19
* Use fork not vfork in ftpSam Hartman2003-06-052-4/+5
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-102-3/+11
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-5/+4
* update dependenciesTom Yu2002-11-271-5/+8
* * main.c (makeargv): Report an error if parsed arguments won't fit in margvKen Raeburn2002-11-093-3/+16
* update dependenciesKen Raeburn2002-08-291-1/+0
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+1
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* update dependenciesKen Raeburn2002-06-211-8/+11
* update dependenciesKen Raeburn2002-06-151-2/+1
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-1/+6
* 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
* define "unix" on BSDKen Raeburn2002-03-072-5/+6
* * glob.c (execbrc): Fix some fencepost errors. Don't copyTom Yu2001-12-082-2/+14
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-16/+18
* * 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-109-137/+135
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-061-6/+5
* dependenciesKen Raeburn2001-09-021-0/+27
* * glob.c (amatch, case '*'): Treat multiple asterisks the same as oneKen Raeburn2001-08-212-0/+11
* * 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
* * 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
* * secure.c: Instead of hard wiring the FUDGE_FACTOR, newEzra Peisach2001-07-042-18/+65
* * cmds.c, domacro.c: Cast arguments to isspace() and isdigit()Ezra Peisach2001-06-154-18/+25
* 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
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-084-4/+17
* * cmds.c (globulize): Use correct address of globbed results whenKen Raeburn2000-11-212-2/+9
* * secure.h: Change SESSION to refer to &cred.session instead, soTom Yu2000-10-242-1/+7
* * ftp.c (do_auth): Remove debugging printf which I inadvertantlyEzra Peisach2000-10-102-1/+5
* renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood2000-08-294-6/+13
* * secure.h (myaddr): For secure data stream, pass the port numberEzra Peisach2000-08-222-1/+6
* * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach2000-08-1714-352/+562
* 1.2-beta4 pullupKen Raeburn2000-06-307-30/+84