| Commit message (Expand) | Author | Age | Files | Lines |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 20 | -20/+0 |
* | Update .Sanitize files to reflect current file status | Theodore Tso | 1996-06-06 | 2 | -2/+5 |
* | When reading in the test value from a file, don't free free | Theodore Tso | 1996-06-06 | 2 | -2/+8 |
* | * configure.in: Ezra's changes to allow compiling w/o krb4 | Tom Yu | 1996-06-04 | 2 | -0/+14 |
* | * configure.in: Ezra's patches to allow compilation w/o krb4 | Tom Yu | 1996-06-04 | 2 | -0/+15 |
* | * Makefile.in,configure.in: allow compilation w/o krb4 (Ezra's | Tom Yu | 1996-06-04 | 3 | -1/+25 |
* | * login.c: Ezra's patches to trim unsed arg from | Tom Yu | 1996-06-04 | 1 | -6/+14 |
* | * Makefile.in, configure.in: back out previous changes and use | Tom Yu | 1996-06-03 | 3 | -7/+8 |
* | * configure.in, Makefile.in: only link getdtablesize.o if needed | Tom Yu | 1996-06-03 | 3 | -2/+11 |
* | Use secure context for login | Sam Hartman | 1996-05-23 | 2 | -1/+6 |
* | krlogind.c krshd.c: | Richard Basch | 1996-05-09 | 4 | -1/+63 |
* | Use the default service principal (don't assume it is "host") as the | Richard Basch | 1996-05-09 | 2 | -1/+6 |
* | cygnus merge: | Ken Raeburn | 1996-05-02 | 8 | -64/+156 |
* | Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, Chris | Ken Raeburn | 1996-05-01 | 13 | -629/+1547 |
* | hpux is unix. really, it is | Ken Raeburn | 1996-05-01 | 2 | -0/+12 |
* | previously checked-in changes | Ken Raeburn | 1996-05-01 | 1 | -0/+12 |
* | login man page by mark eichin | Ken Raeburn | 1996-04-29 | 2 | -0/+70 |
* | * Makefile.in (install): Install correct set of man pages, and check for | Ken Raeburn | 1996-04-29 | 4 | -7/+17 |
* | The rd_req has to allow any local service principal, as the host may have | Richard Basch | 1996-04-28 | 2 | -21/+30 |
* | Whitespace cleanup | Richard Basch | 1996-04-25 | 1 | -8/+6 |
* | One could not specify -c in inetd.conf, because of the | Richard Basch | 1996-04-22 | 2 | -10/+12 |
* | * krshd.c: If checksumming is required & ALWAYS_V5_KUSEROK is | Richard Basch | 1996-04-21 | 2 | -6/+18 |
* | * Remove documentation of how krlogind gets its command line options | Sam Hartman | 1996-04-21 | 5 | -33/+110 |
* | Fix typo in last night's commit | Sam Hartman | 1996-04-19 | 1 | -1/+1 |
* | Add Doug Engert's patches to deal | Sam Hartman | 1996-04-19 | 3 | -20/+64 |
* | More option handling changes | Sam Hartman | 1996-04-18 | 2 | -3/+11 |
* | configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's no | Theodore Tso | 1996-04-17 | 5 | -299/+236 |
* | * Changes to not use streams on HPUX | Sam Hartman | 1996-04-16 | 5 | -2/+37 |
* | Drop support for option names in argv[0] | Sam Hartman | 1996-04-16 | 5 | -66/+7 |
* | Remove setpgrp() call from krlogind | Sam Hartman | 1996-04-15 | 3 | -10/+20 |
* | Store the forwarded credentials in /tmp/krb5cc_p<pid> (like krlogind) | Richard Basch | 1996-04-13 | 2 | -11/+6 |
* | Destroy any forwarded credentials when we cleanup. (They were stored in | Richard Basch | 1996-04-13 | 2 | -1/+15 |
* | forward.c: Use a saner naming convention for the credentials cache. | Richard Basch | 1996-04-12 | 3 | -8/+45 |
* | Call a krb5 cleanup routine to cleanup forwarded credentials, if necessary | Richard Basch | 1996-04-12 | 3 | -15/+25 |
* | * kcmd.c: Cleaned up whitespace and removed commented & unused cruft | Richard Basch | 1996-04-11 | 4 | -39/+35 |
* | some fixes changes from marc. changelogs will be merged later | Mark Eichin | 1996-04-09 | 3 | -28/+47 |
* | Add an option -L to pass an environment variable to a client. | Ezra Peisach | 1996-04-08 | 2 | -10/+53 |
* | * krlogind.c: Under Solaris, when the connection pipe goes away, | Richard Basch | 1996-04-03 | 2 | -1/+9 |
* | Leading/trailing colons should not be there based on the variable usage. | Richard Basch | 1996-04-01 | 2 | -17/+23 |
* | Whitespace cleanup for readability | Richard Basch | 1996-04-01 | 1 | -12/+14 |
* | * telnetd.c: remove inclusion of netdb.h; it's already in defs.h, | Tom Yu | 1996-03-27 | 2 | -1/+6 |
* | Add a couple missing log entries for stuff Mark checked in | Ken Raeburn | 1996-03-25 | 1 | -1/+9 |
* | krshd.c: use the library routines to do v4 to v5 principal translation | Richard Basch | 1996-03-25 | 2 | -9/+14 |
* | * krshd no longer does non-blocking IO. It never really needed it | Sam Hartman | 1996-03-24 | 3 | -7/+12 |
* | * Apply patch from Ken Raeburn to get telnetd compiling on the SGI | Sam Hartman | 1996-03-24 | 6 | -160/+57 |
* | use the library routines to do the v4 to v5 principal translation | Richard Basch | 1996-03-22 | 2 | -8/+13 |
* | * kcmd.c (ruserok): declare the function as taking const char * | Richard Basch | 1996-03-20 | 2 | -2/+7 |
* | Makefile.in: Added flags which turn on the encryption option | Theodore Tso | 1996-03-19 | 3 | -3/+51 |
* | Makefile.in: Added flags to turn on the encryption option | Theodore Tso | 1996-03-19 | 7 | -10/+102 |
* | Mon Mar 18 20:56:37 1996 Theodore Y. Ts'o <tytso@dcl> | Theodore Tso | 1996-03-19 | 7 | -113/+246 |