aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
1997-07-25 * server_init.c: Change a few calls to align with the new kdbTom Yu3-3/+10
1997-07-25 * t_kdb.c: Reflect changes in the API, mostly db_createTom Yu7-60/+1545
1997-07-25 * t_ser.c: Add support for changed kdb APITom Yu2-2/+7
1997-07-25 * kdb5_err.et: Add error code for bad creation flagsTom Yu2-0/+5
1997-07-25 * Makefile.in: Bump version due to et changesTom Yu2-1/+5
1997-07-22* util_ordering.c: Include string.h for prototypesEzra Peisach2-0/+5
1997-07-22 (krb5_gss_accept_sec_context): Initialize ctx before it is referenced withou...Ezra Peisach2-1/+6
1997-07-17Fix stupid #ifdef logic errorTheodore Tso1-1/+1
1997-07-16Only copy over the old table when there's an old table to copy over.Theodore Tso2-2/+9
1997-07-16Always copy the mechtype so that delete_sec_context() can safelyTheodore Tso2-1/+11
1997-07-04Added Winsock kludge for finding your local IP address. May not workTheodore Tso2-6/+65
1997-07-01Fix goof in ChangeLogTom Yu1-0/+1
1997-07-01 * client_principal.c, client_rpc.c: Add support for setv4keyTom Yu3-0/+40
1997-07-01 * server_acl.h: Fix ACL_ALL_MASK to include ACL_SETKEYTom Yu3-2/+9
1997-07-01 * kadm_rpc.h, kadm_rpc_xdr.c: Add support for setv4keyTom Yu3-1/+33
1997-06-30Added code so that a valid credential handle is generated whenKevin Mitchell2-3/+75
1997-06-29 * svr_principal.c: Add new function kadm5_setv4key_principalTom Yu2-0/+134
1997-06-29 * kadm_err.et: Add support for kadm5_setv4key_principalTom Yu3-0/+11
1997-06-07accept_sec_context.c (krb5_gss_accept_sec_context): Reorganized errorTheodore Tso4-172/+220
1997-05-28 * admin.h: add prototype for kadm5_setkey_principalBarry Jaspan3-1/+29
1997-05-05 * setkey-test.c, configure.in: add rules to test for correctBarry Jaspan3-2/+24
1997-05-02Write special case hack for the SAP kerberos libraries since we can'tTheodore Tso5-21/+323
1997-04-29win_glue.c: Add code to get the version resource from the callingTheodore Tso3-10/+159
1997-04-23add kadm5_setkey_principalBarry Jaspan14-0/+456
1997-04-10 * realmofhost.c (krb_realmofhost): Add bounds checking to variousTom Yu4-9/+30
1997-04-01Added V2 functions to the glue layerTheodore Tso6-17/+74
1997-04-01Fix really stupid typoTheodore Tso1-1/+1
1997-03-28import_name.c (krb5_gss_import_name): Add support for importing theTheodore Tso3-6/+64
1997-03-28Added definition for the generic gsspi OID type "gss_nt_exported_name"Theodore Tso3-0/+11
1997-03-28Added the V2 calls gss_canonicalize_name(), gss_export_name(),Theodore Tso3-4/+13
1997-03-28Makefile.in: Add canon_name.c, duplicate_name.c, export_name.c to theTheodore Tso6-0/+213
1997-03-28Add the GSS_C_PROT_READY_FLAG and GSS_C_TRANS_FLAGTheodore Tso2-0/+30
1997-03-25rcache owner should be checked against the effective uid, not the realTheodore Tso2-1/+6
1997-03-25A zero-length token should be treated like a GSS_C_NO_BUFFER duringTheodore Tso2-2/+8
1997-03-25Fix handling of the sam-timestamp and sam-usec fields, which shouldTheodore Tso2-10/+15
1997-03-24t_ser.c: Clean up error reporting for krb5_init_context(). AlsoTheodore Tso2-31/+80
1997-03-24t_kdb.c (do_testing): Clean up error handling for krb5_init_contextTheodore Tso3-8/+13
1997-03-24Fix typo (remove '#' from '#extern "C"')Theodore Tso1-1/+1
1997-03-19Fix up name of the SAP Kerberos glue library to be platform dependentTheodore Tso3-75/+14
1997-03-18Add 'extern "C"' for C++ compatibility; also check for __cplusplusTheodore Tso2-1/+15
1997-03-17Fix header file so that winmac.h is #included when commpiling on theTheodore Tso2-1/+6
1997-03-17 * keytab.c: Don't assume dbm_db_get_mkey() and dbe_find_enctypeTom Yu2-14/+29
1997-03-12 * Makefile.in (unit-test-server-body): depend on test-randkey, notBarry Jaspan2-1/+6
1997-03-09 * svr_principal.c (add_to_history): Don't call realloc() on a NULLTom Yu2-3/+13
1997-03-03 * Makefile.in (MAC_SUBDIRS): Change KRB5 to krb5 for Mac subdirsEzra Peisach2-1/+5
1997-02-28If RegKRB5CCNAME is set in kerberos.ini, use that value to determine theRichard Basch1-6/+49
1997-02-28Makefile.in: Link krb5_32.lib (win32) with advapi32.lib to resolve theRichard Basch1-2/+3
1997-02-25Build krb5.rc with -D_MSDOS -DRES_ONLY under win16Richard Basch1-1/+2
1997-02-25read_pwd.c: Improperly applied Doug Engert's windows dialog patch last time.Richard Basch4-83/+6
1997-02-25krb5.rc: Replaced Windows password dialog resource file (krb5/os/win-pwd.rc)Richard Basch2-3/+48