summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * sn2princ.c (krb5_sname_to_principal): Do not assign a const char *Ezra Peisach1996-03-182-2/+7
* Do not try to reassign "const" variablesRichard Basch1996-03-182-11/+14
* malloc the new length, not the old, esp. since we just check that theMark Eichin1996-03-181-1/+1
* fixes ticket-forwarding crashes on linux..Mark Eichin1996-03-183-3/+13
* * configure.in: Change WITH_KDB_DB to USE_KDB5_LIBRARIES and addEzra Peisach1996-03-183-11/+14
* configure.in: Add USE_ANAME and KRB5_LIBRARIESEzra Peisach1996-03-183-11/+14
* configure.in: Add USE_ANAME and add proper aclocal.m4 functions to properlyEzra Peisach1996-03-183-12/+20
* CLEANLIBS - cleanup libkrb5util.a and libgssapi.aEzra Peisach1996-03-152-1/+5
* Close the keytab if we opened it, not if the caller opened itRichard Basch1996-03-152-1/+6
* nuke RCS cruftMark Eichin1996-03-141-3/+1
* use AC_HEADER_STDARGKen Raeburn1996-03-134-1/+11
* use PROTOTYPE macro in mechglue.hKen Raeburn1996-03-132-2/+7
* Include string.hEzra Peisach1996-03-132-0/+5
* * str_conv.c (krb5_timestamp_to_string): Handle statement notEzra Peisach1996-03-133-1/+10
* * krb5_decode.c (decode_krb5_ticket, decode_krb5_enc_tkt_part,Ezra Peisach1996-03-133-1/+31
* * kv5m_err.et: Add KV5M_PASSWD_PHRASE_ELEMENTEzra Peisach1996-03-132-0/+5
* use KRB5_PROTOTYPEMark Eichin1996-03-121-1/+1
* convert __gss_get_mechanism to k&r style definitionMark Eichin1996-03-121-1/+2
* use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1996-03-122-9/+11
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-111-1/+1
* Change sizeof(long) to sizeof(krb5_int32)Ezra Peisach1996-03-092-1/+6
* * g_imp_sec_context.c, g_exp_sec_context.c: Include string.hEzra Peisach1996-03-033-0/+6
* configure.in: Change WITH_DB to WITH_KDB_DBEzra Peisach1996-03-032-1/+5
* k5mech.c (krb5_gss_get_context): Initialize the serializers here,Theodore Tso1996-03-024-125/+119
* g_glue.c (__gss_get_mech_type): Fix code to properly parse tokenTheodore Tso1996-03-014-42/+72
* Use NEED_SOCKETS instead of #including <netdb.h>Theodore Tso1996-03-012-1/+6
* Added note: Note that calls to WSAStartup and WSACleanup must be inTheodore Tso1996-03-012-1/+12
* Take out calls to SOCKET_INITIALIZE and SOCKET_CLEANUP. This getsTheodore Tso1996-03-012-1/+18
* Fix to work on 16-bit platforms (we don't allow greater than 64kTheodore Tso1996-03-012-0/+15
* Make sure WSACleanup() is called when the DLL exitsTheodore Tso1996-02-292-0/+5
* mglueP.h: For MS-DOS, add #include of malloc.hTheodore Tso1996-02-295-62/+180
* Fix memory leak; free enctypes after useTheodore Tso1996-02-282-7/+15
* Add Windows 95/NT time function. (Does this time function work underTheodore Tso1996-02-282-0/+44
* We have implemented gss_inquire_names_for_mech, notTheodore Tso1996-02-282-1/+7
* 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
* 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
* * 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
* 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
* 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