summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updates for install stuffJohn Kohl1991-04-2518-13/+24
* updates for Krb5 install supportJohn Kohl1991-04-253-1/+170
* STDC cleanupsJohn Kohl1991-04-231-6/+9
* ImakefileJohn Kohl1991-04-231-2/+0
* fix STDC incompatibilityJohn Kohl1991-04-231-0/+4
* strerror may be a #define on some systemsJohn Kohl1991-04-231-2/+4
* add support for KRB5_PROVIDE_PROTOTYPESJohn Kohl1991-04-234-192/+197
* make sure clean:: gets rid of foo/**/libnameJohn Kohl1991-04-231-1/+3
* add KRB5_PROVIDE_PROTOTYPESJohn Kohl1991-04-231-0/+4
* add WantPrototypes stuffJohn Kohl1991-04-231-3/+8
* changes to use authenticator's subkey if necessaryJohn Kohl1991-04-221-6/+17
* changes to make authenticator visible to callerJohn Kohl1991-04-222-31/+38
* 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-1925-43/+43
* remove XXX commentJohn Kohl1991-04-191-1/+2
* clean up some XXX codeJohn Kohl1991-04-191-18/+5
* XXX not appropriateJohn Kohl1991-04-191-1/+1
* use MAXHOSTNAMELENJohn Kohl1991-04-192-2/+15
* Added missing break in switch statement; the -onlyrealmsalt option now worksTheodore Tso1991-04-191-6/+8
* 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
* 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