| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Put the srvtab file in the srvtab directory, instead of the krb5 root | Theodore Tso | 1993-12-24 | 1 | -2/+2 |
| * | Make sure the config include files are installed too! | Theodore Tso | 1993-12-24 | 1 | -1/+1 |
| * | Added variable for the srvtab directory | Theodore Tso | 1993-12-24 | 1 | -0/+1 |
| * | Reserve PA_DATA 7 for sesame project | Theodore Tso | 1993-12-24 | 1 | -0/+1 |
| * | Declare input buffer to krb5_write_message to be const | Theodore Tso | 1993-12-24 | 1 | -1/+1 |
| * | Free all memory on errors | Theodore Tso | 1993-12-24 | 1 | -15/+25 |
| * | Declare the input buffer to be const | Theodore Tso | 1993-12-24 | 1 | -1/+1 |
| * | Fix credentials cache handling.. | Theodore Tso | 1993-12-24 | 1 | -10/+24 |
| * | Free memory on error | Theodore Tso | 1993-12-24 | 1 | -4/+6 |
| * | Free keyblock on error | Theodore Tso | 1993-12-24 | 1 | -1/+4 |
| * | Added dependencies for machine generated files | Theodore Tso | 1993-12-24 | 1 | -1/+3 |
| * | Lots of bugs, cleanup... | Theodore Tso | 1993-12-24 | 8 | -121/+190 |
| * | New Imakefile for new gssapi library | Theodore Tso | 1993-12-24 | 1 | -0/+39 |
| * | New Imakefiles for new gssapi library | Theodore Tso | 1993-12-24 | 2 | -0/+192 |
| * | Spliced in new gssapi library | Theodore Tso | 1993-12-24 | 1 | -1/+2 |
| * | Fixed lots of bugs; lots of cleanup | Theodore Tso | 1993-12-24 | 1 | -0/+64 |
| * | Fixed lots of bug; lots of cleanup.. | Theodore Tso | 1993-12-24 | 7 | -104/+85 |
| * | 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 |
| * | Fix bug which causes krb524 to create V4 tickets with the wrong realm | Theodore Tso | 1993-12-15 | 1 | -1/+1 |
| * | Add Imakefile for include/kerberosIV | Theodore Tso | 1993-12-15 | 2 | -1/+35 |
| * | Add the date to the a "make world" production | Theodore Tso | 1993-12-15 | 1 | -0/+2 |
| * | Make the config directory be a symlink tree as well | Theodore Tso | 1993-12-15 | 1 | -1/+1 |
| * | 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 |
| * | optarg must be declared extern char * | Theodore Tso | 1993-12-03 | 1 | -3/+4 |
| * | Separate out SAMPLE_SERVICE (the Kerberos service name) and SAMPLE_PORT | Theodore Tso | 1993-12-01 | 2 | -2/+3 |
| * | Workaround for bug in gld (doesn't like at-signs in filenames) | Theodore Tso | 1993-12-01 | 1 | -4/+4 |
| * | Use a nasty hack to include the GCC include files so that makedepend | Theodore Tso | 1993-12-01 | 1 | -1/+9 |
| * | Use the correct form for the DependFlags | Theodore Tso | 1993-12-01 | 1 | -2/+2 |
| * | Completely revamped how allocated memory is freed so that there are no | Theodore Tso | 1993-12-01 | 1 | -85/+81 |
| * | Added missing #include for ctype.h | Theodore Tso | 1993-12-01 | 1 | -1/+0 |
| * | Added new extra flags argument to the call to krb5_recvauth() | Theodore Tso | 1993-12-01 | 2 | -1/+3 |
| * | Fix man page to reflect new command-line arguments to sserver | Theodore Tso | 1993-12-01 | 1 | -6/+8 |
| * | Added new extra flags argument to the call to krb5_recvauth() | Theodore Tso | 1993-12-01 | 1 | -20/+23 |
| * | Added new extra flags argument to the call to krb5_recvauth() | Theodore Tso | 1993-12-01 | 2 | -1/+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 |
| * | Moved KRB5_TGS_NAME to krb5.h, from base-defs.h (where it didn't belong) | Theodore Tso | 1993-12-01 | 4 | -12/+9 |
| * | GCC wants the "register" keyword to be first (before the "const" keyword) | Theodore Tso | 1993-12-01 | 42 | -56/+65 |
| * | Track style changes in Borman release of telnet | Theodore Tso | 1993-11-20 | 1 | -2/+6 |
| * | Use new version of strftime from Borman release, so that strftime | Theodore Tso | 1993-11-20 | 1 | -30/+78 |