summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1998-11-138-16/+16
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-132-0/+7
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-133-2/+39
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-138-0/+42
* configure.in: Removed and tests moved up to appl/configure.inTheodore Tso1998-11-1312-38/+48
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-11-1314-0/+49
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-3015-1427/+1875
* 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
* * telnet.c (telnet): Cosmetic change: Put a newline after "WaitingGeoffrey King1998-10-102-1/+8
* krshd.c (doit): Apply ghudson's patch so that rshd passes the portTheodore Tso1998-10-083-4/+30
* * ftpd.c: Add support for restricted users, as requested inGeoffrey King1998-10-082-16/+59
* cmdtab.c: Update help message for passive mode so that itTheodore Tso1998-10-023-2/+9
* Don't use h_errno, it's not fully portable, and it's not worth itTheodore Tso1998-09-292-2/+7
* Don't use h_errno at all; it doesn't work on all platforms (forTheodore Tso1998-09-292-6/+8
* Of course, the following sentence actually refers to the login function,Geoffrey King1998-08-291-4/+3
* * ftpd.c (login): New function. Essentially, the old passGeoffrey King1998-08-292-21/+74
* * cmds.c (user): Replace "oldlevel" with the more descriptiveGeoffrey King1998-08-283-6/+25
* Add optional support for the CCC (Clear Command Channel) command.Geoffrey King1998-08-193-14/+55
* main.c (main): Declare dst_realm_sz as extern int instead of externGeoffrey King1998-08-172-1/+10
* * krcp.c (error): Don't call rcmd_stream_write if iamremote is notGeoffrey King1998-08-152-10/+9
* * ftpcmd.y, ftpd.c: Replace global variable level with clevel andGeoffrey King1998-08-123-21/+30
* * ftp.c, cmds.c, cmdtab.c, main.c, secure.c, ftp_var.h: ReplaceGeoffrey King1998-08-127-69/+166
* Wed Aug 12 00:17:09 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-122-1/+7
* Tue Aug 11 04:30:59 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-112-7/+55
* Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-082-6/+9
* Forgot to check in the ChangeLog. :)Matthew Hancher1998-08-081-0/+5
* Fri Aug 7 22:39:47 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-081-2/+2
* * ftp.c (getreply): Restore proper setting of safe. This variableTom Yu1998-08-072-1/+9
* Fri Aug 7 00:56:30 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-08-072-15/+38
* Apply ghudson's patch so that rlogin -a no longer dumps core.Geoffrey King1998-07-272-4/+9
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-124-2/+10
* logwtmp.c: Include paths.h if present, and use _PATH_WTMP to determineTheodore Tso1998-05-272-1/+14
* configure.in: Add check for paths.hTheodore Tso1998-05-272-1/+5
* sys_term.c: #include utmp.h if present, and use _PATH_WTMP andTheodore Tso1998-05-273-2/+23
* login.c (dolastlog): BSD 4.4 systems don't have lastlog.h, but stillTheodore Tso1998-05-275-8/+55
* * configure.in: Re-order check for setupterm to avoid lossage ifTom Yu1998-05-262-1/+6
* * login.c: Replace strcpy with strncpy in places. Add nulTom Yu1998-05-162-12/+31
* telnetd.c (main):Theodore Tso1998-05-146-27/+37
* main.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1998-05-146-14/+20
* configure.in: Change test for cgetent to use HAVE_ instead of HAS_,Theodore Tso1998-05-144-6/+15
* ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso1998-05-082-3/+8
* Add a check for the header file krb4-proto.h. Replace file existenceTheodore Tso1998-05-062-37/+6
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-068-6/+26
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-064-3/+10
* Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman1998-04-254-2/+27
* * glob.c (ftpglob): Always allocate new storage, even if no magic globKen Raeburn1998-04-222-2/+17