aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
1996-02-24 * ext.h, utility.c (fatalperror, fatal): Add const to argumentEzra Peisach3-4/+8
1996-02-24remove errno correctlyMark Eichin1-1/+1
1996-02-24remove extraneous second include of stdlib.hMark Eichin1-6/+1
1996-02-24more changes from cygnus sourceMark Eichin3-1/+14
1996-02-24update from cygnus sourcesMark Eichin3-10/+32
1996-02-13Fix lint flame (added missing cast)Theodore Tso2-1/+5
1996-02-10Only display secure_message if encryption actually enabledSam Hartman2-1/+6
1996-02-10Fixed bug in v4 compatability: you don't checkSam Hartman2-30/+37
1996-02-07 * configure.in: Check for stdlib.hEzra Peisach6-1/+18
1996-02-07Make clean removes ftpd (not ftp)Ezra Peisach2-1/+5
1996-02-04* Makefile.inRichard Basch5-25/+39
1996-02-01* rcp (client mode) now uses rsh -x but still supports the old encryption inSam Hartman6-164/+92
1996-01-31* krshd: Make sure KRB5CCNAME gets set for forward creds; code could be much ...Sam Hartman5-17/+77
1996-01-27Fixes to build on Linux;Sam Hartman2-3/+5
1996-01-27Oops; I accidentally comitted a version of krloginSam Hartman2-2/+3
1996-01-26Telnet really wants a DES key; have it ask for oneSam Hartman2-0/+5
1996-01-26Fix delay in ^C processingSam Hartman2-11/+27
1996-01-26Disable resetting of tgs_enctypesSam Hartman1-2/+2
1996-01-24Update man pages with new optionsSam Hartman3-64/+101
1996-01-24* Add checksum support to klogind making sure encrypted authenticatorsSam Hartman5-135/+251
1996-01-22Check for prototypes so that KRB5_STDARG_P worksEzra Peisach3-3/+10
1996-01-22Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1-1/+1
1996-01-20Fix a memory leak and reversed argumentsSam Hartman2-4/+9
1996-01-20In the client, construct a checksum from the command lineSam Hartman3-3/+44
1996-01-19In des_read, check to see if read returns 0 and reportSam Hartman2-1/+5
1996-01-19Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman7-133/+58
1996-01-19Deal with sys_errlistSam Hartman3-0/+12
1996-01-19Portability fixes: don't declare errno everSam Hartman5-2/+18
1996-01-18Fix loop so that a ftp/host@REALM is not required,Sam Hartman2-4/+11
1996-01-18Include sys/select.h for AIXSam Hartman3-0/+10
1996-01-15 * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPIMark Eichin2-1/+5
1996-01-14Sanitize and cvsignore files for gssftpMark Eichin7-0/+173
1996-01-14add gssftp to things-to-keepMark Eichin1-0/+1
1996-01-14Cygnus implementation of GSSAPI-based ftp client and server.Mark Eichin37-0/+14111
1996-01-11 * krsh.c, krlogin.c: (main): Ultrix cc does not support automaticEzra Peisach3-3/+10
1996-01-11 * krcp.c (error): Convert to use varargsEzra Peisach3-7/+37
1996-01-11kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.)Theodore Tso5-7/+50
1996-01-11Removed extern global of krb5_kdc_req_sumtype, which wasn't being usedTheodore Tso2-1/+5
1996-01-10forward.c (get_for_creds): Removed no longer used functionTheodore Tso3-165/+55
1996-01-10forward.c (get_for_creds): Removed no longer used functionTheodore Tso3-158/+10
1996-01-04Removed sys/fcntl.h checking (always use fcntl.h instead)Richard Basch4-8/+3
1996-01-04* gss-client.c (main, client_establish_context): If the -d flag isTheodore Tso3-6/+25
1995-12-22If HAVE_SHADOW is defined, and no shadow password entry is availble,Theodore Tso2-2/+7
1995-12-19Also include unistd.h, if it's availableTheodore Tso2-0/+7
1995-12-06 * configure.in: Use krb5util libraryEzra Peisach3-1/+9
1995-12-05The BSD application suite only understands using 1-DES as a session key typeRichard Basch1-0/+4
1995-12-01Applied patch from Scott Schwartz <schwartz@galapagos.cse.psu.edu>Theodore Tso2-0/+67
1995-11-27 * state.c: use P properly so it won't break non-ansi compilersTom Yu2-1/+5
1995-11-17 Add IEXTEN to lflagsSam Hartman3-2/+10
1995-11-16 * *.c (*): initialize lock_arg to a copy of a staticMark Eichin3-0/+15