summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* g_initialize.c (gss_initialize): Don't fprintf to stderr onTheodore Tso1996-02-283-1/+14
* Add mechglue to the list of directories which are recursively handledTheodore Tso1996-02-282-0/+12
* Fix stupid typoTheodore Tso1996-02-281-1/+1
* If starttime is not set, then use authtime as a default. (This fixesTheodore Tso1996-02-282-0/+9
* Protect include of unistd.h with HAVE_UNISTD_HTheodore Tso1996-02-272-0/+6
* Make sure size_t and uid_t are defined under MS-DOSTheodore Tso1996-02-272-1/+16
* accept_sec_context.c (krb5_gss_accept_sec_context): Remove dead codeTheodore Tso1996-02-275-7/+23
* Use #define NEED_SOCKETS instead of #including <netdb.h> (this breaksTheodore Tso1996-02-272-2/+6
* *main.c:Richard Basch1996-02-273-19/+31
* Add USE_ANAME for dbm library (if needed)Ezra Peisach1996-02-272-0/+5
* Remoe static declaration of kg_context,Sam Hartman1996-02-262-5/+4
* Don't compile promptusr for Windows or MacintoshTheodore Tso1996-02-262-3/+8
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-263-6/+22
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-263-4/+14
* Call USE_ANAME so we get the rightSam Hartman1996-02-262-0/+6
* Remove space from #endif lineSam Hartman1996-02-261-1/+1
* Fix the server side of the krlogin bug detecting eof in connection closeSam Hartman1996-02-266-6/+29
* * main.c (initialize_realms): missing indirection for conf_val inMark Eichin1996-02-252-2/+7
* * g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c,Mark Eichin1996-02-2516-0/+23
* Makefile.in, g_inquire_cred.c, g_inquire_names.c, g_inquire_context.c:Theodore Tso1996-02-255-6/+10
* hpux make doesn't grok $@, so I'm told. Use explicit target names forTheodore Tso1996-02-252-5/+11
* Don't do call vhangup() if system doesn't have itTheodore Tso1996-02-252-0/+6
* g_acquire_cred.c (gss_add_cred): New GSSAPI V2 functionTheodore Tso1996-02-2526-50/+324
* New error code functionTheodore Tso1996-02-252-0/+10
* With this change, lddb -old actually *works* on old dumps..Mark Eichin1996-02-252-1/+46
* Add support for new V2 call gss_wrap_size_limitTheodore Tso1996-02-252-1/+3
* Add support for new V2 call gss_wrap_size_limit()Theodore Tso1996-02-253-2/+57
* For MS-DOS filesystems, you must close the file before unlinking it,Theodore Tso1996-02-252-5/+11
* Add support for shared libraries under HPUX and Sinix (SysVR4 under mips)Theodore Tso1996-02-252-9/+54
* 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