summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Add CHECK_SETJMP and CHECK_SIGNALSTom Yu1998-04-112-0/+6
* * ftpd.c (receive_data):Tom Yu1998-04-113-7/+34
* * Makefile.in (includes): The header is krb_err.h, notTom Yu1998-04-092-1/+6
* * secure.c (secure_putbyte): Set nout = 0 *before* callingDan Winship1998-04-072-1/+9
* * Makefile.in (includes): Don't mkdir unless the directory doesn'tTom Yu1998-04-064-2/+12
* * Makefile.in (includes): Don't call mkdir unless the directoryTom Yu1998-04-062-1/+6
* * update_utmp.c (pty_update_utmp): Don't record LOGIN_PROCESSTom Yu1998-04-062-1/+10
* * g_cnffile.c (krb__get_srvtabname): Fix up to not free contextTom Yu1998-04-052-1/+7
* * disp_major_status.c (g_display_major_status): Fix a typo inTom Yu1998-04-012-1/+6
* Change to not return GSS_S_CONTINUE_NEEDED, per the standard CTheodore Tso1998-03-312-3/+9
* * klist.c (main): Exit with a 0 exit status if everything okayEzra Peisach1998-03-302-0/+6
* * kdb5_mkdums.c: Add parenthesis about assignements in conditionalsEzra Peisach1998-03-302-29/+35
* * kdc5_hammer.c (usage): Change usage to refelect realityEzra Peisach1998-03-302-24/+29
* * kdb5_verify.c: Declare main() as int instead of void.Ezra Peisach1998-03-302-29/+37
* * t_inetd.c: Include stdlib.h (if present) for atoi() prototype,Ezra Peisach1998-03-302-0/+15
* * ktest_equal.h: Add prototypes for ktest_equal_sam_challenge andEzra Peisach1998-03-305-4/+19
* * resolve.c: Include unistd.h if present on system (forEzra Peisach1998-03-302-1/+9
* gcc -Wall cleanups. Mainly adding prototypes andEzra Peisach1998-03-3010-4/+35
* * seteuid.c (krb5_setegid): Fix typo: seteuid -> setegidTom Yu1998-03-232-1/+5
* * kdc_util.c (add_to_transited): Check lengths, fix up commaTom Yu1998-03-202-28/+103
* * chk_trans.c (krb5_check_transited_list): Check lengths whenTom Yu1998-03-172-4/+25
* oops... add PR numberTom Yu1998-03-121-1/+1
* * update_utmp.c (pty_update_utmp): Fix bogus entry ofTom Yu1998-03-122-3/+11
* * ftpcmd.y (getline): Don't syslog passwords! (or newlines)Dan Winship1998-03-052-2/+11
* * alt_prof.c (krb5_free_realm_params): Free realm_acl_file portionEzra Peisach1998-03-052-0/+7
* * Makefile.in: Enable v4 kadmin tests only if athenaEzra Peisach1998-03-032-1/+6
* * configure.in: Enable v4 kadmin tests only if athenaEzra Peisach1998-03-032-0/+12
* * configure.in: Add KRB5_BUILD_PROGRAMEzra Peisach1998-03-033-6/+14
* * Makefile.in (t_cksum): Do not depend on libkrb5.a, useEzra Peisach1998-03-034-4/+20
* * Makefile.in: Integrate in the krb5 build tree rules.Ezra Peisach1998-03-023-5/+16
* pre.in: Define AUTOCONF and CONFIG_RELTOPDIR from the autoconfTheodore Tso1998-03-023-3/+13
* aclocal.m4: Remove unused variables BUILDTOP and SRCTOP (now definedTheodore Tso1998-03-022-2/+29
* configure.in: Clean up configure script. Check $cross_compilingTheodore Tso1998-03-024-26/+18
* Makefile.in (env-setup.stmp): If env-setup.stamp needs to be rebuilt,Theodore Tso1998-03-023-3/+15
* Define S_TOP to contain an absolute pathname to the top of the sourceTheodore Tso1998-03-022-5/+12
* Remove check for the regular expression functions, since they aren'tTheodore Tso1998-03-022-1/+5
* * env-setup.shin (STOP): SRCTOP -> SRCTOPDIRTom Yu1998-03-012-1/+3
* document previousTom Yu1998-03-011-0/+5
* * configure.in: Fix up somewhat (SRCTOP -> SRCTOPDIR) and also getTom Yu1998-03-011-1/+2
* * Makefile.in (env-setup.stamp): Fix up to use $(thisconfigdir)Tom Yu1998-02-282-2/+6
* Collapse all configure.in files under the kadmin directory into theTheodore Tso1998-02-2840-142/+156
* * Makefile.in (SHLIB_EXPLIBS): Replace @SHLIB_GEN@ with @GEN_LIB@Tom Yu1998-02-282-1/+5
* Collapse all of lib/kadm5's configure scripts into a single top-levelTheodore Tso1998-02-2812-61/+69
* configure.in: Move the regular expression function tests intoTheodore Tso1998-02-282-24/+6
* aclocal.m4 (KRB5_AC_REGEX_FUNCS): Take the regular expression functionTheodore Tso1998-02-282-0/+41
* Collapse lib/krb5's configure.in files into a single top-levelTheodore Tso1998-02-2840-117/+170
* export_name.c (krb5_gss_export_name): Fix bug in gss_export_name. TheTheodore Tso1998-02-282-1/+7
* * schpw.c (process_chpw_request): Free memory of allocated forEzra Peisach1998-02-253-4/+20
* * ftpcmd.y: Add production "nonguest" to catch things thatTom Yu1998-02-252-5/+22
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-247-1233/+875