summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * gen_port.c (krb5_gen_portaddr): Add const to cast ofEzra Peisach2001-07-272-1/+6
* * rc_dfl.c (krb5_rc_io_fetch): Once length element read fromEzra Peisach2001-07-252-5/+16
* * sn2princ.c: Do not cast away const char * in call to strdupEzra Peisach2001-07-252-1/+5
* * in_tkt_sky.c (krb5_get_in_tkt_with_skey): Change cast fromEzra Peisach2001-07-254-3/+16
* * asn1_k_encode.c: (asn1_encode_predicted_sam_response): UseEzra Peisach2001-07-252-1/+7
* 2001-07-24 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2001-07-242-14/+22
* * hostaddr.c: Include fake-addrinfo.h.Ken Raeburn2001-07-192-18/+81
* New utility program.Ken Raeburn2001-07-193-0/+119
* * locate_kdc.c: Include fake-addrinfo.h.Ken Raeburn2001-07-192-58/+25
* * setenv.c: Include pos-obsolete.hEzra Peisach2001-07-093-0/+19
* * sn2princ.c (krb5_sname_to_principal): Cast tolower argument to intEzra Peisach2001-07-063-3/+10
* * conv_princ.c (krb5_425_conv_principal): Cast argument to tolowerEzra Peisach2001-07-062-1/+4
* * get_in_tkt.c: Include os-proto.h for _krb5_conf_boolean prototypeEzra Peisach2001-07-063-0/+10
* * rc_io.c: Declare krb5_rc_io_open_internal staticEzra Peisach2001-07-052-1/+5
* * init_ctx.c (get_profile_etype_list): Fix etype-counting loop soTom Yu2001-06-302-4/+10
* * chk_trans.c (foreach_realm): Cleanup loal variable set but neverEzra Peisach2001-06-282-3/+6
* * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read.Danilo Almeida2001-06-223-73/+174
* * t_std_conf.c (test_locate_kdc): Get rid of unused variableEzra Peisach2001-06-212-1/+5
* * chk_trans.c: Cast length arguments of %.*s in formats to intEzra Peisach2001-06-212-8/+12
* delete log entry for change i forgot to check inKen Raeburn2001-06-211-2/+0
* * rc_dfl.c, rc_io.c: More compliance with coding standards: useDanilo Almeida2001-06-203-425/+406
* * t_std_conf.c (test_locate_kdc): Update to new krb5_locate_kdcEzra Peisach2001-06-202-6/+10
* * Makefile.in (check-unix): Add $(RUN_SETUP) before invocation ofEzra Peisach2001-06-202-1/+6
* New implementation of transited-realm checking, with some test cases. The testKen Raeburn2001-06-205-79/+494
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-206-86/+87
* * fwd_tgt.c (krb5_fwd_tgt_creds): Copy enctype for new creds from tgtKen Raeburn2001-06-162-0/+6
* update profile section name in comments to reflect reality and other docsKen Raeburn2001-06-151-3/+3
* * Makefile.in (t_walk_rtree, t_kerb): Do not link against kdb librariesEzra Peisach2001-06-125-11/+27
* * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument toEzra Peisach2001-06-125-10/+18
* * asn1_k_decode.c (asn1_decode_predicted_sam_response): UseEzra Peisach2001-06-122-2/+8
* * str_conv.c: If strptime() is present on system without aEzra Peisach2001-06-112-1/+6
* * configure.in: Test for strptime() prototype. Debian linux hasEzra Peisach2001-06-112-0/+6
* * vfy_increds.c (krb5_verify_init_creds): Get rid of a variableEzra Peisach2001-06-072-5/+9
* * ktdefname.c (krb5_kt_default_name): Get rid of a variable thatEzra Peisach2001-06-072-5/+9
* * init_ctx.c (get_profile_etype_list): Zero out multiple separator charactersKen Raeburn2001-06-022-2/+8
* * locate_kdc.c (add_host_to_list): Initialize stack variable errDanilo Almeida2001-05-082-1/+9
* * locate_kdc.c (add_sockaddr_to_list) [TEST]: If getnameinfo is available, useKen Raeburn2001-05-082-13/+28
* add some commentsKen Raeburn2001-04-261-0/+2
* hst_realm.c (T_TXT): Define if not defined by header filesKen Raeburn2001-04-262-1/+6
* implement and use new internal interface for locating serversKen Raeburn2001-04-266-445/+672
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-262-1/+4
* back out changes that shouldn't have been checked in yetKen Raeburn2001-04-265-646/+434
* localaddr.c (foreach_localaddr): support SIOCGIFNUM, for SolarisKen Raeburn2001-04-267-434/+661
* move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn2001-04-264-37/+9
* update info on Solaris; add BSD/OSKen Raeburn2001-04-241-1/+8
* * Makefile.in (includes): New targetKen Raeburn2001-04-172-13/+16
* * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype from theTom Yu2001-04-052-1/+33
* * t_gifconf.c: New fileKen Raeburn2001-03-312-0/+131
* * init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4,Ken Raeburn2001-03-312-3/+17
* reindent for readabilityKen Raeburn2001-03-312-277/+277