summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionJohn Kohl1991-04-301-0/+41
* need to pass pointers.John Kohl1991-04-261-1/+1
* need to pass pointers..John Kohl1991-04-261-1/+1
* add KRB5_TC_MATCH_2ND_TKT fieldJohn Kohl1991-04-262-1/+45
* fix order of entries in makefile so that all:: is the default actionJohn Kohl1991-04-261-2/+2
* make sure timestamp and seq # are zero if they're not presentJohn Kohl1991-04-262-2/+10
* use macros for checksum routinesJohn Kohl1991-04-262-9/+10
* use macros for checksum routinesJohn Kohl1991-04-261-8/+5
* we were faultily zeroing out the adtk every loopJohn Kohl1991-04-251-1/+0
* strerror may be a #define on some systemsJohn Kohl1991-04-231-2/+4
* add support for KRB5_PROVIDE_PROTOTYPESJohn Kohl1991-04-231-1/+1
* fix up clean step as wellJohn Kohl1991-04-191-1/+1
* includes depends on KRB5-types.hJohn Kohl1991-04-191-0/+2
* krb5_free_addr -> krb5_free_addressJohn Kohl1991-04-1923-41/+41
* use osconf.h to determine if we have in.hJohn Kohl1991-04-191-1/+7
* use "b" modes with STDCJohn Kohl1991-04-192-0/+19
* use "rb" for STDCJohn Kohl1991-04-191-0/+4
* use "wb" for STDCJohn Kohl1991-04-191-1/+6
* remove extraneous XXX'sJohn Kohl1991-04-195-6/+6
* remove extraneous XXX'sJohn Kohl1991-04-191-7/+16
* remove XXX from already-fixed partJohn Kohl1991-04-191-1/+1
* remove XXXJohn Kohl1991-04-191-1/+1
* clean up some stuff; remove length restrictionJohn Kohl1991-04-191-17/+22
* fix up/remove XXX commentsJohn Kohl1991-04-195-8/+8
* don't bother checking key->priv; the spec says you gotta prepareJohn Kohl1991-04-191-2/+0
* remove XXXJohn Kohl1991-04-191-1/+1
* parameterize use of htons/ntohsJohn Kohl1991-04-191-1/+7
* parameterize use of htons/ntohsJohn Kohl1991-04-191-4/+10
* parameterize using htons/etc.John Kohl1991-04-191-3/+10
* parameterize using htons/etcJohn Kohl1991-04-191-1/+7
* compare network addresesJohn Kohl1991-04-192-3/+9
* don't believe in that comment anymoreJohn Kohl1991-04-191-2/+0
* only allocate as much space as we needJohn Kohl1991-04-182-4/+8
* clean up commentsJohn Kohl1991-04-184-6/+2
* add some better error code passingJohn Kohl1991-04-171-2/+4
* add uid-checking code in replay cacheJohn Kohl1991-04-171-3/+18
* krb5_error.error is an unsigned type; error.error < 0 is always falseJohn Carr1991-04-031-1/+1
* INCLUDES was not needed; -I$(TOP) is the defaultJohn Carr1991-04-031-1/+1
* add locking codeJohn Kohl1991-04-031-1/+29
* add locking codeJohn Kohl1991-04-031-0/+89
* add mode to structure for locking codeJohn Kohl1991-04-031-0/+1
* Changed rc_dfl_resolve to initlize the private data, instead of rc_initalizeTheodore Tso1991-03-291-19/+14
* fix rcsid nameJohn Kohl1991-03-292-2/+2
* add <krb5/ext-proto.h>John Kohl1991-03-291-1/+2
* fix name of .c files (send_msg should be write_msg)John Kohl1991-03-291-5/+5
* Added read_msg.c and write_msg.cTheodore Tso1991-03-281-0/+4
* *** empty log message ***Theodore Tso1991-03-284-0/+640
* Added sendauth.c and recvauth.cTheodore Tso1991-03-281-0/+4
* don't free/clean up a ticket we're returningJohn Kohl1991-03-221-1/+4
* add sn2princJohn Kohl1991-03-211-0/+2