summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for HPUX and Sinix (sys5r4 on mips)Theodore Tso1996-02-252-0/+30
* Under Windows, assume that the keytab file is located in the WindowsTheodore Tso1996-02-252-0/+20
* Under windows, let it be %s\v5srvtab. It will be filled in by theTheodore Tso1996-02-252-2/+8
* Use Windows path separator, if appropriate. Under Windows also useTheodore Tso1996-02-242-3/+20
* Add new GSSAPI V2 calls. (XXX we still need to get the officialTheodore Tso1996-02-242-0/+41
* No longer need to call name-type/mechanism registration function.Theodore Tso1996-02-242-9/+6
* g_mechname.c (gss_add_mech_name_type): Only mark a name-type as beingTheodore Tso1996-02-2413-256/+473
* * mglueP.h (gss_config): Change int fields to OM_uint32 to matchEzra Peisach1996-02-242-4/+10
* * import_sec_context.c (krb5_gss_import_sec_context): Do notEzra Peisach1996-02-243-6/+12
* * rel_oid.c (krb5_gss_internal_release_oid): Change to match prototypeEzra Peisach1996-02-243-4/+13
* * ext.h, utility.c (fatalperror, fatal): Add const to argumentEzra Peisach1996-02-243-4/+8
* Declare krb__get_srvtabname()Ezra Peisach1996-02-245-0/+13
* remove errno correctlyMark Eichin1996-02-241-1/+1
* remove extraneous second include of stdlib.hMark Eichin1996-02-241-6/+1
* Simple test program for testing how GSSAPI import name works. (May beTheodore Tso1996-02-243-0/+169
* gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1996-02-2424-330/+145
* g_imp_name.c (gss_import_name): If the user passes in a name-typeTheodore Tso1996-02-247-16/+189
* more changes from cygnus sourceMark Eichin1996-02-243-1/+14
* update from cygnus sourcesMark Eichin1996-02-243-10/+32
* * keytab.c (krb5_ktkdb_close): new function, non-optional.Mark Eichin1996-02-242-10/+27
* Fri Jan 12 04:37:23 1996 Mark Eichin <eichin@cygnus.com>Mark Eichin1996-02-242-3/+31
* Sat Feb 3 22:37:55 1996 Mark Eichin <eichin@cygnus.com>Mark Eichin1996-02-242-3/+10
* one step closer to *really* only depending on krb5.conf. (I don't knowMark Eichin1996-02-242-1/+26
* This is the aggregate of a bunch of fixes to kadmind (after all, some peopleMark Eichin1996-02-245-434/+383
* * krb5.hin (krb5_x, krb5_xc): wrapper macros to test all functionMark Eichin1996-02-242-38/+52
* * kdb5_edit.c (kdb5_edit_Init): set manual_mkey for testing with -PMark Eichin1996-02-232-0/+5
* t_random.c: New file which just tests the random number generatorTheodore Tso1996-02-234-2/+145
* * Makefile.in (check-unix): Set LD_LIBRARY_PATH for kdb5_anaddEzra Peisach1996-02-224-0/+11
* Do not free memory before done using it. (The credential was pointingEzra Peisach1996-02-222-2/+9
* A few more things are complete.Richard Basch1996-02-221-4/+6
* kerberos_v4.c: Better DES key validation.Richard Basch1996-02-221-0/+8
* kadm_funcs.c: add_entry was failing; improper struct initializationRichard Basch1996-02-221-0/+5
* Makefile.in: Don't install k5-int.hRichard Basch1996-02-221-0/+4
* * aclocal.m4Richard Basch1996-02-221-0/+6
* Do not include the build directories in the rpath (runtime lib path)Richard Basch1996-02-221-7/+7
* * kerberos_v4.cRichard Basch1996-02-222-6/+33
* add_entry was not working because the structure length element wasRichard Basch1996-02-221-0/+2
* Do not install k5-int.hRichard Basch1996-02-221-3/+1
* kerberos_v4.c (kerberos_v4): Use strong random number generatorTheodore Tso1996-02-213-2/+11
* If the configuration file does not exist (context->profile == NULL)Theodore Tso1996-02-172-3/+12
* Added new error table code KRB5_CONFIG_NODEFREALMTheodore Tso1996-02-162-0/+5
* If version is not FVNO_4, do not seek forwar a random stack value.Ezra Peisach1996-02-152-2/+9
* Set magic number in krb5_addressEzra Peisach1996-02-152-0/+7
* Make parsing more flexible, so we don't barf over lack of spacesTheodore Tso1996-02-143-16/+21
* * kdb5_edit.c (enter_master_key, set_dbname_help): If master keyEzra Peisach1996-02-142-11/+52
* * kdb_dbm.c (krb5_dbm_db_rename): Initialize pointer before useEzra Peisach1996-02-142-1/+7
* * kdb5_edit.c (extract_v4_srvtab): krb5_dbekd_decrypt_key_dataEzra Peisach1996-02-132-2/+7
* Remove junk fileTheodore Tso1996-02-131-31/+0
* Fix lint flame (added missing cast)Theodore Tso1996-02-132-1/+5
* Incluide stdlib.h for declaration of mallocEzra Peisach1996-02-112-0/+8