| Commit message (Expand) | Author | Age | Files | Lines |
* | make depend | Ken Raeburn | 2006-04-01 | 1 | -5/+5 |
* | * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available. | Ken Raeburn | 2006-03-31 | 2 | -9/+16 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -23/+25 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -3/+3 |
* | Qing Dong <dongq@mit.edu> provided a set of changes to allow | Jeffrey Altman | 2006-02-27 | 2 | -1/+5 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -1/+0 |
* | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -1/+0 |
* | * ftp.c (do_auth): Handle a return code of 335, where the authentication | Ken Raeburn | 2003-12-19 | 2 | -1/+6 |
* | clean up ftp client gss memory management | Tom Yu | 2003-06-25 | 2 | -4/+9 |
* | * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..." | Ken Raeburn | 2003-06-16 | 4 | -10/+19 |
* | Use fork not vfork in ftp | Sam Hartman | 2003-06-05 | 2 | -4/+5 |
* | Use socklen_t when passing address to socket functions. | Ken Raeburn | 2003-01-10 | 2 | -3/+11 |
* | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 1 | -5/+4 |
* | update dependencies | Tom Yu | 2002-11-27 | 1 | -5/+8 |
* | * main.c (makeargv): Report an error if parsed arguments won't fit in margv | Ken Raeburn | 2002-11-09 | 3 | -3/+16 |
* | update dependencies | Ken Raeburn | 2002-08-29 | 1 | -1/+0 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+1 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
* | update dependencies | Ken Raeburn | 2002-06-21 | 1 | -8/+11 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -2/+1 |
* | Use ws2_32.lib instead of wsock32.lib | Ken Raeburn | 2002-06-14 | 2 | -1/+6 |
* | Suppress warning about unitialized variable; compiler's constant folding | Sam Hartman | 2002-04-11 | 2 | -2/+6 |
* | * ftp.c: Include Winsock 2 instead of Winsock. | Danilo Almeida | 2002-04-11 | 5 | -2/+21 |
* | Patch from Mark Eichin for bug 635 | Sam Hartman | 2002-04-04 | 2 | -6/+11 |
* | define "unix" on BSD | Ken Raeburn | 2002-03-07 | 2 | -5/+6 |
* | * glob.c (execbrc): Fix some fencepost errors. Don't copy | Tom Yu | 2001-12-08 | 2 | -2/+14 |
* | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -16/+18 |
* | * ftp.c: Conditionalize declarations of some "unused variables" to | Danilo Almeida | 2001-10-11 | 2 | -54/+45 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 9 | -137/+135 |
* | updated dependencies for latest make-depend target code | Ken Raeburn | 2001-09-06 | 1 | -6/+5 |
* | dependencies | Ken Raeburn | 2001-09-02 | 1 | -0/+27 |
* | * glob.c (amatch, case '*'): Treat multiple asterisks the same as one | Ken Raeburn | 2001-08-21 | 2 | -0/+11 |
* | * ftp.c: Declare mech_type in struct gss_trials gss_OID to be | Ezra Peisach | 2001-07-30 | 2 | -1/+6 |
* | Remove local Win32-specific definition of gss_mech_krb5. | Danilo Almeida | 2001-07-28 | 2 | -25/+10 |
* | * getpass.c: Remove duplicate definitions of sig_t, my_sig_t; | Tom Yu | 2001-07-24 | 3 | -5/+8 |
* | * Makefile.in, cmds.c, ftp.c, ftp_var.h, getpass.c, glob.c, | Danilo Almeida | 2001-07-24 | 11 | -197/+629 |
* | * secure.c: Instead of hard wiring the FUDGE_FACTOR, new | Ezra Peisach | 2001-07-04 | 2 | -18/+65 |
* | * cmds.c, domacro.c: Cast arguments to isspace() and isdigit() | Ezra Peisach | 2001-06-15 | 4 | -18/+25 |
* | cmds.c: fix broken port number check | Ken Raeburn | 2001-05-01 | 2 | -4/+10 |
* | * ftp_var.h: Prototype for recvrequest() needs volatile | Ezra Peisach | 2001-04-27 | 3 | -1/+13 |
* | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 3 | -8/+5 |
* | prefer strerror() over sys_errlist[], for sparcv9-solaris2.8 | Ken Raeburn | 2001-03-08 | 4 | -4/+17 |
* | * cmds.c (globulize): Use correct address of globbed results when | Ken Raeburn | 2000-11-21 | 2 | -2/+9 |
* | * secure.h: Change SESSION to refer to &cred.session instead, so | Tom Yu | 2000-10-24 | 2 | -1/+7 |
* | * ftp.c (do_auth): Remove debugging printf which I inadvertantly | Ezra Peisach | 2000-10-10 | 2 | -1/+5 |
* | renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli... | Alexandra Ellwood | 2000-08-29 | 4 | -6/+13 |
* | * secure.h (myaddr): For secure data stream, pass the port number | Ezra Peisach | 2000-08-22 | 2 | -1/+6 |
* | * domacro.c: Compiler warning cleanups and fix the overflow fix to | Ezra Peisach | 2000-08-17 | 14 | -352/+562 |
* | 1.2-beta4 pullup | Ken Raeburn | 2000-06-30 | 7 | -30/+84 |