summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add documentation on the -f and -F optionsEzra Peisach1995-08-272-0/+23
* Update file listTheodore Tso1995-08-242-0/+4
* Changes for Alpha; also deal better with slave failureSam Hartman1995-08-092-8/+20
* Fix cc -std1 error on OSFPaul Park1995-08-082-1/+5
* * Use new interface to pty_update_utmpSam Hartman1995-08-082-18/+11
* * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t...Sam Hartman1995-08-073-14/+20
* Add authenc.c to the SRCS list; authenc.o is in the OBJS list, afterTheodore Tso1995-08-072-1/+5
* Build fixes for SolarisPaul Park1995-08-073-1/+14
* libpty fixesPaul Park1995-08-073-3/+13
* Check for utmp[x].hPaul Park1995-08-072-1/+6
* Get telnetd working with libptySam Hartman1995-08-055-437/+93
* * krlogind.c: don't include utmp.h, since libty.h grabs itTom Yu1995-08-042-1/+4
* Compile something when krb4 disabledPaul Park1995-08-032-0/+6
* * Fix tests for length of slave buffer.Sam Hartman1995-08-022-0/+6
* Change to use libpty for utmp handling in login.krb5. RemoveSam Hartman1995-08-017-242/+33
* Modify krlogind to use libpty, modify login.krb5 to work underSam Hartman1995-07-315-135/+71
* * configure.in: Don't link with -lkadmTom Yu1995-07-2910-5/+15
* Check for interrupted select in krshdPaul Park1995-07-272-2/+10
* Merge some changes for NetBSD that I and others have madeChris Provenzano1995-07-271-2/+2
* * Tell configure.in that AIX doesn't have streams; it has the headerSam Hartman1995-07-143-3/+18