summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ignore aes-gen programKen Raeburn2004-02-191-0/+1
* protoizeKen Raeburn2004-02-195-8/+12
* ProtoizeKen Raeburn2004-02-197-215/+105
* delete some blank lines in fn defsKen Raeburn2004-02-191-2/+0
* use $(CC) rather than ld to build shared libs on tru64 and irixTom Yu2004-02-182-2/+7
* * pcbc_encrypt.c (des_pcbc_encrypt): Don't pass a temporary variable toKen Raeburn2004-02-182-3/+8
* * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variableKen Raeburn2004-02-175-24/+30
* * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it localKen Raeburn2004-02-172-4/+23
* Add missing PRIOCNTL_HACK stuff hereTom Yu2004-02-165-1/+51
* Don't specify defaults for GET{PEER,SOCK}NAME_ARG{2,3}_TYPE macrosKen Raeburn2004-02-144-26/+10
* aclocal.m4 (WITH_CC): Add -fno-common to CFLAGS on Darwin, unless -fcommon orKen Raeburn2004-02-142-0/+18
* * aclocal.m4 (TRY_PEER_INT): Deleted.Ken Raeburn2004-02-142-38/+19
* * t_encrypt.c (compare_results): New function.Ken Raeburn2004-02-133-8/+57
* * dk_decrypt.c (krb5_dk_decrypt_maybe_trunc_hmac): New argument IVEC_MODE. IfKen Raeburn2004-02-133-11/+48
* Change PRIOCNTL_HACK code to use "==" rather than "eq", as "eq" is notTom Yu2004-02-136-9/+24
* Fix logic errorSam Hartman2004-02-132-1/+5
* priocntl workaround for Solaris 9 pty-close bugTom Yu2004-02-1322-34/+181
* Tru64 and Irix have RPATH issues for test suiteTom Yu2004-02-127-14/+67
* 2004-02-12 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-122-3/+7
* Add missing file: gss-misc.h copied from src/appl/gss-sampleJeffrey Altman2004-02-112-0/+64
* update copyright notices on gss sample appsTom Yu2004-02-116-0/+138
* gss-client.c: remove extraneous parameters from client_establish_context()Jeffrey Altman2004-02-102-5/+10
* * ser_sctx.c (kg_oid_externalize): Check for errors.Ken Raeburn2004-02-102-49/+154
* * gssapi.exp (doit): Run server with additional options to export and re-importKen Raeburn2004-02-102-1/+7
* Call htons for default port of password serverSam Hartman2004-02-092-1/+5
* * main.c (init_realm): Apply patch from Will Fiveash to useTom Yu2004-02-092-1/+6
* Update from autoconf 2.59Tom Yu2004-02-094-774/+1167
* * util_ordering.c (g_queue_externalize, g_queue_internalize): Check forKen Raeburn2004-02-092-0/+9
* * t_cts.c (test_cts): Process encryption and decryption IVs separately, makeKen Raeburn2004-02-092-3/+33
* * aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IVKen Raeburn2004-02-092-0/+10
* * configure.in: Check for sys/time.h and time.hKen Raeburn2004-02-092-0/+6
* no license on k5sealv3.cKen Raeburn2004-02-081-2/+28
* * update usage() for gss-clientJeffrey Altman2004-02-073-1/+7
* Enable aes128-cts for clientSam Hartman2004-02-062-0/+5
* Do not consider TGS options to be critical; ignore unknown optionsSam Hartman2004-02-062-6/+7
* 2004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-066-25/+80
* 2004-02-06 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-063-14/+36
* 2004-02-05 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-064-7/+24
* Add support for specifying the credential cache to be used as wellJeffrey Altman2004-02-057-37/+160
* Remove reference to the ntstatus.h header in cc_mslsa.cJeffrey Altman2004-02-042-1/+6
* 2004-02-02 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-032-1/+22
* * cc_mslsa.c: the MSLSA code was crashing on Pismere machines whenJeffrey Altman2004-02-022-10/+36
* * Update README to describe the new PreserveInitialTicketIdentityJeffrey Altman2004-02-022-0/+41
* missing headerJeffrey Altman2004-02-011-0/+3
* * Do not perform ticket importing if the initial TGT is not availableJeffrey Altman2004-02-012-2/+48
* * cc_mslsa.c: optimize the get_next logic by storing a handle to theJeffrey Altman2004-02-012-18/+30
* * gss-misc.c: Include sys/time.h or time.h, to get struct timeval declarationKen Raeburn2004-01-312-14/+26
* Do not export tickets from the LSA if they contain NULL session keys.Jeffrey Altman2004-01-312-6/+19
* 2004-01-30 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-01-312-20/+98
* Add support for Addressless Ticket Checkbox. Applied patch from Doug EngertJeffrey Altman2004-01-317-4/+29