summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* error messages for SAFE & PRIV were swappedJohn Kohl1991-04-191-2/+2
* (a) connect the socket so getsockname() works properlyJohn Kohl1991-04-191-10/+13
* 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
* Add command line option to set messageJohn Carr1991-04-161-4/+4
* NULL != 0John Carr1991-04-031-4/+4
* krb5_error.error is an unsigned type, don't need to check for error < 0John Carr1991-04-032-2/+2
* Change RT prototypes: char * -> void *; add atof() and atoi()John Carr1991-04-031-4/+8
* atof is const char *John Kohl1991-04-031-1/+1
* Second argument to process_v4 should be constJohn Carr1991-04-032-4/+4
* 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
* "close" the ccache file when done..John Kohl1991-04-031-0/+5
* 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
* Add depend targetJohn Carr1991-04-021-0/+4
* alpha4John Kohl1991-04-011-1/+1
* *** empty log message ***Theodore Tso1991-03-293-26/+377
* Documented change in krb5_rc_resolve now allocating memoryTheodore Tso1991-03-292-0/+10
* krb5_sendauth() and company moved to the Kerberos libraryTheodore Tso1991-03-294-27/+44
* Changed rc_dfl_resolve to initlize the private data, instead of rc_initalizeTheodore Tso1991-03-291-19/+14
* need size_t with GNUC for the moment..John Kohl1991-03-291-0/+13
* use subdirsJohn Kohl1991-03-291-1/+4
* add slave & testsJohn Kohl1991-03-291-1/+1
* fix makedepend flags to know about STDCJohn Kohl1991-03-291-0/+1
* add change for makedependJohn Kohl1991-03-291-0/+2
* add popper movemail\John Kohl1991-03-291-1/+1
* changes for sendauth/recvauthJohn Kohl1991-03-291-0/+1
* change to use sendauthJohn Kohl1991-03-292-133/+107
* sendauth/recvauth take krb5_pointer, not void *John Kohl1991-03-291-2/+2
* 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
* Added declarations for krb5_sendauth() and krb5_recvauth()Theodore Tso1991-03-281-8/+36
* Added declarations for krb5_read_message() and krb5_write_message()Theodore Tso1991-03-281-0/+3