| Commit message (Expand) | Author | Age | Files | Lines |
* | step 3: bcopy->memcpy or memmove (chose by hand), twiddle args | Mark Eichin | 1994-06-15 | 1 | -1/+1 |
* | step 3: bcopy->memcpy or memmove (chose by hand), twiddle args | Mark Eichin | 1994-06-15 | 4 | -15/+15 |
* | step 3: bcopy->memcpy or memmove (chose by hand), twiddle args | Mark Eichin | 1994-06-15 | 1 | -24/+21 |
* | step 2: bcmp->memcmp | Mark Eichin | 1994-06-15 | 15 | -74/+53 |
* | step 1: bzero->memset(,0,) | Mark Eichin | 1994-06-15 | 94 | -164/+235 |
* | use CHECK_SIGPROCMASK | Mark Eichin | 1994-06-15 | 1 | -0/+1 |
* | CHECK_SIGPROCMASK for util/ss | Mark Eichin | 1994-06-15 | 1 | -0/+7 |
* | Fix credentials memory allocation problem. Beta 4 is more anal about freeing | Theodore Tso | 1994-06-15 | 1 | -10/+10 |
* | punt K4INCLUDE, just use srcdir correctly; put krbONE in kerberos_v4.c for now | Mark Eichin | 1994-06-15 | 3 | -4/+5 |
* | add osconf, sysincl, for O_* | Mark Eichin | 1994-06-15 | 1 | -0/+2 |
* | add K4INCLUDE as well | Mark Eichin | 1994-06-15 | 2 | -1/+3 |
* | more srcdir fixes | Mark Eichin | 1994-06-15 | 5 | -6/+18 |
* | fix CopyHeader, add CopySrcHeader | Mark Eichin | 1994-06-15 | 1 | -0/+18 |
* | Need to include krb5/config.h to get the wordsize information | Theodore Tso | 1994-06-15 | 1 | -0/+1 |
* | Always build GSSAPI --- with the prototypes removed, we don't need to | Theodore Tso | 1994-06-15 | 1 | -5/+1 |
* | Include the new gss-sample directory | Theodore Tso | 1994-06-15 | 1 | -1/+1 |
* | Included fixes submitted by Ari/Cliff, including a security fix | Theodore Tso | 1994-06-15 | 7 | -202/+855 |
* | Added missing indirection. This was causing krb5_kt_next_entry to fail... | Theodore Tso | 1994-06-15 | 1 | -1/+1 |
* | As submitted from Openvision --- a sample GSSAPI client/server application! | Theodore Tso | 1994-06-15 | 7 | -0/+1012 |
* | As submitted by Barry | Theodore Tso | 1994-06-15 | 1 | -0/+4 |
* | more srcdir fixes | Mark Eichin | 1994-06-15 | 2 | -3/+4 |
* | fixes for srcdir, LEX tests | Mark Eichin | 1994-06-15 | 8 | -40/+52 |
* | fixing memory scribbling in find_alternate_tgs | Tom Yu | 1994-06-15 | 1 | -6/+6 |
* | ss_err.h is built, not src | Mark Eichin | 1994-06-14 | 1 | -1/+1 |
* | actually reference LOCALINCLUDE | Mark Eichin | 1994-06-14 | 1 | -1/+1 |
* | get isode headers from the right place | Mark Eichin | 1994-06-14 | 3 | -3/+11 |
* | fix autoconf.h dependencies | Mark Eichin | 1994-06-14 | 1 | -2/+2 |
* | cause srcdir to be set | Mark Eichin | 1994-06-14 | 1 | -0/+3 |
* | make BACKWARD_COMPAT dtrt | Tom Yu | 1994-06-14 | 2 | -7/+14 |
* | don't pick up v4server unless there is a --with-krb4 | Tom Yu | 1994-06-14 | 1 | -1/+2 |
* | minor fixups for v4 libraries | Tom Yu | 1994-06-14 | 1 | -1/+1 |
* | exclude convert from build if krb4 is not set | Tom Yu | 1994-06-14 | 1 | -1/+2 |
* | print a warning if there is no --with-krb4= | Tom Yu | 1994-06-14 | 1 | -2/+2 |
* | fix argument stripping for recursion | Mark Eichin | 1994-06-14 | 1 | -4/+4 |
* | Nancy L. Gilman's changes for Beta 4 | Nancy Gilman | 1994-06-14 | 8 | -193/+284 |
* | Nancy L. Gilman's changes for Beta 4 | Nancy Gilman | 1994-06-14 | 2 | -0/+12 |
* | Nancy L. Gilman's changes for Beta 4 | Nancy Gilman | 1994-06-14 | 1 | -1/+14 |
* | Nancy L. Gilman's changes for Beta 4 | Nancy Gilman | 1994-06-14 | 6 | -18/+98 |
* | Nancy Gilman's changes for beta 4 | Nancy Gilman | 1994-06-14 | 1 | -14/+36 |
* | clean up recursion step to handle srcdir correctly | Mark Eichin | 1994-06-14 | 1 | -4/+17 |
* | pick up realm_dom.c (oops) | Tom Yu | 1994-06-14 | 1 | -0/+2 |
* | install krb_err.h during build | Tom Yu | 1994-06-14 | 2 | -1/+4 |
* | picking up v4server | Tom Yu | 1994-06-14 | 1 | -1/+1 |
* | krb4 fixes | Tom Yu | 1994-06-14 | 2 | -4/+6 |
* | pick up convert | Tom Yu | 1994-06-14 | 1 | -1/+1 |
* | fixed recursion of configure (hopefully) | Tom Yu | 1994-06-14 | 1 | -3/+14 |
* | rewrite linux hack so it works (should autoconf it) | Mark Eichin | 1994-06-13 | 1 | -0/+5 |
* | force sh call so || works on ultrix | Mark Eichin | 1994-06-13 | 1 | -1/+1 |
* | fix yylineno test to actually run lex | Mark Eichin | 1994-06-13 | 1 | -6/+16 |
* | use sys/select.h under _AIX too | Mark Eichin | 1994-06-13 | 1 | -1/+1 |