aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2000-06-27pullup from 1.2 branchKen Raeburn32-267/+772
2000-06-092000-06-08 Alexandra Ellwood <lxs@mit.edu> * stdcc_util.c (dupCCtoK5, dupK5...Alexandra Ellwood2-4/+9
2000-06-01Check for existance of <memory.h>.Wilfredo Sanchez4-1/+13
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez15-30/+30
2000-05-31This time really: 2000-5-31 Alexandra Ellwood <lxs@mit.edu> ccdefault.c: Chan...Alexandra Ellwood1-1/+1
2000-05-312000-5-31 Alexandra Ellwood <lxs@mit.edu> ccdefault.c: Changed kerberosPrinci...Alexandra Ellwood2-9/+5
2000-05-192000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2-16/+45
2000-05-192000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood3-2/+11
2000-05-18Remove unused variables. Reindent to krb5 coding style. Remove whitespaceDanilo Almeida3-392/+396
2000-05-18Do not define or try to load cc_lock_request, which isDanilo Almeida2-0/+11
2000-05-162000-05-15 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman3-0/+194
2000-05-092000-05-09 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2-0/+7
2000-05-04 * stdcc_util.c (dupCCtoK5, dupK5toCC): Miro Jurisic2-2/+12
2000-04-302000-04-29 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-13/+5
2000-04-282000-04-28 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2-0/+10
2000-04-262000-4-26 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2-2/+7
2000-04-18* prompter.c (krb5int_set_prompt_types): Set to actual value intead of 0Danilo Almeida2-1/+6
2000-04-18* winccld.h: Define CC_API_VER2 for all Windows code using ccapi.Danilo Almeida4-1/+62
2000-04-15Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman1-1/+1
2000-04-132000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-0/+10
2000-04-132000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2-8/+20
2000-04-132000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-0/+7
2000-04-132000-4-13 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-1/+62
2000-04-08 * vfy_increds.c (krb5_verify_init_creds): appdefault_boolean ->Tom Yu2-1/+6
2000-04-072000-04-07 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman3-4/+14
2000-04-072000-04-07 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-4/+12
2000-04-042000-04-03 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-4/+12
2000-03-242000-03-24 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2-115/+189
2000-03-24jaltman@columbia.edu Mar 24, 2000:Jeffrey Altman8-171/+93
2000-03-20Added krb5_free_default_realmMiro Jurisic2-1/+15
2000-03-16Add krb5_get_prompt_types() functionalityDanilo Almeida6-2/+52
2000-03-16* stdcc.c (krb5_stdcc_destroy): Do not mask KRB5_FCC_NOFILE errorDanilo Almeida2-6/+15
2000-03-14* init_os_ctx.c (os_get_default_config_files): Remove unused variableKen Raeburn2-1/+3
2000-03-14* def_realm.c: Include netinet/in.h if availableKen Raeburn2-0/+7
2000-03-14* configure.in: Check for gethostbyname2Ken Raeburn2-1/+5
2000-03-13Fix one of the bugs discovered at Connectathon: etype specified in preauthKen Raeburn3-5/+68
2000-03-12Change function prototypes to match the entries in krb5.hin - specificallyEzra Peisach11-14/+26
2000-03-10get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid...Miro Jurisic2-0/+7
2000-02-26* preauth2.c (krb5_do_preauth): Check paorder[h] not h for PA_REAL. Fix from...Ken Raeburn2-1/+6
2000-02-26fix email addrKen Raeburn1-1/+1
2000-02-26forgot room for null pointer at end of local addr arrayKen Raeburn2-2/+3
2000-02-25Separate interface address processing from Kerberos-related functions.Ken Raeburn2-159/+238
2000-02-22 Makefile.in (clean-unix): Add clean-libobjsEzra Peisach2-1/+5
2000-02-16* preauth2.c (pa_sam): In send-encrypted-sad mode, check for magic salt lengthKen Raeburn2-7/+51
2000-02-16* localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONFKen Raeburn2-10/+69
2000-02-11Added "Kerberos Preferences" as valid config file on Mac OS. Others will be r...Marshall Vale1-11/+17
2000-02-11* init_os_ctx.c: Added "Kerberos Preferences" as valid config file on Mac OSMarshall Vale1-0/+7
2000-02-11Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1)Miro Jurisic2-2/+6
2000-02-10changelog updated for stdcc_util.c changeAlexandra Ellwood1-0/+5
2000-02-10Added +1 to strlens so that null terminator will fit in the buffer ;-PAlexandra Ellwood1-2/+2