summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* read_pwd.c: Improperly applied Doug Engert's windows dialog patch last time.Richard Basch1997-02-254-83/+6
* krb5.rc: Replaced Windows password dialog resource file (krb5/os/win-pwd.rc)Richard Basch1997-02-252-3/+48
* Fixed bad variable referenceRichard Basch1997-02-251-1/+1
* Export krb5_read_passwordRichard Basch1997-02-252-0/+2
* Fixed bad variable referenceRichard Basch1997-02-253-3/+3
* win-pwd.rc: Windows dialog information for password promptingRichard Basch1997-02-255-9/+296
* krb5_32.lib now also depends on gdi32.libRichard Basch1997-02-252-1/+5
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-2342-256/+191
* be more careful about removing crypto_glue.cSam Hartman1997-02-221-2/+0
* * Make shared libs work on AIXSam Hartman1997-02-2212-25/+52
* * Make shared libs work on AIXSam Hartman1997-02-223-234/+5
* * Make shared libs work on AIXSam Hartman1997-02-223-3/+12
* * Make shared libs work on AIXSam Hartman1997-02-223-1/+243
* Fix typoSam Hartman1997-02-221-1/+1
* Bump minor library version so I canSam Hartman1997-02-224-2/+10
* Removed un-user extern declaration of krb5_config_file -Ezra Peisach1997-02-222-3/+4
* Use malloc/realloc/free instead of the "near" counterparts. TheRichard Basch1997-02-212-21/+13
* Link the krb4 dll under Windows; we already built all the objects..Richard Basch1997-02-212-1/+5
* Remove unneeded calls to krb5_init_etsRichard Basch1997-02-202-2/+0
* init_ctx.c: krb5_free_context calls krb5_free_ets (currently a no-op)Richard Basch1997-02-203-2/+1
* f_data.c: Fixed commentRichard Basch1997-02-204-4/+49
* Do not DLL export krb5_init_ets/krb5_free_etsRichard Basch1997-02-201-13/+3
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-207-8/+1
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-3/+7
* krb5_16.def krb5_32.def: Do not export krb5_init_ets/krb5_finish_etsRichard Basch1997-02-203-80/+77
* Added set_realm.c, which implements krb5_set_principal_realm()Theodore Tso1997-02-191-0/+52
* Added new function krb5_set_principal_realm(), which is used toTheodore Tso1997-02-194-1/+57
* Replace instances of krb5_xfree..Richard Basch1997-02-192-5/+4