summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* make manifest constants into external variablesJohn Kohl1990-04-201-8/+17
* not tested, but compilesJohn Kohl1990-04-201-0/+143
* put DBM stuff into include fileJohn Kohl1990-04-201-17/+1
* def_realm moves to os-4.3John Kohl1990-04-191-2/+0
* add KRB5_TRANS_CANTOPEN, KRB5_TRANS_BADFORMATJohn Kohl1990-04-191-0/+3
* add free_hstrl, hst_realm, net_read, net_writeJohn Kohl1990-04-191-0/+8
* add krb5_trans_fileJohn Kohl1990-04-191-0/+1
* *** empty log message ***John Kohl1990-04-192-0/+202
* add constJohn Kohl1990-04-191-2/+2
* fix name of copyright file.John Kohl1990-04-192-10/+12
* *** empty log message ***John Kohl1990-04-192-0/+94
* change getaddr to localaddrJohn Kohl1990-04-191-4/+6
* add POSIX versionJohn Kohl1990-04-191-8/+48
* add constJohn Kohl1990-04-191-1/+1
* krb5_kdc_udp_portname needs to be inside KRB5_USE_INETJohn Kohl1990-04-192-1/+5
* remove kludged port #John Kohl1990-04-191-4/+15
* add krb5_kdc_udp_portnameJohn Kohl1990-04-191-1/+2
* missing extra parens around recvfrom.John Kohl1990-04-191-7/+8
* add const to function signature where appropriateJohn Kohl1990-04-191-4/+4
* add rcsidJohn Kohl1990-04-191-0/+6
* 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
* 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-192-2/+2
* *** 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
* 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
* 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
* need &reply, not replyJohn Kohl1990-04-061-2/+2
* use krb5_send_tgs() instead of in-line code.John Kohl1990-04-061-76/+23