summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * kdb_db2.c: Fix typo; also, tweak page size in attempt to speedTom Yu1997-07-263-5/+8
* * Makefile.in: Remove test-randkey since it was breaking theTom Yu1997-07-252-1/+7
* * server_init.c: Change a few calls to align with the new kdbTom Yu1997-07-253-3/+10
* * t_kdb.c: Reflect changes in the API, mostly db_createTom Yu1997-07-257-60/+1545
* * t_ser.c: Add support for changed kdb APITom Yu1997-07-252-2/+7
* * kdb5_err.et: Add error code for bad creation flagsTom Yu1997-07-252-0/+5
* * Makefile.in: Bump version due to et changesTom Yu1997-07-252-1/+5
* * util_ordering.c: Include string.h for prototypesEzra Peisach1997-07-222-0/+5
* (krb5_gss_accept_sec_context): Initialize ctx before it is referenced withou...Ezra Peisach1997-07-222-1/+6
* Fix stupid #ifdef logic errorTheodore Tso1997-07-171-1/+1
* Only copy over the old table when there's an old table to copy over.Theodore Tso1997-07-162-2/+9
* Always copy the mechtype so that delete_sec_context() can safelyTheodore Tso1997-07-162-1/+11
* Added Winsock kludge for finding your local IP address. May not workTheodore Tso1997-07-042-6/+65
* Fix goof in ChangeLogTom Yu1997-07-011-0/+1
* * client_principal.c, client_rpc.c: Add support for setv4keyTom Yu1997-07-013-0/+40
* * server_acl.h: Fix ACL_ALL_MASK to include ACL_SETKEYTom Yu1997-07-013-2/+9
* * kadm_rpc.h, kadm_rpc_xdr.c: Add support for setv4keyTom Yu1997-07-013-1/+33
* Added code so that a valid credential handle is generated whenKevin Mitchell1997-06-302-3/+75
* * svr_principal.c: Add new function kadm5_setv4key_principalTom Yu1997-06-292-0/+134
* * kadm_err.et: Add support for kadm5_setv4key_principalTom Yu1997-06-293-0/+11
* accept_sec_context.c (krb5_gss_accept_sec_context): Reorganized errorTheodore Tso1997-06-074-172/+220
* * admin.h: add prototype for kadm5_setkey_principalBarry Jaspan1997-05-283-1/+29
* * setkey-test.c, configure.in: add rules to test for correctBarry Jaspan1997-05-053-2/+24
* Write special case hack for the SAP kerberos libraries since we can'tTheodore Tso1997-05-025-21/+323
* win_glue.c: Add code to get the version resource from the callingTheodore Tso1997-04-293-10/+159
* add kadm5_setkey_principalBarry Jaspan1997-04-2314-0/+456
* * realmofhost.c (krb_realmofhost): Add bounds checking to variousTom Yu1997-04-104-9/+30
* Added V2 functions to the glue layerTheodore Tso1997-04-016-17/+74
* Fix really stupid typoTheodore Tso1997-04-011-1/+1
* import_name.c (krb5_gss_import_name): Add support for importing theTheodore Tso1997-03-283-6/+64
* Added definition for the generic gsspi OID type "gss_nt_exported_name"Theodore Tso1997-03-283-0/+11
* Added the V2 calls gss_canonicalize_name(), gss_export_name(),Theodore Tso1997-03-283-4/+13
* Makefile.in: Add canon_name.c, duplicate_name.c, export_name.c to theTheodore Tso1997-03-286-0/+213
* Add the GSS_C_PROT_READY_FLAG and GSS_C_TRANS_FLAGTheodore Tso1997-03-282-0/+30
* rcache owner should be checked against the effective uid, not the realTheodore Tso1997-03-252-1/+6
* A zero-length token should be treated like a GSS_C_NO_BUFFER duringTheodore Tso1997-03-252-2/+8
* Fix handling of the sam-timestamp and sam-usec fields, which shouldTheodore Tso1997-03-252-10/+15
* t_ser.c: Clean up error reporting for krb5_init_context(). AlsoTheodore Tso1997-03-242-31/+80
* t_kdb.c (do_testing): Clean up error handling for krb5_init_contextTheodore Tso1997-03-243-8/+13
* Fix typo (remove '#' from '#extern "C"')Theodore Tso1997-03-241-1/+1
* Fix up name of the SAP Kerberos glue library to be platform dependentTheodore Tso1997-03-193-75/+14
* Add 'extern "C"' for C++ compatibility; also check for __cplusplusTheodore Tso1997-03-182-1/+15
* Fix header file so that winmac.h is #included when commpiling on theTheodore Tso1997-03-172-1/+6
* * keytab.c: Don't assume dbm_db_get_mkey() and dbe_find_enctypeTom Yu1997-03-172-14/+29
* * Makefile.in (unit-test-server-body): depend on test-randkey, notBarry Jaspan1997-03-122-1/+6
* * svr_principal.c (add_to_history): Don't call realloc() on a NULLTom Yu1997-03-092-3/+13
* * Makefile.in (MAC_SUBDIRS): Change KRB5 to krb5 for Mac subdirsEzra Peisach1997-03-032-1/+5
* If RegKRB5CCNAME is set in kerberos.ini, use that value to determine theRichard Basch1997-02-281-6/+49
* Makefile.in: Link krb5_32.lib (win32) with advapi32.lib to resolve theRichard Basch1997-02-281-2/+3
* Build krb5.rc with -D_MSDOS -DRES_ONLY under win16Richard Basch1997-02-251-1/+2