summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-2712-28/+93
* * gss-client.c: change if (this) if (that) => if (this && that)Jeffrey Altman2004-02-272-170/+172
* fix GET{SOCK,PEER}NAME_ARG{2,3}_TYPE lossage I createdKen Raeburn2004-02-262-0/+12
* Set context flags after calling krb5_rd_req so that the replay cache is set upSam Hartman2004-02-262-2/+8
* Move apputils dir from util to lib, to get its proper place in theKen Raeburn2004-02-2612-12/+25
* * rcp.exp (stop_rsh_daemon): Check for any output before eof, causing any suchKen Raeburn2004-02-263-2/+18
* * gssapi.exp (doit): Fix typo in log messageKen Raeburn2004-02-262-1/+5
* * default.exp (passes): Add "mode=udp" to existing pass specifications. Add aKen Raeburn2004-02-262-1/+48
* * network.c (setup_a_tcp_listener): Call setreuseaddr before calling bind.Ken Raeburn2004-02-262-8/+18
* * sendto_kdc.c (start_connection): Close socket if connect() call fails for anKen Raeburn2004-02-262-0/+6
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-2416-440/+30
* dependency updatesKen Raeburn2004-02-242-10/+13
* ignore generated shared librariesKen Raeburn2004-02-241-0/+1
* ignore some more generated filesKen Raeburn2004-02-2411-0/+12
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-2424-28/+127
* ignore fakedest dirKen Raeburn2004-02-241-0/+1
* ignore generated krb524 error table codeKen Raeburn2004-02-241-0/+2
* ignore files created during testingKen Raeburn2004-02-241-0/+3
* ignore ksetpwdKen Raeburn2004-02-241-0/+1
* * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix calculation forKen Raeburn2004-02-232-6/+19
* Add missing ChangeLog entryTom Yu2004-02-231-0/+6
* * prof_init.c (prof_int32): If long is 4 bytes and int is not, then use long,Ken Raeburn2004-02-192-1/+6
* Bug from David Thompson <thomas@cs.wisc.edu>. Bug originally introducedKen Hornstein2004-02-191-1/+1
* ignore some files generated during testingKen Raeburn2004-02-192-0/+6
* protoizeKen Raeburn2004-02-1955-412/+249
* 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