| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | As submitted by Openvision Technologies: | Theodore Tso | 1993-12-18 | 49 | -0/+5808 |
* | Removing old gssapi implementation | Theodore Tso | 1993-12-18 | 32 | -6620/+0 |
* | Added function which does V4/V5 compatibility for sendauth/recvauth | Theodore Tso | 1993-12-15 | 2 | -0/+325 |
* | Added dependencies for the machine generated DES files | Theodore Tso | 1993-12-15 | 1 | -0/+4 |
* | Preprend "FILE:" when converting from V4 ticket file name to V5 | Theodore Tso | 1993-12-15 | 2 | -10/+32 |
* | Added install productions for the des425 and krb425 libraries | Theodore Tso | 1993-12-15 | 1 | -0/+2 |
* | Added flags argument to krb5_recvauth(), and added support for flags which | Theodore Tso | 1993-12-01 | 1 | -17/+15 |
* | Declare statically used procedure (previously and incorrectly defined in .h | Theodore Tso | 1993-12-01 | 2 | -1/+9 |
* | Free cred->server before overwriting it | Theodore Tso | 1993-12-01 | 1 | -0/+4 |
* | Fixed typo in copy_addrs; a set of curly braces was missing | Theodore Tso | 1993-12-01 | 1 | -1/+2 |
* | Declare statically used procedures before they're used, to keep lint/gcc happy | Theodore Tso | 1993-12-01 | 1 | -0/+3 |
* | If the select gets an EINTR error, retry with that host immediately, instead | Theodore Tso | 1993-12-01 | 1 | -1/+2 |
* | Fix memory leak; make sure cur_entry is freed, as well as its contents | Theodore Tso | 1993-12-01 | 1 | -8/+10 |
* | Make sure the ticket_info array is freed, not just its contents; and test | Theodore Tso | 1993-12-01 | 1 | -10/+13 |
* | GCC wants the "register" keyword to be first (before the "const" keyword) | Theodore Tso | 1993-12-01 | 42 | -56/+65 |
* | Make sure memory is freed in error cases | Theodore Tso | 1993-10-30 | 1 | -62/+52 |
* | Change so that mk_req_ext won't accidentally free caller's client and | Theodore Tso | 1993-10-30 | 1 | -8/+7 |
* | Change code to produce \b, \n, and \t | Theodore Tso | 1993-10-30 | 1 | -22/+42 |
* | Added missing free calls in case of an error | Theodore Tso | 1993-10-30 | 1 | -7/+14 |
* | Remove register from argument declaration. Confuses saber.. | Theodore Tso | 1993-10-30 | 1 | -4/+4 |
* | Change use of xfree to krb5_xfree to prevent namespace pollution | Theodore Tso | 1993-10-15 | 156 | -411/+411 |
* | Fixed memory leak reported by marc; mk_req_ext wasn't free the authenticator | Theodore Tso | 1993-10-15 | 1 | -10/+13 |
* | Added krb5_free_authenticator_contents() | Theodore Tso | 1993-10-15 | 2 | -0/+52 |
* | Post decrement should have been predecrement; fixed fencepost error | Theodore Tso | 1993-09-22 | 1 | -1/+1 |
* | Merged in ISI's modified CRED-INFO patches | Theodore Tso | 1993-09-22 | 6 | -208/+239 |
* | Remove deference of freed structure | Theodore Tso | 1993-09-21 | 1 | -1/+3 |
* | Change the version one credentials cache code so that the length field | Theodore Tso | 1993-09-10 | 4 | -10/+38 |
* | Changes from jik so that the .k5login file is honored even if it is | Theodore Tso | 1993-09-01 | 1 | -7/+7 |
* | Changed krb5_generate_authenticator to accept a princiapl instead of | Theodore Tso | 1993-09-01 | 1 | -4/+4 |
* | Wrong free routine was being called | Theodore Tso | 1993-09-01 | 1 | -1/+1 |
* | Modifications supplied by Ari Medvinsky to include the authorization | Theodore Tso | 1993-09-01 | 5 | -9/+37 |
* | Change export warning notice from "is assumed to require an export license" | Theodore Tso | 1993-09-01 | 382 | -764/+764 |
* | Fix memory leak; free_principal now frees entire kerberos principal | Theodore Tso | 1993-08-17 | 1 | -2/+7 |
* | Cleaned up TGTNAME define; now KRB5_TGS_NAME | Theodore Tso | 1993-08-17 | 1 | -2/+1 |
* | Library directory reorganization; there are now crypto and krb5 directories, | Theodore Tso | 1993-08-04 | 19 | -73/+196 |
* | Library directory reorganization; there are now crypto and krb5 directories, | Theodore Tso | 1993-08-04 | 1 | -0/+36 |
* | Need to include osconf.h for porting to Linux | Theodore Tso | 1993-07-29 | 1 | -0/+1 |
* | element_KRB5_12 really should be element_KRB5_15; brain-damanaged | Theodore Tso | 1993-07-29 | 2 | -5/+5 |
* | Make sure krb5_init_ets() only initalizes the error tables once | Theodore Tso | 1993-07-10 | 1 | -0/+6 |
* | Initial revision | Theodore Tso | 1993-06-03 | 36 | -0/+4989 |
* | Portability changes | Theodore Tso | 1993-06-03 | 6 | -3/+25 |
* | *** empty log message *** | Theodore Tso | 1993-06-03 | 4 | -63/+49 |
* | Changed to only encode the rtime if it is non-zero in the structure | Theodore Tso | 1993-06-03 | 1 | -1/+1 |
* | Changed to only encode the from time if it is non-zero in the structure | Theodore Tso | 1993-06-03 | 1 | -4/+6 |
* | Patch so that a ticket with no host address generate the correct | Theodore Tso | 1993-06-03 | 1 | -5/+8 |
* | Change to generate the renew_time if it was non-zero in the structure, | Theodore Tso | 1993-06-03 | 1 | -1/+1 |
* | Chnages to support the new KRB5_CRED message | Theodore Tso | 1993-06-03 | 1 | -3/+32 |
* | New routines to support the new KRB_CRED structure | Theodore Tso | 1993-06-03 | 1 | -2/+10 |
* | Initial revision | Theodore Tso | 1993-06-03 | 6 | -0/+686 |
* | Added new error code for bad name type when converting a hostname to | Theodore Tso | 1993-06-03 | 1 | -2/+2 |