| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 6 | -14/+21 |
* | Fix tabbing in prototypes. (Just to clear up a conflict) | Theodore Tso | 1995-09-25 | 1 | -6/+6 |
* | Fixed kb_seal_size prototype | Keith Vetter | 1995-09-25 | 2 | -2/+6 |
* | acquire_.c: changed int to size_t. | Theodore Tso | 1995-09-23 | 7 | -5/+76 |
* | oid_ops.c: signed/unsigned mismatch, removed unused variables | Theodore Tso | 1995-09-23 | 3 | -5/+10 |
* | Put back in all:: all-$(WHAT) rule--PC needs it | Theodore Tso | 1995-09-23 | 2 | -0/+5 |
* | Lots of memory leaks and other fixes... | Theodore Tso | 1995-09-16 | 18 | -106/+136 |
* | Free the auth context when freeing the GSSAPI context structure | Theodore Tso | 1995-09-13 | 3 | -0/+14 |
* | Undo MACINTOSH changes to path in these files - theye were correct. The | Ezra Peisach | 1995-09-12 | 4 | -12/+5 |
* | Reintegrate the keytab -> enctype changes | Ezra Peisach | 1995-09-12 | 3 | -5/+5 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 13 | -5/+52 |
* | (gss_delete_sec_context): Add extra indirection so that we actually | Theodore Tso | 1995-09-09 | 3 | -6/+14 |
* | * accept_sec_context.c, init_sec_context.c, util.c : | Chris Provenzano | 1995-09-06 | 4 | -5/+9 |
* | * accept_sec_context.c, init_sec_context.c, util_seed.c : | Chris Provenzano | 1995-09-06 | 4 | -5/+11 |
* | Update to GSSAPI-V2 | Paul Park | 1995-08-31 | 32 | -295/+1622 |
* | init_sec_context.c (krb5_gss_init_sec_context): Remove duplicated | Ezra Peisach | 1995-08-30 | 2 | -23/+5 |
* | Zero out newly allocated context so encrypt_block doesnt have garbage | Paul Park | 1995-08-29 | 3 | -1/+8 |
* | Describe previous changes | Paul Park | 1995-08-29 | 1 | -0/+10 |
* | Add magic numbers for GSSAPI data structures | Paul Park | 1995-08-29 | 1 | -1/+3 |
* | Add prototypes for {im,ex}port_sec_context and kg_ser_context_init | Paul Park | 1995-08-29 | 1 | -0/+17 |
* | Add {im,ex}port_sec_context wrapper routines | Paul Park | 1995-08-29 | 1 | -0/+30 |
* | Add new modules to support {im,ex}port of GSSAPI context | Paul Park | 1995-08-29 | 5 | -0/+1060 |
* | Add prototypes for gss_{im,ex}port_sec_context | Paul Park | 1995-08-29 | 2 | -1/+15 |
* | Use generic_gss_release_oid_set() instead of gss_release_oid_set() so | Theodore Tso | 1995-08-07 | 2 | -1/+7 |
* | Find rsa-md5.h in the correct place. Use k5-int.h | Paul Park | 1995-07-27 | 6 | -14/+12 |
* | Include k5-int.h instead of specific internal include files | Paul Park | 1995-07-27 | 2 | -5/+6 |
* | Remove LDFLAGS | Paul Park | 1995-07-07 | 4 | -2/+8 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -2/+11 |
* | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 4 | -3/+8 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 4 | -8/+11 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -6/+6 |
* | Include time.h (or sys/time.h) for struct tm structure which is now | Ezra Peisach | 1995-06-07 | 2 | -0/+12 |
* | Include k5-sockets.h now that k5-config.h does not include netdb.h. | Ezra Peisach | 1995-05-24 | 2 | -0/+7 |
* | Add install SUBDIRS | Paul Park | 1995-05-22 | 2 | -0/+5 |
* | Describe previous changes | Paul Park | 1995-05-22 | 1 | -0/+6 |
* | Do not report creds as expired if the expiration time is indefinite | Paul Park | 1995-05-22 | 1 | -2/+6 |
* | Add null install target | Paul Park | 1995-05-22 | 1 | -0/+2 |
* | Install EXPORTED_HEADERS in gssapi subdirectory | Paul Park | 1995-05-22 | 3 | -0/+13 |
* | * Makefile.in: nuke spurious whitespace in blank line | Tom Yu | 1995-05-03 | 2 | -1/+5 |
* | * init_sec_context.c (krb5_gss_init_sec_context()) : | Chris Provenzano | 1995-05-01 | 2 | -10/+41 |
* | Do not redefine PROTOTYPE if it is already defined | Ezra Peisach | 1995-04-30 | 2 | -0/+6 |
* | Fixed PC makefile bug with passing wrong macro on recursive makes | Keith Vetter | 1995-04-27 | 2 | -3/+7 |
* | If STDC and WINDOWS is not defined, define PROTOTYPE properly. | Ezra Peisach | 1995-04-21 | 2 | -0/+6 |
* | Some PC fix-ups due to the include structure changing | Keith Vetter | 1995-04-20 | 2 | -1/+10 |
* | configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, and | Theodore Tso | 1995-04-20 | 5 | -5/+61 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 4 | -0/+193 |
* | Windows global stuff: | Keith Vetter | 1995-04-14 | 45 | -237/+249 |
* | Commit on the whole tree to make a checkpoint for a working windows world | Keith Vetter | 1995-03-31 | 2 | -1/+6 |
* | * Makefile.in (unixmac): Add to build header files | John Gilmore | 1995-03-29 | 2 | -0/+6 |
* | * accept_sec_context.c: Use new calling convention for krb5_rd_req() | Chris Provenzano | 1995-03-27 | 2 | -135/+47 |