aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1994-10-05This commit was manufactured by cvs2svn to create tag 'BETA_4_3'krb5-1.0-beta4.3no author45-23055/+0
1994-10-05Update for beta 4 patchlevel 3Theodore Tso1-1/+1
1994-10-05Don't bomb out if the argument to krb5_free_principal() is NULLTheodore Tso2-1/+9
1994-10-05Only try to free the contents of the keytab_entry if it is non-NULLTheodore Tso2-2/+13
1994-10-05Fix to compare using new_entry instead of cur_entry. (Bug made inTheodore Tso2-5/+8
1994-10-04Don't build the unifdef directory --- we don't need it any moreTheodore Tso1-1/+1
1994-10-04Add widen.h and narrow.h around declaration so that argument types areTheodore Tso5-0/+18
1994-10-04resolve's first argument is now a const char *Theodore Tso4-4/+11
1994-10-04Added missing * to function pointer deferenceTheodore Tso1-1/+1
1994-10-04Don't assume that krb5_timestamp and time_t are the same typeTheodore Tso2-1/+14
1994-10-04Add widen.h and narrow.h around declaration so that argument types areTheodore Tso8-0/+28
1994-10-04Added placeholder for magic numberTheodore Tso4-0/+13
1994-10-04Don't build the krb425 library. It is deprecatedTheodore Tso1-1/+1
1994-10-04Add magic numbers to encryption strcturesTheodore Tso3-5/+11
1994-10-04Add structure magic numbersTheodore Tso2-0/+7
1994-10-04Rearrange declarations so it will actually compileTheodore Tso1-16/+43
1994-10-04Add krb_err.h for the V4 error tables. We should generate this properlyTheodore Tso1-0/+92
1994-10-04Commited wrong version of kdb_compat.hTheodore Tso1-1/+1
1994-10-04You can't use strcat to modify constant strings!Theodore Tso3-6/+12
1994-10-04Don't build unifdef. We don't need it anymoreTheodore Tso1-0/+5
1994-10-04Don't build the krb425 library. It is deprecatedTheodore Tso1-0/+4
1994-10-04Add structure magic numbersTheodore Tso5-0/+18
1994-10-04Reserve space for the structure magic numbersTheodore Tso2-0/+5
1994-10-04Add backwards compatibility for version numbers 1.0 and 2.0 of theTheodore Tso3-1/+112
1994-10-04Database records now must be version 2.0 (instead of versions 1.0 orTheodore Tso2-2/+10
1994-10-04Add a magic number to krb5_db_entry. The other magic number changes toTheodore Tso2-0/+8
1994-10-04make install obey $(DESTDIR)Theodore Tso8-4/+20
1994-10-04Make install obey $(DESTDIR)Theodore Tso6-5/+15
1994-10-04make install obey $(DESTDIR)Theodore Tso2-2/+6
1994-10-03Fix type used to call krb5_rc_io_size (one last time)Theodore Tso2-1/+6
1994-10-03Use $(srcdir) to find manual page for make installTheodore Tso35-18/+88
1994-10-03Fix "make install" to use $(srcdir) when copying in header filesTheodore Tso2-1/+6
1994-10-03Fix "make install" so that it uses $(srcdir) for header filesTheodore Tso2-1/+5
1994-10-03Don't try to compile comple_et. Use awk/sed shell script version instead.Theodore Tso3-6/+29
1994-10-03Don't try to compile mk_cmds. Use awk/sed shell script replacement instead.Theodore Tso3-6/+27
1994-10-03Look for termios.h in <termios.h>, not <sys/termios.h>. The latter is what'sTheodore Tso2-1/+6
1994-10-03Remove declaration for strncpy()Theodore Tso2-1/+4
1994-10-03krb5kdc now removed with make cleanTheodore Tso2-1/+5
1994-10-01Add magic number placeholder to statically initialized structuresTheodore Tso2-0/+6
1994-10-01Add placeholders for structure magic numbersTheodore Tso2-0/+5
1994-10-01Add magic number placeholder to statically initialized structuresTheodore Tso20-13/+64
1994-10-01index()->strchr()Theodore Tso3-2/+10
1994-10-01Add magic number placeholder to statically initialized filesTheodore Tso4-0/+9
1994-10-01 * kbuild: log arguments to THISCONF, RECONF filesMark Eichin2-0/+8
1994-10-01 * kbuild: set SRCDIR by default from program nameMark Eichin2-2/+18
1994-10-01old style kbuild fileMark Eichin1-27/+0
1994-09-30 * aclocal.m4 (CONFIG_RULES): set SHELL=/bin/sh explicitly, as perMark Eichin2-0/+8
1994-09-30Add field for structure magic numbersTheodore Tso8-52/+95
1994-09-30Let configure take care of removing const with AC_CONSTTheodore Tso7-23/+29
1994-09-30More autoconf portability fixes --- for Solaris Suncc. SETPGRP_TWOARG,Theodore Tso3-15/+14