summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* missed one of the mit-copyright -> copyright changesJohn Kohl1990-04-191-1/+1
* use manifest constant for file nameJohn Kohl1990-04-191-2/+6
* mutate to POSIX-compliant versionJohn Kohl1990-04-191-7/+11
* need to use const char *'s to run through const char * argsJohn Kohl1990-04-191-3/+1
* need to cast assignment from constJohn Kohl1990-04-191-1/+1
* creds can't be const (passed to non-const later)John Kohl1990-04-191-4/+4
* fix #include blockersJohn Kohl1990-04-191-5/+5
* fix rcsid nameJohn Kohl1990-04-197-7/+7
* fix const for **'sJohn Kohl1990-04-191-9/+9
* keytype is now constJohn Kohl1990-04-191-6/+6
* keytype is now constJohn Kohl1990-04-192-8/+8
* fix const for **'sJohn Kohl1990-04-191-8/+8
* fix const for **'sJohn Kohl1990-04-191-1/+1
* add const to function signatures where appropriateJohn Kohl1990-04-193-4/+4
* add const to function signatures where appropriateJohn Kohl1990-04-191-53/+53
* *** empty log message ***John Kohl1990-04-181-0/+37
* add const to function signatures as appropriateJohn Kohl1990-04-1816-51/+57
* add const to function signatures as appropriateJohn Kohl1990-04-181-6/+6
* add asn1.h for decode functionJohn Kohl1990-04-182-14/+15
* add const to static functionJohn Kohl1990-04-181-2/+2
* add const where appropriate in function declarations.John Kohl1990-04-182-22/+24
* add const where appropriate in function declarationsJohn Kohl1990-04-189-54/+54
* add const where appropriate in function declarationsJohn Kohl1990-04-181-2/+3
* add f_tgt_credJohn Kohl1990-04-181-0/+2
* *** empty log message ***John Kohl1990-04-181-0/+31
* 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
* check msg type before decodingJohn Kohl1990-04-175-1/+14
* use macros to verify message typeJohn Kohl1990-04-171-3/+3
* check msg type before decodingJohn Kohl1990-04-172-0/+5
* add ASN.1 application data smarts for checking packet typesJohn Kohl1990-04-171-0/+23
* fix to use old-style function definitionsJohn Kohl1990-04-061-2/+3
* use krb5_keytype_array[] instead of fictionJohn Kohl1990-04-061-6/+3
* add ext-proto.hJohn Kohl1990-04-061-1/+2
* add STDC_TOP_INCLUDESJohn Kohl1990-04-061-1/+1
* add STDCTopIncludesJohn Kohl1990-04-062-0/+7
* need &reply, not replyJohn Kohl1990-04-061-2/+2
* use krb5_send_tgs() instead of in-line code.John Kohl1990-04-061-76/+23
* add mk_priv, rd_priv, rd_safe, send_tgsJohn Kohl1990-04-061-0/+8
* not yet testedJohn Kohl1990-04-061-0/+145
* fix up name for rcsid stringJohn Kohl1990-04-062-2/+2
* ignore *.rconf as wellJohn Kohl1990-04-061-1/+1
* ignore .rconfJohn Kohl1990-04-061-0/+1
* *** empty log message ***John Kohl1990-04-061-0/+22
* changed error code for invalid encryption typeedg1990-04-061-2/+2
* *** empty log message ***John Kohl1990-04-061-0/+162
* 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
* *** empty log message ***edg1990-04-032-0/+295