summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use double backslashes for the path separators to workaround MicrosoftTheodore Tso1998-05-252-3/+14
* * krb5_err.et: Clarify error for REALM_CANT_RESOLVETom Yu1998-05-192-1/+5
* * login.c: Replace strcpy with strncpy in places. Add nulTom Yu1998-05-162-12/+31
* telnetd.c (main):Theodore Tso1998-05-146-27/+37
* main.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1998-05-146-14/+20
* configure.in: Change test for cgetent to use HAVE_ instead of HAS_,Theodore Tso1998-05-144-6/+15
* Make sure the date string printed uses 4 digit yearsTheodore Tso1998-05-142-5/+10
* This is now obsolete; superceded by src/lib/kadm5Tom Yu1998-05-1117-6565/+0
* Remove extraneous stuff, as this actually belongs inTom Yu1998-05-1118-3954/+0
* str_conv.c (krb5_string_to_timestamp, strptime): Fix routines to beTheodore Tso1998-05-094-22/+98
* stime.c (krb_stime):Theodore Tso1998-05-094-8/+14
* Print the year as 4 digits to avoid Y2K problemsTheodore Tso1998-05-082-2/+7
* * kadm_server.c (krb_log): Print the year using 4 digit to avoidTheodore Tso1998-05-082-2/+7
* Print 4 digit years in Krb4 log entries to avoid Y2K issuesTheodore Tso1998-05-082-1/+6
* ftpcmd.y (cmd): Fix Y2K problem in the MDTM commandTheodore Tso1998-05-082-3/+8
* Add a check for the header file krb4-proto.h. Replace file existenceTheodore Tso1998-05-062-37/+6
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* Add support for generic file existence tests (used to simplify someTheodore Tso1998-05-062-0/+50
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-0649-30/+146
* t_ser.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1998-05-063-5/+24
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-062-1/+6
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-064-3/+10
* * get_in_tkt.c: Add prototype for make_preauth_listTom Yu1998-05-042-0/+8
* * get_in_tkt.c (krb5_get_in_tkt): Add missing argument to call toTom Yu1998-05-032-1/+6
* Fix -n so that it doesn't disable authentication but does disable login. [38]Sam Hartman1998-04-254-2/+27
* * glob.c (ftpglob): Always allocate new storage, even if no magic globKen Raeburn1998-04-222-2/+17
* oops add PR numberTom Yu1998-04-171-1/+1
* * configure.in: Search for /var/tmp first when determining rcacheTom Yu1998-04-172-1/+6
* * asn1_encode.c (asn1_encode_generaltime): Sanity check the returnTom Yu1998-04-172-1/+16
* * asn1_err.et (ASN1_BAD_GMTIME): Add code for case where badTom Yu1998-04-172-0/+6
* * Makefile.in (SHLIB_EXPDEPS):Tom Yu1998-04-1516-32/+66
* * Makefile.in (LIB): Rename to k5cryptoTom Yu1998-04-152-1/+5
* * pre.in (CRYPTO_DEPLIB):Tom Yu1998-04-152-3/+9
* (send_file_list): Oops missed a sigsetjmp() call.Tom Yu1998-04-112-1/+8
* * 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