aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
1998-02-13Collapse ftp and ftpd's configure.in into gssftp's configure.inTheodore Tso9-74/+84
1998-02-12 * configure.in: Add commented out AC_OUTPUT to force autoreconf toTom Yu4-3/+12
1998-02-12Mass makefile/configure.in build system revampTheodore Tso44-39/+154
1998-02-06popen.c (ftpd_popen): Make sure you can't overrun the argv[] andTheodore Tso2-4/+13
1998-02-01fix some formatting problemsDan Winship1-5/+10
1998-01-30 * ftpd.c (auth_data): Accept forwarded credentials and dispose ofDan Winship2-16/+41
1998-01-30Add -x (automatically encrypt) and -f (forward credentials) optionsDan Winship6-14/+43
1998-01-28 * telnetd.c (doit): additional fix for previous terminaltype changeDan Winship2-1/+5
1998-01-27 * telnetd.c (getterminaltype): Null-terminate strings and avoid aDan Winship5-16/+29
1998-01-24telnetd.c (telnet, get_default_IM): Instead of using a hardcoded IMTheodore Tso3-20/+31
1998-01-21 * krlogind.c (protocol): Declare pibuf and fibuf as being BUFSIZTom Yu2-1/+6
1997-12-21 * logwtmp.c (ftp_logwtmp): Rename logwtmp to ftp_logwtmp to avoidTom Yu3-4/+13
1997-12-19 * login.c (try_afscall): try_afscall doesn't work / isn't neededDan Winship2-3/+13
1997-12-16 * sclient.c (main): Free client principal and krb5_ap_rep_enc_partEzra Peisach2-0/+12
1997-12-12 * ftpd.c: Don't include netdb.h or sys/socket.h if krb.h isTom Yu2-0/+12
1997-12-12 * ftp.c:Tom Yu3-0/+19
1997-12-12 * krlogind.c:Tom Yu5-4/+30
1997-12-05 * telnetd.c (doit): Fix up slave buffer lengthTom Yu2-4/+6
1997-11-20 * forward.c (rd_and_store_for_creds): Fix up to no longer do theTom Yu3-11/+10
1997-11-20 * krlogind.c (recvauth): Fix args in call toTom Yu2-1/+6
1997-11-18 * krshd.c: Don't set checksum_ignored to 1 if checksum_required isTom Yu2-4/+7
1997-11-13 * forward.c (rd_and_store_for_creds): Don't do the chown. AvoidsTom Yu3-20/+25
1997-11-07Use error_message(errno) instead of using sys_errlist[errno]. ThisTheodore Tso2-55/+60
1997-11-05 * krlogind.c (doit): Fix up potential buffer overrun.Tom Yu4-4/+19
1997-10-23Prohibit the passing of TERMCAP, TERMPATH, TERMINFO, and HOME, sinceTheodore Tso2-0/+10
1997-10-21Include string.h/strings.h for memcpy prototypeEzra Peisach2-3/+12
1997-10-16 * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu5-91/+107
1997-10-16 * Makefile.in: Change LOCALINCLUDE and the link line to allow forTom Yu3-56/+73
1997-10-07Removed useless .so to a non-existent macro fileTheodore Tso2-1/+4
1997-09-19remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu3-3/+8
1997-09-02 * krlogind.c (main): Changes to allow for standalone daemonTom Yu2-58/+113
1997-08-29Fix bug that causes send_file_list to send no dataSam Hartman2-2/+10
1997-08-17 * Makefile.in (SRCS): Add $(srcdir) where neededEzra Peisach4-7/+18
1997-07-31 * Makefile.in (SRCS): Fix typo s/scrdir/srcdir/Ezra Peisach2-1/+5
1997-07-16Fix name of srvtab file in the man page to be krb5.keytabTheodore Tso2-1/+5
1997-06-30killpg() wasn't conditionalized in login.c, causing compiles to fail onKevin Mitchell2-0/+12
1997-06-11gss-server.c (server_establish_context): Rearrange server establishTheodore Tso3-16/+35
1997-06-07login.c: Always use the new tty line discpline. [krb5-appl/428]Theodore Tso2-10/+34
1997-05-02Fix Y2K bug in the parsing of the MDTM command. [krb5-appl/399]Theodore Tso2-2/+7
1997-04-10 * sys_term.c (start_login): Bounds check the constructed "speed"Tom Yu2-2/+13
1997-03-28Fix stupid typos in test compilationTheodore Tso1-2/+2
1997-03-28If we're on an SGI machine, don't do the MOTD or MAILCHECK thing,Theodore Tso2-1/+6
1997-03-28When falling back to the normal rlogin, clear the signal mask, so thatTheodore Tso2-0/+16
1997-03-20dditional patch for login environment variable processing: respect TERMSam Hartman2-0/+10
1997-02-28krshd should not require a user to have a valid home directory. [krb5-appl/167]Sam Hartman2-4/+9
1997-02-22Fix terminal handling with regard to ^@ and ^oSam Hartman2-2/+12
1997-02-19kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch5-131/+120
1997-02-19Use free() to free realm component, until a replacement function is addedRichard Basch1-1/+3
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch9-10/+24
1997-02-12 * configure.in: Fix DES425_DEPLIBTom Yu2-1/+5