summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Imakefile : RemovedChris Provenzano1995-05-032-35/+5
* Don't try to play uid swapping games if the effective uid is not zeroTheodore Tso1995-05-032-8/+19
* nevermind..Mark Eichin1995-05-032-7/+0
* nevermind..Mark Eichin1995-05-032-25/+0
* Fix memory leaks in this function. The krb5_donot_replay structureTheodore Tso1995-05-032-19/+20
* kadmin.c (main): Fix really broken way client and client_nameTheodore Tso1995-05-033-5/+26
* Bug fix to jik's bug fix. (Caused by our code drift since jik'sTheodore Tso1995-05-032-3/+8
* * Makefile.in: nuke spurious whitespace in blank lineTom Yu1995-05-032-1/+5
* * Makefile.in: nuke spurious whitespace from blank lineTom Yu1995-05-032-1/+5
* * Makefile.in: remove spurious whitespace from blank lineTom Yu1995-05-034-2/+10
* * .rconf: copy kadmin.old as wellTom Yu1995-05-033-1/+8
* Fix lots of typos in krb5_make_fulladdrs() patch. (Lots of places whereTheodore Tso1995-05-035-55/+7
* * get_krbhst.c (krb5_get_krbhst): look in KRB5_ENV_KDCMark Eichin1995-05-032-0/+25
* * osconf.h (KRB5_ENV_KDC): add KERBEROS_SERVER environmentMark Eichin1995-05-032-0/+7
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-027-79/+150
* clean-unix: Remove the installed krb_err.h in the include directoryEzra Peisach1995-05-022-0/+6
* krb5_set_config_files needs a const in the declaration to match callEzra Peisach1995-05-022-1/+7
* Add const to prototype for krb5_set_config_filesEzra Peisach1995-05-022-4/+5
* Use tests/resolve/resolve to get the fully qualified domain name ofTheodore Tso1995-05-022-1/+13
* Add --quiet option which only prints the fully qualified domain name.Theodore Tso1995-05-022-7/+32
* * genaddrs.c (krb5_auth_con_genaddrs()),Chris Provenzano1995-05-014-43/+58
* * auth_con.c (krb5_auth_con_free()) :Chris Provenzano1995-05-0112-45/+343
* * init_sec_context.c (krb5_gss_init_sec_context()) :Chris Provenzano1995-05-012-10/+41
* * client.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-10/+7
* * sim_server.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-25/+27
* * sim_client.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-13/+24
* * kcmd.c (kcmd()): Bug fixes from jikChris Provenzano1995-05-013-25/+23
* Added README file to the krb425 libraryTheodore Tso1995-05-011-0/+19
* Check the return code from kdb5_init_context()Theodore Tso1995-05-012-1/+11
* krb5.h (krb5_set_config_files): Added new function prototypeTheodore Tso1995-05-012-2/+5
* init_os_ctx.c (krb5_set_config_files): New function. Provides aTheodore Tso1995-05-012-1/+34
* Temporary hack for the alpha. Undefine STREAMSPTY if defined.Ezra Peisach1995-05-012-0/+9
* Call to krb5_read_password takes as an argument an int* not an int to represe...Ezra Peisach1995-05-012-2/+8
* Global variables krb5_config_file and krb5_trans_file definitionsEzra Peisach1995-04-302-0/+7
* Do not redefine PROTOTYPE if it is already definedEzra Peisach1995-04-302-0/+6
* Fix spacing in configure --help for the krb4 optionsEzra Peisach1995-04-292-3/+7
* Remove the unused argument to aggree with the expected callingEzra Peisach1995-04-294-107/+10
* Link the libraries twice due to circular dependency in the libraries.Theodore Tso1995-04-292-1/+11
* Fix fencepost error which caused an access beyond the allocated memoryTheodore Tso1995-04-292-1/+4
* Use Posix sigaction() instead of signal() to set signal handlers.Theodore Tso1995-04-292-23/+42
* * g_phost.c: removed references to sys/param.h and netdb.hTom Yu1995-04-293-4/+5
* Call krb5_free_priv_enc_part to free the entire privenc_msg structureTheodore Tso1995-04-292-6/+7
* kadmin.c (main): Don't free the credentials cache twice in caseTheodore Tso1995-04-293-2/+9
* Use $(LD) instead of $(CC) so that we can do purify checkingTheodore Tso1995-04-292-2/+5
* adm_network.c (setup_network): Use sigaction() instead ofTheodore Tso1995-04-294-2/+39
* kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1995-04-294-2/+17
* Don't use setreuid() to play games with the real uid, since not allTheodore Tso1995-04-292-19/+14
* Windows gssapi demo now works. The UI isn't great but heyKeith Vetter1995-04-296-81/+229
* * Makefile.in (KLIB): put KRB4_LIB inside KLIBMark Eichin1995-04-288-8/+24
* * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and putMark Eichin1995-04-284-4/+14