aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2001-05-11 * defines.h: Fix k4cmd prototype to match kcmd.cTom Yu4-4/+14
2001-05-01cmds.c: fix broken port number checkKen Raeburn2-4/+10
2001-05-01* telnet.c (telnet): Fix grammar in some error messagesKen Raeburn2-6/+11
2001-04-27telnetd.c (usage): Align output columns betterKen Raeburn2-3/+3
2001-04-27delete support for command-line options that are no longer accepted (and have...Ken Raeburn2-12/+10
2001-04-27 * ftp_var.h: Prototype for recvrequest() needs volatileEzra Peisach3-1/+13
2001-04-26assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn5-10/+9
2001-04-26 * ftpcmd.y: Don't dereference a NULL pointer returned fromTom Yu3-20/+143
2001-04-04 * configure.in: Check for setenv, unsetenv, and getenv. CompileTom Yu3-2/+22
2001-04-03 * login.M: Don't include "= 0" as part of the "accept_passwd"Tom Yu2-1/+6
2001-03-12 * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach10-93/+173
2001-03-08prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn8-5/+28
2001-01-30 * sclient.c (main): Do not free auth_context unlessEzra Peisach2-2/+7
2001-01-26 * krshd.c: Get path for NOLOGIN file from paths.h if present,Tom Yu2-1/+17
2001-01-26 * state.c (envvarok): Disallow LC_* and NLSPATHTom Yu2-0/+6
2001-01-24 * forward.c (rd_and_store_for_creds): Overwrite any existing valueTom Yu2-1/+6
2001-01-17* krcp.c (error): Always declare with ellipsisKen Raeburn2-6/+5
2001-01-14Document configure.in changeSam Hartman1-0/+4
2001-01-142001-01-12 Sam Hartman <hartmans@mit.edu>Sam Hartman3-45/+28
2000-12-15add "-4" option to rlogin to not try krb5 authKen Raeburn3-2/+35
2000-12-06make some variables volatileKen Raeburn3-2/+7
2000-12-06make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn7-4/+20
2000-11-21* cmds.c (globulize): Use correct address of globbed results whenKen Raeburn2-2/+9
2000-11-01Oops - checked in a newer version by accidentEzra Peisach1-10/+5
2000-11-01 * configure.in: Update to autoconf 2 macro names:Ezra Peisach2-5/+15
2000-11-01 * configure.in: Use AC_CHECK_FUNCS, AC_CHECK_HEADERS, AC_C_CONSTEzra Peisach4-10/+35
2000-11-01 * configure.in: Use AC_CHECK_HEADER and AC_CHECK_FUNC instead ofEzra Peisach2-3/+8
2000-11-01* configure.in: Use AC_CHECK_HEADER and AC_FUNC_VFORK instead ofEzra Peisach2-3/+8
2000-11-01 * configure.in: Use AC_C_CONST instead of AC_CONSTEzra Peisach2-1/+5
2000-11-01* configure.in: Use AC_C_CONST instead of AC_CONSTEzra Peisach2-1/+5
2000-10-24 * secure.h: Change SESSION to refer to &cred.session instead, soTom Yu2-1/+7
2000-10-17 * ftpd.c (reply): For gssapi connection, do not include NULL inEzra Peisach2-1/+6
2000-10-17 * login.c (k5_get_password): Declare second argument as unsignedEzra Peisach2-0/+6
2000-10-17 * sim_server.c: Cast to int strings width arguments in printfEzra Peisach2-2/+7
2000-10-10 * ftp.c (do_auth): Remove debugging printf which I inadvertantlyEzra Peisach2-1/+5
2000-10-10 * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing theEzra Peisach2-5/+12
2000-10-03 * ftpd.c (login): Return of krb5_cc_get_name is now const char *Ezra Peisach2-1/+5
2000-10-03* krlogin.c (main): Declare main as intEzra Peisach2-2/+6
2000-09-26Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach4-14/+32
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach4-16/+25
2000-09-09* Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn4-3/+21
2000-08-29renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood4-6/+13
2000-08-26 * ftpcmd.y: Fix up grammar so that single character token namesTom Yu2-37/+45
2000-08-22 * secure.h (myaddr): For secure data stream, pass the port numberEzra Peisach4-2/+10
2000-08-22 * ftpd.c (auth_data): Iterate over all krb4 services instead ofEzra Peisach2-17/+22
2000-08-17 * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach14-352/+562
2000-08-08 * krlogin.c (read_wrapper): Copy from the current point and notEzra Peisach2-2/+7
2000-07-29 * sserver.c (main): Include unistd.h if present (for closeEzra Peisach2-15/+29
2000-07-29 * sclient.c: Include unistd.h if present (for close prototype).Ezra Peisach2-16/+28
2000-07-21* krlogin.c (writer): Improved bandwith efficiency by readingPeter Litwack2-68/+162