| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove OID's that weren't being used, and rename gss_nt_service_name | Theodore Tso | 1996-07-25 | 2 | -8/+6 |
* | admin_internal.h (_KADM5_CHECK_HANDLE): Add parenthesis around | Theodore Tso | 1996-07-25 | 3 | -1/+11 |
* | kadmin.c (quit): Return zero so that we return the proper exit status. | Theodore Tso | 1996-07-25 | 2 | -1/+8 |
* | Don't build the create, destroy, and stash directories | Theodore Tso | 1996-07-25 | 2 | -1/+4 |
* | Declare function as returning void | Theodore Tso | 1996-07-25 | 2 | -1/+5 |
* | *** empty log message *** | Marc Horowitz | 1996-07-25 | 1 | -0/+4 |
* | * configure.in (CONFIG_DIRS): added v5passwdd | Marc Horowitz | 1996-07-25 | 1 | -1/+1 |
* | Fix Sanitize script to not delete the configure program | Theodore Tso | 1996-07-25 | 1 | -0/+1 |
* | Move setenv.c to clnt directory where it belongs | Theodore Tso | 1996-07-25 | 1 | -0/+0 |
* | gss.c (parse_name): Add code to parse an optional fourth parameter | Theodore Tso | 1996-07-25 | 4 | -16/+51 |
* | util_ordering.c (g_order_check): | Theodore Tso | 1996-07-25 | 8 | -18/+44 |
* | init_sec_context.c (krb5_gss_init_sec_context): Fixed error checking | Theodore Tso | 1996-07-25 | 5 | -22/+31 |
* | * acquire_cred.c (krb5_gss_acquire_cred): Initialize variable | Ezra Peisach | 1996-07-25 | 2 | -0/+7 |
* | util_token.c (g_verify_token_header): Changed return code to be an | Theodore Tso | 1996-07-25 | 3 | -2/+5 |
* | ser_sctx.c (kg_oid_externalize): Add proper return code | Theodore Tso | 1996-07-25 | 4 | -6/+16 |
* | Remove INTERFACE keyworded; not needed (and causes problems) since | Theodore Tso | 1996-07-24 | 3 | -2/+9 |
* | * ovsec_kadmd.c (main): Put the #ifdef SO_REUSEADDR at the | Tom Yu | 1996-07-24 | 2 | -2/+7 |
* | Only include <sys/file.h> if building with BSD_DB | Theodore Tso | 1996-07-24 | 2 | -1/+3 |
* | * Makefile.in, configure.in: break out server lib into a | Tom Yu | 1996-07-24 | 20 | -0/+5117 |
* | * Makefile.in, configure.in: break out client lib into a | Tom Yu | 1996-07-24 | 11 | -0/+1537 |
* | * Makefile.in, configure.in: fix shared lib lossage by | Tom Yu | 1996-07-24 | 28 | -6519/+36 |
* | Use the error code KRB5_KT_NAME_TOOLONG instead of ENAMETOOLONG, which | Theodore Tso | 1996-07-24 | 2 | -2/+8 |
* | Change type of first argument to be krb5_preauthtype, to eliminate | Theodore Tso | 1996-07-24 | 2 | -3/+8 |
* | Added new error code KRB5_KT_NAME_TOOLONG | Theodore Tso | 1996-07-24 | 2 | -0/+5 |
* | Removing last remnants of berk_db | Theodore Tso | 1996-07-24 | 4 | -218/+0 |
* | Removing berk_db, since it is now replaced by db2 | Theodore Tso | 1996-07-24 | 61 | -9826/+0 |
* | Use memset instead of bzero | Ezra Peisach | 1996-07-24 | 2 | -1/+3 |
* | Use $(LD) instead of $(CC) for linking... This allows for use of purify | Ezra Peisach | 1996-07-24 | 2 | -1/+5 |
* | * Makefile.in (all): Use $(LD) instead of $(CC) for link stage | Ezra Peisach | 1996-07-24 | 4 | -2/+25 |
* | * Makefile.in (DEPLIBS): Use correct version number for | Ezra Peisach | 1996-07-24 | 2 | -1/+6 |
* | Removed kadmin.exp, since it's for the old admin server | Theodore Tso | 1996-07-24 | 2 | -834/+4 |
* | * ftpd.c (auth_data): the logic which dealt with multiple acceptor | Marc Horowitz | 1996-07-24 | 1 | -207/+204 |
* | Remove mechglue from the list of Macintosh subdirectories | Theodore Tso | 1996-07-24 | 2 | -1/+6 |
* | Must include k5-int.h on Windows and Macintosh builds | Theodore Tso | 1996-07-24 | 2 | -0/+6 |
* | Fix broken Windows commands to copy gssapi_krb5.h to include/gssapi | Theodore Tso | 1996-07-24 | 2 | -1/+4 |
* | Must include k5-int.h on Windows and Macintosh builds | Theodore Tso | 1996-07-24 | 2 | -0/+9 |
* | Makefile.in: Build logger.o from the libkadm5 directory. This | Theodore Tso | 1996-07-24 | 3 | -2/+34 |
* | Ignore db-config.h.in which is generated by autoheader | Ezra Peisach | 1996-07-23 | 1 | -0/+1 |
* | obj/dbm.c: Copy the elements between the struct DBT and | Ezra Peisach | 1996-07-23 | 2 | -0/+58 |
* | * Makefile.in: add dependency for kdb5_util_ct.o | Tom Yu | 1996-07-23 | 2 | -0/+6 |
* | * Makefile.in: add dependency for kadmin_ct.o | Tom Yu | 1996-07-23 | 2 | -0/+6 |
* | * Makefile.in: delete extraneous trailing backslash from GENSRCS | Tom Yu | 1996-07-23 | 2 | -2/+7 |
* | Renamed release_buffer.c to rel_buffer.c, and release_oid_set.c to | Theodore Tso | 1996-07-23 | 4 | -4/+11 |
* | * xdr.c: Do not declare malloc() | Ezra Peisach | 1996-07-23 | 3 | -2/+9 |
* | * Makefile.in: libkdb5.so needs to be built with | Ezra Peisach | 1996-07-23 | 3 | -0/+23 |
* | Add contents of util/db2/acconfig.h to the top-level acconfig.h so | Theodore Tso | 1996-07-23 | 2 | -0/+28 |
* | Include errno.h | Ezra Peisach | 1996-07-23 | 2 | -0/+5 |
* | If __STDC__ is not defined, generate proper prototypes.. | Ezra Peisach | 1996-07-23 | 2 | -1/+6 |
* | * kdc.conf (admin_*): add the fields for the new admin system to | Marc Horowitz | 1996-07-22 | 1 | -1/+5 |
* | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 12 | -0/+956 |