summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
Commit message (Expand)AuthorAgeFilesLines
* add DBM stuffJohn Kohl1990-04-201-0/+13
* add #include <krb5/osconf.h>John Kohl1990-04-201-0/+2
* *** empty log message ***John Kohl1990-04-201-0/+38
* add DEFAULT_TRANS_FILENAMEJohn Kohl1990-04-191-0/+1
* krb5_free_krbhst can take a const *John Kohl1990-04-191-1/+1
* add realloc(); rearrange a bitJohn Kohl1990-04-191-2/+2
* add const to function signatures where appropriateJohn Kohl1990-04-191-5/+13
* move more things to libosJohn Kohl1990-04-191-8/+0
* add DEFAULT_CONFIG_FILENAME, KDC_PORTNAMEJohn Kohl1990-04-191-0/+2
* fix const for **'sJohn Kohl1990-04-191-9/+9
* add const to function signatures where appropriateJohn Kohl1990-04-191-2/+2
* add const to function signatures where appropriateJohn Kohl1990-04-191-53/+53
* add const where appropriate on main lib funcsJohn Kohl1990-04-181-95/+97
* add const's where appropriate on encryption routiensJohn Kohl1990-04-181-9/+10
* use krb5_data * in macros, and sanity check it firstJohn Kohl1990-04-171-8/+24
* add ASN.1 application data smarts for checking packet typesJohn Kohl1990-04-171-0/+23
* fix prototype (extra needed args, type of args)John Kohl1990-04-061-1/+2
* put data structure in-line in the krb5_responseJohn Kohl1990-04-061-1/+1
* fix prototypes for librc, to match the spec & implementationJohn Kohl1990-04-021-4/+4
* include <string.h> for stdc, too, and remove those decl's from <stdlib.h>John Kohl1990-04-021-6/+4
* move krb5_aname_to_localname to libosJohn Kohl1990-03-302-4/+4
* add krb5_free_credsJohn Kohl1990-03-301-0/+1
* change krb5_copy_cred to krb5_copy_credsJohn Kohl1990-03-301-1/+1
* move krb5_sendto_kdc, krb5_get_krbhst,krb5_free_krbhst here fromJohn Kohl1990-03-301-1/+9
* move krb5_sendto_kdc, krb5_get_krbhst to libosJohn Kohl1990-03-301-10/+11
* remove leading __ on #include-blockers (__ is reserved by standards)John Kohl1990-03-2619-57/+57
* add proto_keytype to entryJohn Kohl1990-03-261-4/+18
* remove leading __ on #define blockersJohn Kohl1990-03-261-4/+4
* remove leading __ on #define blockersJohn Kohl1990-03-261-3/+3
* change #define blockersJohn Kohl1990-03-261-3/+4
* remove krb5_free.hJohn Kohl1990-03-261-4/+3
* *** empty log message ***John Kohl1990-03-261-0/+49
* add krb5_copy_keyblockJohn Kohl1990-03-261-0/+3
* remove redundant field bitsJohn Kohl1990-03-231-36/+3
* add encode/decode krb5_enc_priv_partJohn Kohl1990-03-211-0/+11
* add definitions for msec direction bit for KRB_SAFE, KRB_PRIV\John Kohl1990-03-091-0/+4
* add krb5_fulladdr_orderJohn Kohl1990-03-091-0/+3
* add ap_options to tkt_authent structureJohn Kohl1990-03-091-0/+1
* fix up mk_req_extended (it needs ccache, and had an extra int)John Kohl1990-03-091-5/+10
* fix bad capitalization of decode_krb5_authenticatorJohn Kohl1990-03-091-1/+1
* fix prototype for db_age to use time_tJohn Kohl1990-02-131-1/+11
* add finish_random_key; rearrange order of init, finish, and random_keyJohn Kohl1990-02-121-2/+3
* clean up the rcache ops functionsJohn Kohl1990-02-121-19/+15
* add char *getenv()John Kohl1990-02-121-0/+1
* change KRB5_INT32_MIN to a strange form for correctnessJohn Kohl1990-02-121-1/+3
* add krb5_tk_default_name, krb5_kt_default, krb5_kt_free_entryJohn Kohl1990-02-091-0/+7
* fix argument to KRB5_KDC__REP2krb5_kdc_repJohn Kohl1990-02-091-1/+1
* missed one formal arg nameJohn Kohl1990-02-091-1/+1
* remove formal arg namesJohn Kohl1990-02-091-105/+105
* add #define of krb5_princ_realm()John Kohl1990-02-091-0/+2