| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 36 | -100/+124 |
* | Remove LDFLAGS | Paul Park | 1995-07-07 | 6 | -3/+13 |
* | Remove declaration of errno altoghether. "extern int errno;" is | Theodore Tso | 1995-07-06 | 6 | -7/+4 |
* | Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS. | Theodore Tso | 1995-07-06 | 2 | -4/+18 |
* | ---------------------------------------------------------------------- | Sam Hartman | 1995-07-02 | 3 | -2/+9 |
* | * commands.c: rename setmode() and clearmode() to tel_setmode() | Tom Yu | 1995-07-02 | 2 | -16/+22 |
* | * krlogin.c: don't redeclare noltc, defltc if we happen to have | Tom Yu | 1995-06-28 | 2 | -0/+6 |
* | sim_client.c: Include stdlib.h or declare malloc. Include string.h for | Ezra Peisach | 1995-06-28 | 3 | -0/+14 |
* | Include <string.h> for memcpy definitions | Ezra Peisach | 1995-06-28 | 2 | -0/+4 |
* | Compiler warning cleanup | Paul Park | 1995-06-27 | 15 | -73/+109 |
* | configure.in: Change AC_HAVE_HEADERS with AC_CHECK_HEADERS, and check for | Theodore Tso | 1995-06-22 | 3 | -3/+18 |
* | login.c: Change RETSIGTYPE to krb5_sigtype to be consistant | Ezra Peisach | 1995-06-21 | 3 | -1/+8 |
* | Remove extra #else left over from previous cleanup | Paul Park | 1995-06-21 | 1 | -1/+0 |
* | * configure.in: fix typo | Tom Yu | 1995-06-20 | 2 | -1/+3 |
* | * defs.h: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 3 | -3/+10 |