summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * state.c (envvarok): Disallow LC_* and NLSPATHTom Yu2001-01-262-0/+6
* * forward.c (rd_and_store_for_creds): Overwrite any existing valueTom Yu2001-01-242-1/+6
* * krcp.c (error): Always declare with ellipsisKen Raeburn2001-01-172-6/+5
* Document configure.in changeSam Hartman2001-01-141-0/+4
* 2001-01-12 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-01-143-45/+28
* add "-4" option to rlogin to not try krb5 authKen Raeburn2000-12-153-2/+35
* make some variables volatileKen Raeburn2000-12-063-2/+7
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-067-4/+20
* * cmds.c (globulize): Use correct address of globbed results whenKen Raeburn2000-11-212-2/+9
* Oops - checked in a newer version by accidentEzra Peisach2000-11-011-10/+5
* * configure.in: Update to autoconf 2 macro names:Ezra Peisach2000-11-012-5/+15
* * configure.in: Use AC_CHECK_FUNCS, AC_CHECK_HEADERS, AC_C_CONSTEzra Peisach2000-11-014-10/+35
* * configure.in: Use AC_CHECK_HEADER and AC_CHECK_FUNC instead ofEzra Peisach2000-11-012-3/+8
* * configure.in: Use AC_CHECK_HEADER and AC_FUNC_VFORK instead ofEzra Peisach2000-11-012-3/+8
* * configure.in: Use AC_C_CONST instead of AC_CONSTEzra Peisach2000-11-012-1/+5
* * configure.in: Use AC_C_CONST instead of AC_CONSTEzra Peisach2000-11-012-1/+5
* * secure.h: Change SESSION to refer to &cred.session instead, soTom Yu2000-10-242-1/+7
* * ftpd.c (reply): For gssapi connection, do not include NULL inEzra Peisach2000-10-172-1/+6
* * login.c (k5_get_password): Declare second argument as unsignedEzra Peisach2000-10-172-0/+6
* * sim_server.c: Cast to int strings width arguments in printfEzra Peisach2000-10-172-2/+7
* * ftp.c (do_auth): Remove debugging printf which I inadvertantlyEzra Peisach2000-10-102-1/+5
* * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing theEzra Peisach2000-10-102-5/+12
* * ftpd.c (login): Return of krb5_cc_get_name is now const char *Ezra Peisach2000-10-032-1/+5
* * krlogin.c (main): Declare main as intEzra Peisach2000-10-032-2/+6
* Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach2000-09-264-14/+32
* * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach2000-09-264-16/+25
* * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn2000-09-094-3/+21
* renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood2000-08-294-6/+13
* * ftpcmd.y: Fix up grammar so that single character token namesTom Yu2000-08-262-37/+45
* * secure.h (myaddr): For secure data stream, pass the port numberEzra Peisach2000-08-224-2/+10
* * ftpd.c (auth_data): Iterate over all krb4 services instead ofEzra Peisach2000-08-222-17/+22
* * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach2000-08-1714-352/+562
* * krlogin.c (read_wrapper): Copy from the current point and notEzra Peisach2000-08-082-2/+7
* * sserver.c (main): Include unistd.h if present (for closeEzra Peisach2000-07-292-15/+29
* * sclient.c: Include unistd.h if present (for close prototype).Ezra Peisach2000-07-292-16/+28
* * krlogin.c (writer): Improved bandwith efficiency by readingPeter Litwack2000-07-212-68/+162
* * krcp.c: Provide format attribute for error() for versions of gccEzra Peisach2000-07-183-2/+18
* * Makefile.in: Remove linking of krb5util library fromEzra Peisach2000-07-032-8/+13
* pullup from 1.2.1 releaseKen Raeburn2000-07-015-1/+50
* 1.2-beta4 pullupKen Raeburn2000-06-3039-321/+971
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-013-1/+8
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-0116-32/+32
* jaltman fix for off-by-one errorKen Raeburn2000-03-202-1/+7
* * login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn2000-03-162-0/+19