summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ftp.c (do_auth): Remove debugging printf which I inadvertantlyEzra Peisach2000-10-102-1/+5
* * ftpd.c (login): Return of krb5_cc_get_name is now const char *Ezra Peisach2000-10-032-1/+5
* renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood2000-08-294-6/+13
* * ftpcmd.y: Fix up grammar so that single character token namesTom Yu2000-08-262-37/+45
* * secure.h (myaddr): For secure data stream, pass the port numberEzra Peisach2000-08-224-2/+10
* * ftpd.c (auth_data): Iterate over all krb4 services instead ofEzra Peisach2000-08-222-17/+22
* * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach2000-08-1714-352/+562
* 1.2-beta4 pullupKen Raeburn2000-06-3012-34/+103
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-013-6/+6
* Volatile decls as needed.Ken Raeburn2000-02-198-28/+53
* log tritan's changesTom Yu1999-10-263-0/+21
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-263-12/+9
* Don't fclose(NULL). Don't declare string functions that are macrosKen Raeburn1999-09-214-2/+23
* disable krb5-mech2 for now; from 1.1 branchKen Raeburn1999-09-012-2/+4
* * ftp.c: Inclusion of gssapi_krb5.h requires gssapi_generic.hEzra Peisach1999-05-112-0/+5
* configure.in: Check to see if we need to pull in the util library inTheodore Tso1999-04-142-0/+7
* * ftpd.c (login): Check that the luid is not the uid we want toTom Yu1999-03-262-1/+8
* * configure.in: Check for sys/sockio.h for systems that need itTom Yu1999-03-242-1/+6
* * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu1999-03-242-4/+39
* * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoidTom Yu1999-03-122-1/+6
* * ftpd.M: Resync with realityTom Yu1999-03-094-29/+105
* * ftpd.c (reply): Don't call secure_gss_error() or secure_error()Tom Yu1999-02-262-0/+12
* * secure.c (secure_putbuf): Revert Sam's last change; ifTom Yu1999-02-262-1/+10
* * configure.in: Add check for setluidTom Yu1999-02-182-0/+15
* * ftpd.c (login): Add call to setluid() if necessaryTom Yu1999-02-182-0/+15
* * ftpd.c: strcat -> strncatTom Yu1999-02-132-5/+12
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-136-0/+21
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-302-25/+73
* Add -A (require authentication but not necessarily authorization) andDan Winship1998-10-265-160/+381
* * ftp.M: Add documentation for new ccc and cprotect commands.Geoffrey King1998-10-263-23/+77
* ftpd.c (pass): Wait 5 seconds before returning "passwordTheodore Tso1998-10-243-10/+36
* update ftpd man page to fully match reality (-a, -c, -u, CCC)Dan Winship1998-10-202-6/+24
* * ftpd.c: Add support for restricted users, as requested inGeoffrey King1998-10-082-16/+59