summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in: Test for parsetos() prototype and presence ofEzra Peisach2001-06-214-2/+24
* * configure.in (SETENVOBJ): Define NEED_SETENV if compiling our ownEzra Peisach2001-06-212-0/+5
* * ftpd.c: If NEED_SETENV defined, prototype for setenvEzra Peisach2001-06-212-0/+8
* * configure.in: Test if prototypes needed for setenv and unsetenvEzra Peisach2001-06-213-0/+14
* * kerberos5.c: Add prototype for rd_and_store_for_creds()Ezra Peisach2001-06-212-0/+8
* * ftpd.c: Include gssapi/gssapi_krb5.h for gss_krb5_copy_ccacheEzra Peisach2001-06-212-0/+7
* * login.c (read_env_vars_from_file: Only define ifEzra Peisach2001-06-212-0/+7
* * kcmd.c: Get rid of prototypes for krb5_write_message(),Ezra Peisach2001-06-202-6/+5
* * ftpcmd.y: Cleanup potential ambiguity between comparsion andEzra Peisach2001-06-192-1/+6
* * utility.c (printsub): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* telnet.c (telrcv): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* * encrypt.c (encrypt_is): Cast arguments to printf to match formatEzra Peisach2001-06-182-2/+7
* * utility.c (printdata): Cast argument to isprint() to intEzra Peisach2001-06-182-1/+5
* * commands.c: Cast argument to isspace() to intEzra Peisach2001-06-183-6/+12
* * genget.c (LOWER): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-1/+5
* * gss-client.c (parse_oid): Cast argument to isdigit() to intEzra Peisach2001-06-183-11/+9
* * krcp.c (sink): Cast argument to isdigit() to intEzra Peisach2001-06-182-2/+6
* * sim_client.c (main): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-2/+6
* * loginpaths.h: If _PATH_DEFPATH is defined, undefine LPATH andEzra Peisach2001-06-182-0/+11
* * 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
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-1110-11/+45
* * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> forEzra Peisach2001-06-113-3/+14
* * main.c: Include unistd.h (if present) for getopt() prototypeEzra Peisach2001-06-082-0/+8
* * pathnames.h: _PATH_FTPUSERS renamed to _PATH_FTPUSERS_DEFAULTMitchell Berger2001-06-084-5/+34
* * authenc.c (telnet_gets): Cleanup assignment in conditionalEzra Peisach2001-06-0710-41/+164
* * ext.h: Remove unused prototype for start_slave() and replaceEzra Peisach2001-06-076-14/+44
* * auth-proto.h: Add prototype for kerberos5_cleanup()Ezra Peisach2001-06-073-1/+22
* * auth-proto.h: Add prototypes for getauthmask(), auth_enable,Ezra Peisach2001-06-0616-47/+130
* 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
* client.c, server.c: Cleanup assignments in conditionalsEzra Peisach2001-06-053-202/+224
* * krlogin.c: Always provide prototype for setsignal and not ifEzra Peisach2001-06-042-5/+8
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-0111-78/+135
* * krlogind.c (protocol): Don't do TIOCPKT on systems with STREAMSTom Yu2001-05-252-1/+11
* * gss-server.c (usage): Fix usage info *again* to reflect thatDanilo Almeida2001-05-152-1/+6
* * defines.h: Fix k4cmd prototype to match kcmd.cTom Yu2001-05-114-4/+14
* cmds.c: fix broken port number checkKen Raeburn2001-05-012-4/+10
* * telnet.c (telnet): Fix grammar in some error messagesKen Raeburn2001-05-012-6/+11
* telnetd.c (usage): Align output columns betterKen Raeburn2001-04-272-3/+3
* delete support for command-line options that are no longer accepted (and have...Ken Raeburn2001-04-272-12/+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-265-10/+9
* * ftpcmd.y: Don't dereference a NULL pointer returned fromTom Yu2001-04-263-20/+143
* * configure.in: Check for setenv, unsetenv, and getenv. CompileTom Yu2001-04-043-2/+22
* * login.M: Don't include "= 0" as part of the "accept_passwd"Tom Yu2001-04-032-1/+6
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-1210-93/+173
* prefer strerror() over sys_errlist[], for sparcv9-solaris2.8Ken Raeburn2001-03-088-5/+28
* * sclient.c (main): Do not free auth_context unlessEzra Peisach2001-01-302-2/+7
* * krshd.c: Get path for NOLOGIN file from paths.h if present,Tom Yu2001-01-262-1/+17