summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *** empty log message ***John Kohl1990-02-091-0/+180
* add get_in_tkt, in_tkt_skeyJohn Kohl1990-02-091-0/+4
* modify realm_of_tgt to use krb5_princ_realm()John Kohl1990-02-091-1/+1
* add #define of krb5_princ_realm()John Kohl1990-02-091-0/+2
* *** empty log message ***John Kohl1990-02-091-0/+148
* rearrange args to krb5_kdb_decrypt_keyJohn Kohl1990-02-081-1/+1
* change order of arguments for consistencyJohn Kohl1990-02-081-2/+2
* change argument lists to deal with ANSI peculiaritiesJohn Kohl1990-02-081-15/+21
* fix krb5_get_in_tkt (needs ccache arg)John Kohl1990-02-081-1/+2
* fix ordering of args in prototypes for decrypt procsJohn Kohl1990-02-081-3/+3
* fix remaining prototype confusionJohn Kohl1990-02-081-3/+3
* add/fix commentsJohn Kohl1990-02-081-7/+19
* change declaration of krb5_decode_kdc_rep for ANSI stuffJohn Kohl1990-02-081-6/+9
* add krb5_kdb_encrypt_key, krb5_kdb_decrypt_keyJohn Kohl1990-02-081-0/+4
* add DECLARG, OLDDECLARG to do proper type conversion &c for ANSIJohn Kohl1990-02-081-0/+4
* fix up declaration of kdc_rdreq_keyproc for prototype confusion w.r.t.John Kohl1990-02-081-7/+10
* add comments; rearrange argument order to be in, then outJohn Kohl1990-02-082-2/+14
* undo promotion confusion (need to use new-style declarations in .c files)John Kohl1990-02-081-7/+7
* need to play with function declarations for ANSI prototypesJohn Kohl1990-02-081-6/+11
* add in_tkt_pwd, kdc_rep_dcJohn Kohl1990-02-071-0/+4
* *** empty log message ***John Kohl1990-02-072-0/+183
* move decrypt out to separate functionJohn Kohl1990-02-071-43/+4
* remove krb5_mkey_pwd_prompt1, krb5_mkey_pwd_prompt2,John Kohl1990-02-072-4/+6
* change isset to isflagset; set to setflagJohn Kohl1990-02-071-64/+67
* change isset to isflagset; set to setflagJohn Kohl1990-02-071-14/+14
* #ifdef-out some of the varargs com_err stuffJohn Kohl1990-02-071-48/+162
* remove kdc_input_mkeyJohn Kohl1990-02-072-44/+16
* change isset to isflagsetJohn Kohl1990-02-071-20/+22
* fix up protos regarding in_tkt stuffJohn Kohl1990-02-071-17/+19
* split tgs_req into pieces to accomodate checksum after encodingJohn Kohl1990-02-071-2/+8
* #define the DBM names to the real names, to avoid a level of indirectionJohn Kohl1990-02-071-0/+14
* add KRB5_KDC_MKEY_1, KRB5_KDC_MKEY_2, krb5_mkey_pwd_prompt1, krb5_mkey_pwd_pr...John Kohl1990-02-071-2/+12
* add encode_krb5_tgs_req_enc_part, decode_krb5_tgs_req_enc_partJohn Kohl1990-02-071-0/+10
* more should be a krb5_booleanJohn Kohl1990-02-071-2/+4
* add fetch_mkey, decrypt_keyJohn Kohl1990-02-071-2/+2
* lint fixesJohn Kohl1990-02-071-1/+2
* lint fixes, and can't use size of void for pointer arithJohn Kohl1990-02-071-3/+3
* add compatibility #defines for const, volatileJohn Kohl1990-02-071-0/+3
* move decrypt_key to separate fileJohn Kohl1990-02-071-39/+0
* *** empty log message ***John Kohl1990-02-071-0/+62
* choose sigtypeJohn Kohl1990-02-071-0/+7
* forgot to change krb5_tgs_req to krb5_real_tgs_req in one spotJohn Kohl1990-02-071-1/+1
* change ASN.1 rep of TGS req so that AP REQ is constructed separatelyJohn Kohl1990-02-072-1/+23
* remove extraneous krb5_free... prototypesJohn Kohl1990-02-071-36/+6
* add lots of stuffJohn Kohl1990-02-061-5/+116
* add declarations of listen_and_process, setup_network, closedown_networkJohn Kohl1990-02-061-1/+3
* add kdc_input_mkeyJohn Kohl1990-02-061-1/+55