aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-28This commit was manufactured by cvs2svn to create tagkrb5-1.2.3-beta3no author465-8099/+33818
2000-03-16Clean up unsed variables when V4 compatibility is not definedEzra Peisach2-1/+10
2000-03-16Remove unused variablesEzra Peisach2-4/+4
2000-03-16 * kinit.c (k4_kinit): Fix the code that was broken withEzra Peisach2-6/+25
2000-03-16Matt Crawford's kadm acl fixes & enhancementsKen Raeburn5-97/+412
2000-03-16Get rid of unused variableEzra Peisach2-1/+5
2000-03-16* login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn2-0/+19
2000-03-16Add krb5_get_prompt_types() functionalityDanilo Almeida13-43/+148
2000-03-16* stdcc.c (krb5_stdcc_destroy): Do not mask KRB5_FCC_NOFILE errorDanilo Almeida2-6/+15
2000-03-15* aclocal.m4 (KRB5_AC_ENABLE_DNS): Fix typo that caused the DNS code to never...Ken Raeburn2-1/+6
2000-03-15Use MIT runtime instead of metrowerksMiro Jurisic1-2/+5
2000-03-15volatile fixesKen Raeburn2-2/+7
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-14* sock2p.c: New file.Ken Raeburn5-34/+188
2000-03-14* kinit.c: Add support for using both -4 and -5. Default to krb5Danilo Almeida3-71/+73
2000-03-14* klist.M: Get man page up-to-dateDanilo Almeida3-51/+109
2000-03-14* kdestroy.M: Make up-to-dateDanilo Almeida3-32/+96
2000-03-13 * k5-int.h: Update prototype to sync with changes in preauth2.cTom Yu2-1/+6
2000-03-13Fix one of the bugs discovered at Connectathon: etype specified in preauthKen Raeburn3-5/+68
2000-03-12Also change kdc_insert_lookaside() to take a const krb5_fulladdr *Ezra Peisach3-4/+4
2000-03-12* replay.c, kdb_util.h (kdc_check_lookaside): Make second argumentEzra Peisach3-2/+7
2000-03-12Change function prototypes to match the entries in krb5.hin - specificallyEzra Peisach11-14/+26
2000-03-12 * kdb_xdr.c (krb5_dbe_lookup_mod_princ_data): In casting argumentEzra Peisach2-1/+6
2000-03-12Updated for 3.0d3Miro Jurisic1-1/+6
2000-03-10get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid...Miro Jurisic2-0/+7
2000-03-01 * aclocal.m4: Tweak the HPUX shared lib build some more. Don'tTom Yu2-4/+8
2000-03-01Tweak build system to deal somewhat better with HPUX shared libsTom Yu5-3/+21
2000-03-01 * kadmin.c (kadmin_cpw): Initialize ks_tuple to NULLTom Yu2-1/+5
2000-03-01 * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu4-56/+59
2000-03-01 * configure.in: Fix --enable-kdc-replay-cache to actually defaultTom Yu2-2/+4
2000-03-01 * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetimeTom Yu3-1/+20
2000-02-28new --enable/--disable-kdc-replay-cache configure hooksKen Raeburn5-1/+44
2000-02-28* Makefile.in (com_err.o): Depends on com_err.cKen Raeburn2-0/+6
2000-02-28* krlogin.c (main): Don't output debugging messages if debugging wasn't turne...Ken Raeburn2-6/+13
2000-02-28 * proto_serv.c (proto_serv): For error return,strdup the returnedEzra Peisach2-1/+7
2000-02-28 * aclocal.m4: Define DES425_LIB and DES425_DEPLIB all the time. WeEzra Peisach2-4/+9
2000-02-28Updated for 3.0d2Miro Jurisic1-1/+5
2000-02-27Update client and server to reflect removal of keepold argument fromTom Yu4-22/+22
2000-02-27Remove keepold argument from create_principal_3, since it is ratherTom Yu10-12/+32
2000-02-26* server_acl.c (acl_get_line): Patch from Matt Crawford to permit line contin...Ken Raeburn2-13/+40
2000-02-26* kadmin.c (kadmin_modprinc): Complain if -pw option is given,Ken Raeburn2-0/+12
2000-02-26main() returns int - not void. Also cleanup unused variablesEzra Peisach4-8/+12
2000-02-26comment out doc on non-existent fnKen Raeburn2-11/+16
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-25 * configure.in: Check for sys/sockio.hTom Yu3-1/+16
2000-02-25fix udp_port_fds allocation bug; partial ipv6 supportKen Raeburn3-15/+92