aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
1998-10-28merge from mainlinemarc-3desMarc Horowitz9-193/+494
1998-10-28add fundsxpress copyrightsMarc Horowitz6-0/+156
1998-10-27Add changelog entries for all the changed and added filesMarc Horowitz5-0/+47
1998-10-27do the old protocol compatibly: don't pass an ivec to the underlyingMarc Horowitz1-2/+17
1998-10-24merge in from mainlineMarc Horowitz23-209/+641
1998-10-22syslog, not printfMarc Horowitz1-2/+1
1998-10-22add ivec chainingMarc Horowitz1-2/+20
1998-10-22make a debugging printf depend on -DMarc Horowitz2-2/+6
1998-10-22compilation fixes: finish updating to new apiMarc Horowitz1-8/+14
1998-10-22interim comment of update to new crypto apiMarc Horowitz1-26/+34
1998-10-22intermediate commit with inband inband protocol for non-desMarc Horowitz2-1/+27
1998-10-22intermediate commit with inband protocol coded, but old-style OOB still runni...Marc Horowitz2-88/+182
1998-09-19merge of tlyu-3des-k4Tom Yu2-0/+9
1998-08-23implement fallback from the krb5 rfcv2 mech to the rfc1964 mechMarc Horowitz1-25/+40
1998-08-22remove statements of the form "setuid(getuid());". telnet is notMarc Horowitz1-8/+0
1998-08-22convert from the old krb4 crypto interface to the new krb5 cryptoMarc Horowitz1-17/+157
1998-08-22convert from the old krb4 interface to the new krb5 crypto interface.Marc Horowitz1-26/+57
1998-08-13don't assume a nul-terminated client string. just print out theMarc Horowitz1-1/+1
1998-08-13 - don't add the final NUL to a command-line stringMarc Horowitz1-16/+19
1998-08-03 - print the token as ascii if the first chars are printable or whitespaceMarc Horowitz1-9/+11
1998-07-27Fix login so that it will properly handle forwarded creds;Sam Hartman3-8/+10
1998-07-26remove a debugging printf which got checked in by accidentMarc Horowitz1-2/+0
1998-07-23merge mainline as of roughly 7/20 onto the branchMarc Horowitz29-79/+237
1998-07-18 convert to init_creds api, in order to be able to use verify_creds,Marc Horowitz1-1208/+1075
1998-05-08ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso2-3/+8
1998-05-06Add a check for the header file krb4-proto.h. Replace file existenceTheodore Tso2-37/+6
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso8-6/+26
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso2-1/+6
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso4-3/+10
1998-04-25Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman4-2/+27
1998-04-22* glob.c (ftpglob): Always allocate new storage, even if no magic globKen Raeburn2-2/+17
1998-04-11 (send_file_list): Oops missed a sigsetjmp() call.Tom Yu2-1/+8
1998-04-11 * configure.in: Add CHECK_SETJMP and CHECK_SIGNALSTom Yu2-0/+6
1998-04-11 * ftpd.c (receive_data):Tom Yu3-7/+34
1998-04-07 * secure.c (secure_putbyte): Set nout = 0 *before* callingDan Winship2-1/+9
1998-03-05 * ftpcmd.y (getline): Don't syslog passwords! (or newlines)Dan Winship2-2/+11
1998-03-02configure.in: Clean up configure script. Check $cross_compilingTheodore Tso4-26/+18
1998-02-25 * ftpcmd.y: Add production "nonguest" to catch things thatTom Yu2-5/+22
1998-02-24 * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu7-1233/+875
1998-02-24 * utility.c (ptyflush, netflush): Explicitly reset SIGCHLD handlerTom Yu4-0/+15
1998-02-23 * ftpd.c: Use krb5_seteuid() and krb5_setegid(). [krb5-libs/505]Tom Yu3-18/+20
1998-02-23 * v4rcp.c: Punt nastiness to redefine setreuid, as we don't useTom Yu3-28/+18
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu34-34/+118
1998-02-14Remove USE_ANAMEEzra Peisach2-1/+4
1998-02-14Remove USE_ANAME as aclocal.m4 no longer defines itEzra Peisach2-1/+4
1998-02-14configure.in: Remove USE_ANAMEEzra Peisach2-1/+4
1998-02-14Applied lxs's changes to make ftpd safe for systems whereTheodore Tso2-3/+20
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