summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Removed extern global of krb5_kdc_req_sumtype, which wasn't being usedTheodore Tso1996-01-112-1/+5
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-103-165/+55
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-103-158/+10
* Removed sys/fcntl.h checking (always use fcntl.h instead)Richard Basch1996-01-044-8/+3
* * gss-client.c (main, client_establish_context): If the -d flag isTheodore Tso1996-01-043-6/+25
* If HAVE_SHADOW is defined, and no shadow password entry is availble,Theodore Tso1995-12-222-2/+7
* Also include unistd.h, if it's availableTheodore Tso1995-12-192-0/+7
* * configure.in: Use krb5util libraryEzra Peisach1995-12-063-1/+9
* The BSD application suite only understands using 1-DES as a session key typeRichard Basch1995-12-051-0/+4
* Applied patch from Scott Schwartz <schwartz@galapagos.cse.psu.edu>Theodore Tso1995-12-012-0/+67
* * state.c: use P properly so it won't break non-ansi compilersTom Yu1995-11-272-1/+5
* Add IEXTEN to lflagsSam Hartman1995-11-173-2/+10
* * *.c (*): initialize lock_arg to a copy of a staticMark Eichin1995-11-163-0/+15
* * telnetd.8: source tmac.doc for correct parsingMark Eichin1995-11-132-0/+5
* * main.c: initialize line (to avoid splitting up forward.c.)Mark Eichin1995-11-132-0/+6
* * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1995-11-133-3/+19
* * krshd.c (doit): drag TZ= from parent environment into envinit toMark Eichin1995-11-132-2/+21
* sim_client.c (main): Use krb5_get_server_rcache instead of duplicatingEzra Peisach1995-11-092-21/+12
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-036-17/+7
* If invoked with the -D port option, do not die if proper entry is missingEzra Peisach1995-11-024-42/+65
* Disallow changes to AOUT_LD_* environment variablesRichard Basch1995-10-251-1/+1
* Reversed the check for strchr(). If strchr(varp, '=') is true then weRichard Basch1995-10-241-1/+1
* 1. Do not end syslog messages with \n (it messes up the logs).Richard Basch1995-10-231-24/+21
* Print messages using \r\n so that the display in binary mode will be correct.Richard Basch1995-10-231-129/+129
* Print all statements using \r\n so that they will be properly formattedRichard Basch1995-10-232-7/+7
* syslog statements should not be called with \nRichard Basch1995-10-232-5/+5
* Minor fix to last commitSam Hartman1995-10-222-1/+6
* Integrate patch including functionality from David Borman's latestSam Hartman1995-10-212-0/+29
* ----------------------------------------------------------------------Sam Hartman1995-10-162-1/+6
* Fixed location where usage() wasn't being called with an argumentTheodore Tso1995-10-152-1/+6
* * gss-misc.c (recv_token): When continuing partial read, decreaseEzra Peisach1995-10-122-1/+7
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-103-0/+10
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-102-30/+44
* (recv_token): When continuning a partial read over the network, putEzra Peisach1995-10-082-1/+6
* gss-client.c (main): Set display_file to be stdoutTheodore Tso1995-09-294-24/+37
* Initialize the service name to SAMPLE_SERVICE instead of leaving as NULLEzra Peisach1995-09-182-1/+5
* Fix optional host parsing so that host is recognized as an argumentTheodore Tso1995-09-162-2/+12
* Free the context and auth_context before exitingTheodore Tso1995-09-162-0/+8
* Add an optional third argument which allows the user to set theTheodore Tso1995-09-162-6/+14
* Allow the user to specify the service instance using the -s option.Theodore Tso1995-09-162-26/+44
* (sign_server): Only try using gss_export_context andTheodore Tso1995-09-162-24/+58
* Improved (and changed) input argument handling, to make sim_serverTheodore Tso1995-09-152-21/+81
* Use separate definitions for the Kerberos instance name and the UDPTheodore Tso1995-09-152-1/+7
* sim_client.c (main): Added better options parsing for more flexibilityTheodore Tso1995-09-153-53/+140
* * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-2/+5
* * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-066-7/+12
* * kerberos5.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-11/+10
* gss-misc.c: Either include stdlib.h or declare mallocEzra Peisach1995-09-043-2/+13
* Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1995-08-315-23/+193
* Use new gss_{im,ex}port_sec_contextPaul Park1995-08-293-2/+44