summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid...Miro Jurisic2000-03-102-0/+7
* * aclocal.m4: Tweak the HPUX shared lib build some more. Don'tTom Yu2000-03-012-4/+8
* Tweak build system to deal somewhat better with HPUX shared libsTom Yu2000-03-015-3/+21
* * kadmin.c (kadmin_cpw): Initialize ks_tuple to NULLTom Yu2000-03-012-1/+5
* * main.c: Move kdc_initialize_rcache() to kdc_util.cTom Yu2000-03-014-56/+59
* * configure.in: Fix --enable-kdc-replay-cache to actually defaultTom Yu2000-03-012-2/+4
* * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetimeTom Yu2000-03-013-1/+20
* new --enable/--disable-kdc-replay-cache configure hooksKen Raeburn2000-02-285-1/+44
* * Makefile.in (com_err.o): Depends on com_err.cKen Raeburn2000-02-282-0/+6
* * krlogin.c (main): Don't output debugging messages if debugging wasn't turne...Ken Raeburn2000-02-282-6/+13
* * proto_serv.c (proto_serv): For error return,strdup the returnedEzra Peisach2000-02-282-1/+7
* * aclocal.m4: Define DES425_LIB and DES425_DEPLIB all the time. WeEzra Peisach2000-02-282-4/+9
* Updated for 3.0d2Miro Jurisic2000-02-281-1/+5
* Update client and server to reflect removal of keepold argument fromTom Yu2000-02-274-22/+22
* Remove keepold argument from create_principal_3, since it is ratherTom Yu2000-02-2710-12/+32
* * server_acl.c (acl_get_line): Patch from Matt Crawford to permit line contin...Ken Raeburn2000-02-262-13/+40
* * kadmin.c (kadmin_modprinc): Complain if -pw option is given,Ken Raeburn2000-02-262-0/+12
* main() returns int - not void. Also cleanup unused variablesEzra Peisach2000-02-264-8/+12
* * preauth2.c (krb5_do_preauth): Check paorder[h] not h for PA_REAL. Fix from...Ken Raeburn2000-02-262-1/+6
* fix email addrKen Raeburn2000-02-261-1/+1
* forgot room for null pointer at end of local addr arrayKen Raeburn2000-02-262-2/+3
* * configure.in: Check for sys/sockio.hTom Yu2000-02-253-1/+16
* fix udp_port_fds allocation bug; partial ipv6 supportKen Raeburn2000-02-253-15/+92
* oops, update changelog for bug fixKen Raeburn2000-02-251-2/+1
* Fix off-by-one error in previous code, spotted at the last minute.Ken Raeburn2000-02-251-3/+1
* Patches from Alec Peterson, plus some work of my own, to let a multihomedKen Raeburn2000-02-253-24/+218
* Separate interface address processing from Kerberos-related functions.Ken Raeburn2000-02-252-159/+238
* * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt()Ezra Peisach2000-02-253-5/+12
* * kerberos_v4.c (v4_klog): Don't treat the formatted text as a format stringKen Raeburn2000-02-252-1/+7
* * configure.in: Remove dependency on libdes425 when krb4 supportEzra Peisach2000-02-244-18/+10
* Test for <arpa/inet.h> for possible inet_ntop prototypeEzra Peisach2000-02-244-2/+18
* * kpasswd.0/changing.exp: Add a sleep to avoid a race with theTom Yu2000-02-232-0/+9
* fix for vpath and du4.0 makeKen Raeburn2000-02-224-0/+16
* Makefile.in (clean-unix): Add clean-libobjsEzra Peisach2000-02-224-2/+10
* from Bear Giles:Ken Raeburn2000-02-212-2/+5
* from Bear Giles:Ken Raeburn2000-02-212-13/+22
* From Bear Giles:Ken Raeburn2000-02-212-0/+12
* Volatile decls as needed.Ken Raeburn2000-02-198-28/+53
* * kadm_rpc_svc.c (kadm_1): Update to include new api functionsTom Yu2000-02-193-0/+40
* * keytab.c (add_usage): Update usage message.Tom Yu2000-02-193-20/+197
* * kadm_rpc_xdr.c (xdr_chpass3_arg):Tom Yu2000-02-192-2/+7
* * kdb_cpw.c (krb5_dbe_crk):Tom Yu2000-02-192-0/+13
* * server_stubs.c: Add create_principal3_1, chpass_principal3_1,Tom Yu2000-02-182-0/+256
* * svc_auth_gssapi.c (_svcauth_gssapi): Don't explicitly freeTom Yu2000-02-189-9/+84
* * auth_gssapi.c (auth_gssapi_create): Free call_res becauseTom Yu2000-02-174-37/+43
* Document that -s is not applicable to Kerberos 4Danilo Almeida2000-02-162-0/+3
* * kinit.c: Nicer usage message. Better checking for illegalDanilo Almeida2000-02-163-355/+513
* * kdestroy.c: Fix GET_PROGNAME macro to properly return programDanilo Almeida2000-02-162-11/+17
* * klist.c: Fix GET_PROGNAME macro to properly return program nameDanilo Almeida2000-02-162-28/+34
* Move include of libtelnet/auth.h earlier to provideEzra Peisach2000-02-162-1/+10