summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * poplib.c (pop_init): Call krb5_sendauth() with new calling conventionChris Provenzano1995-02-232-1/+5
* * kcmd.c Call krb5_sendauth() and krb5_get_credentials() withChris Provenzano1995-02-233-33/+43
* Converted krb/keytab to work on the PC. Mostly just adding the windowsKeith Vetter1995-02-2224-83/+125
* Remove call to xfree at the end. This routine now only frees theTheodore Tso1995-02-222-1/+6
* Fix argument type to krb5_free_cred_enc_part()Theodore Tso1995-02-222-1/+6
* Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1995-02-2238-407/+466
* Added missing declarations, removed duplicate onesTheodore Tso1995-02-223-9/+21
* Use $(LD) instead of $(CC) when linkingTheodore Tso1995-02-222-2/+6
* Use $(LD) instead of $(CC) when linking. (For allowing use of Pure SoftwareTheodore Tso1995-02-222-1/+5
* Add a new configure production which allows a special linker to beTheodore Tso1995-02-222-0/+18
* Add line for $(LD)Theodore Tso1995-02-222-0/+5
* * configure.in: check for HAVE_FLOCK, since we may need to useMark Eichin1995-02-213-22/+95
* * init_ets.c (krb5_init_ets): use old-style definitionMark Eichin1995-02-212-1/+6
* * config.h: get krb5/autoconf.h.Mark Eichin1995-02-213-3/+10
* Updated krb5/error_tables for the PC. Makefile.in set up to run awk if oneKeith Vetter1995-02-213-13/+49
* Converted krb5/free to the PC. Added windows INTERFACE keyword to theKeith Vetter1995-02-2136-177/+204
* PC'fied gssapi directories. Mostly changing Makefile.in and adding theKeith Vetter1995-02-2149-226/+317
* * configure.in: Flip again. Use AC_CHECK_HEADERS, but default theJohn Gilmore1995-02-214-15/+139
* * config.h, config.win: Remove; merge them both into ../config.h.John Gilmore1995-02-213-144/+5
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-2150-184/+376
* Renames for 8.3 uniqueness for files created by the Make processKeith Vetter1995-02-204-7/+16
* DOS 8.3 filename changes. The make process created some files withKeith Vetter1995-02-204-7/+16
* Experimental checkinKeith Vetter1995-02-202-1/+10
* * configure.in: Use AC_HAVE_HEADER rather than AC_HEADER_CHECK.John Gilmore1995-02-172-2/+8
* * acconfig.h: added HAS_SYS_FILE_H & HAS_SYS_PARAM_H for WindowsJohn Gilmore1995-02-152-0/+6
* * Makefile.in: made to work under WindowsJohn Gilmore1995-02-154-14/+32
* * configure.in: added header checks for sys/param.h and sys/file.h.John Gilmore1995-02-155-9/+47
* * config.win: new file--windows base template for config.hJohn Gilmore1995-02-153-0/+65
* * pre.in: Added macros for directory syntax, filename extensionsJohn Gilmore1995-02-155-2/+122
* * kdb5_edit.c: add modentTom Yu1995-02-146-9/+1260
* Fix memory leak --- the default encryption types was not being freedTheodore Tso1995-02-142-2/+10
* Add check for libsocket and libnsl (sigh). krb5_init_ctx drags inTheodore Tso1995-02-114-4/+19
* Add check for libsocket and libnsl (sigh). krb5_init_ctx drags inTheodore Tso1995-02-113-3/+14
* Remove needless #include of <krb5/asn.1/encode.h>Theodore Tso1995-02-102-1/+4
* Don't include <krb5/asn.1/encode.h>; use <krb5/asn1.h>Theodore Tso1995-02-102-1/+5
* Removed ISODE cruftTheodore Tso1995-02-105-94/+10
* Removed ISODE cruftTheodore Tso1995-02-1012-728/+69
* Removed ISODE cruft -- moved included .h files from krb5/asn.1/*.h intoTheodore Tso1995-02-108-1048/+253
* Remove ISODE cruftTheodore Tso1995-02-102-4/+4
* krb5_use_keytype() was being called when the argument was a encryptionTheodore Tso1995-02-102-1/+8
* Added -e option to print out encryption typesChris Provenzano1995-02-092-1/+38
* Set up the keyblock's etype field correctly (after copying theTheodore Tso1995-02-092-2/+7
* * kdb5_edit.c (show_principal): make sane and print all usefulTom Yu1995-02-092-4/+68
* Add KRB5_INT32 definitions for non-32 int platformsTheodore Tso1995-02-082-0/+12
* * kdc5_hammer.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-7/+10
* * kprop.c Use krb5_get_in_tkt_with_keytab() instead ofChris Provenzano1995-02-082-4/+7
* * get_in_tkt.c (krb5_get_in_tkt())Chris Provenzano1995-02-086-148/+250
* * kpasswd.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-26/+11
* * kadmin.c Removed krb5_keytype, changed krb5_enctype toChris Provenzano1995-02-082-24/+10
* * func-proto.h (krb5_get_in_tkt()) Changed key_proc args to be theChris Provenzano1995-02-082-11/+32