| Commit message (Expand) | Author | Age | Files | Lines |
| * | Disallow changes to AOUT_LD_* environment variables | Richard Basch | 1995-10-25 | 1 | -1/+1 |
| * | Reversed the check for strchr(). If strchr(varp, '=') is true then we | Richard Basch | 1995-10-24 | 1 | -1/+1 |
| * | 1. Do not end syslog messages with \n (it messes up the logs). | Richard Basch | 1995-10-23 | 1 | -24/+21 |
| * | Print messages using \r\n so that the display in binary mode will be correct. | Richard Basch | 1995-10-23 | 1 | -129/+129 |
| * | Print all statements using \r\n so that they will be properly formatted | Richard Basch | 1995-10-23 | 2 | -7/+7 |
| * | syslog statements should not be called with \n | Richard Basch | 1995-10-23 | 2 | -5/+5 |
| * | Minor fix to last commit | Sam Hartman | 1995-10-22 | 2 | -1/+6 |
| * | Integrate patch including functionality from David Borman's latest | Sam Hartman | 1995-10-21 | 2 | -0/+29 |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-10-16 | 2 | -1/+6 |
| * | Fixed location where usage() wasn't being called with an argument | Theodore Tso | 1995-10-15 | 2 | -1/+6 |
| * | * gss-misc.c (recv_token): When continuing partial read, decrease | Ezra Peisach | 1995-10-12 | 2 | -1/+7 |
| * | Fix handling of session key for Kerberos5. I don't think this should | Sam Hartman | 1995-10-10 | 3 | -0/+10 |
| * | Fix handling of session key for Kerberos5. I don't think this should | Sam Hartman | 1995-10-10 | 2 | -30/+44 |
| * | (recv_token): When continuning a partial read over the network, put | Ezra Peisach | 1995-10-08 | 2 | -1/+6 |
| * | gss-client.c (main): Set display_file to be stdout | Theodore Tso | 1995-09-29 | 4 | -24/+37 |
| * | Initialize the service name to SAMPLE_SERVICE instead of leaving as NULL | Ezra Peisach | 1995-09-18 | 2 | -1/+5 |
| * | Fix optional host parsing so that host is recognized as an argument | Theodore Tso | 1995-09-16 | 2 | -2/+12 |
| * | Free the context and auth_context before exiting | Theodore Tso | 1995-09-16 | 2 | -0/+8 |
| * | Add an optional third argument which allows the user to set the | Theodore Tso | 1995-09-16 | 2 | -6/+14 |
| * | Allow the user to specify the service instance using the -s option. | Theodore Tso | 1995-09-16 | 2 | -26/+44 |
| * | (sign_server): Only try using gss_export_context and | Theodore Tso | 1995-09-16 | 2 | -24/+58 |
| * | Improved (and changed) input argument handling, to make sim_server | Theodore Tso | 1995-09-15 | 2 | -21/+81 |
| * | Use separate definitions for the Kerberos instance name and the UDP | Theodore Tso | 1995-09-15 | 2 | -1/+7 |
| * | sim_client.c (main): Added better options parsing for more flexibility | Theodore Tso | 1995-09-15 | 3 | -53/+140 |
| * | * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -2/+5 |
| * | * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 6 | -7/+12 |
| * | * kerberos5.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -11/+10 |
| * | gss-misc.c: Either include stdlib.h or declare malloc | Ezra Peisach | 1995-09-04 | 3 | -2/+13 |
| * | Update for GSSAPI-V2. Add -v2 switch to use some of these features | Paul Park | 1995-08-31 | 5 | -23/+193 |
| * | Use new gss_{im,ex}port_sec_context | Paul Park | 1995-08-29 | 3 | -2/+44 |
| * | Add documentation on the -f and -F options | Ezra Peisach | 1995-08-27 | 2 | -0/+23 |
| * | Update file list | Theodore Tso | 1995-08-24 | 2 | -0/+4 |
| * | Changes for Alpha; also deal better with slave failure | Sam Hartman | 1995-08-09 | 2 | -8/+20 |
| * | Fix cc -std1 error on OSF | Paul Park | 1995-08-08 | 2 | -1/+5 |
| * | * Use new interface to pty_update_utmp | Sam Hartman | 1995-08-08 | 2 | -18/+11 |
| * | * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t... | Sam Hartman | 1995-08-07 | 3 | -14/+20 |
| * | Add authenc.c to the SRCS list; authenc.o is in the OBJS list, after | Theodore Tso | 1995-08-07 | 2 | -1/+5 |
| * | Build fixes for Solaris | Paul Park | 1995-08-07 | 3 | -1/+14 |
| * | libpty fixes | Paul Park | 1995-08-07 | 3 | -3/+13 |
| * | Check for utmp[x].h | Paul Park | 1995-08-07 | 2 | -1/+6 |
| * | Get telnetd working with libpty | Sam Hartman | 1995-08-05 | 5 | -437/+93 |
| * | * krlogind.c: don't include utmp.h, since libty.h grabs it | Tom Yu | 1995-08-04 | 2 | -1/+4 |
| * | Compile something when krb4 disabled | Paul Park | 1995-08-03 | 2 | -0/+6 |
| * | * Fix tests for length of slave buffer. | Sam Hartman | 1995-08-02 | 2 | -0/+6 |
| * | Change to use libpty for utmp handling in login.krb5. Remove | Sam Hartman | 1995-08-01 | 7 | -242/+33 |
| * | Modify krlogind to use libpty, modify login.krb5 to work under | Sam Hartman | 1995-07-31 | 5 | -135/+71 |
| * | * configure.in: Don't link with -lkadm | Tom Yu | 1995-07-29 | 10 | -5/+15 |
| * | Check for interrupted select in krshd | Paul Park | 1995-07-27 | 2 | -2/+10 |
| * | Merge some changes for NetBSD that I and others have made | Chris Provenzano | 1995-07-27 | 1 | -2/+2 |
| * | * Tell configure.in that AIX doesn't have streams; it has the header | Sam Hartman | 1995-07-14 | 3 | -3/+18 |