*** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1176 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
|||||||
|
Sun Jan 19 06:17:39 1997 Assar Westerlund <assar@pdc.kth.se>
|
||||||
|
|
||||||
|
* lib/krb5/krb5.h (krb5_free_keyblock): Fix prototype.
|
||||||
|
|
||||||
|
* lib/krb5/build_auth.c (krb5_build_authenticator): It seems the
|
||||||
|
CRC should be stored LSW first. (?)
|
||||||
|
|
||||||
|
* lib/krb5/auth_context.c: Implement `krb5_auth_con_getkey' and
|
||||||
|
`krb5_free_keyblock'
|
||||||
|
|
||||||
|
* lib/**/Makefile.am: Rename foo libfoo.a
|
||||||
|
|
||||||
|
* include/Makefile.in: Use test instead of [
|
||||||
|
-e does not work with /bin/sh on psoriasis
|
||||||
|
|
||||||
|
* configure.in: Search for awk
|
||||||
|
create lib/krb/error/compile_et
|
||||||
|
|
||||||
Tue Jan 14 03:46:26 1997 Assar Westerlund <assar@pdc.kth.se>
|
Tue Jan 14 03:46:26 1997 Assar Westerlund <assar@pdc.kth.se>
|
||||||
|
|
||||||
* lib/krb5/Makefile.am: replaced mit-crc.c by crc.c
|
* lib/krb5/Makefile.am: replaced mit-crc.c by crc.c
|
||||||
|
@@ -4,9 +4,11 @@ AUTOMAKE_OPTIONS = no-dependencies
|
|||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
||||||
|
|
||||||
lib_LIBRARIES = error
|
lib_LIBRARIES = liberror.a
|
||||||
|
|
||||||
error_SOURCES = error.c krb5_err.c asn1_err.c
|
liberror_a_SOURCES = krb5_err.c asn1_err.c error.c
|
||||||
|
|
||||||
%.c: %.et
|
%.c: %.et
|
||||||
$(srcdir)/compile_et $<
|
$(SHELL) compile_et $<
|
||||||
|
|
||||||
|
krb5_err.o: asn1_err.c
|
||||||
|
@@ -13,6 +13,9 @@ $1 == "error_table" {
|
|||||||
base = -(4294967295 - base + 1) # 0xffffffff
|
base = -(4294967295 - base + 1) # 0xffffffff
|
||||||
}
|
}
|
||||||
sub("\\..*$", "", name)
|
sub("\\..*$", "", name)
|
||||||
|
# for normal awk:
|
||||||
|
# split(name, foo, "\\.")
|
||||||
|
# name = foo[1]
|
||||||
c_file = name "_err.c"
|
c_file = name "_err.c"
|
||||||
h_file = name "_err.h"
|
h_file = name "_err.h"
|
||||||
number = 0
|
number = 0
|
||||||
|
@@ -4,9 +4,11 @@ AUTOMAKE_OPTIONS = no-dependencies
|
|||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
||||||
|
|
||||||
lib_LIBRARIES = error
|
lib_LIBRARIES = liberror.a
|
||||||
|
|
||||||
error_SOURCES = error.c krb5_err.c asn1_err.c
|
liberror_a_SOURCES = krb5_err.c asn1_err.c error.c
|
||||||
|
|
||||||
%.c: %.et
|
%.c: %.et
|
||||||
$(srcdir)/compile_et $<
|
$(SHELL) compile_et $<
|
||||||
|
|
||||||
|
krb5_err.o: asn1_err.c
|
||||||
|
@@ -13,6 +13,9 @@ $1 == "error_table" {
|
|||||||
base = -(4294967295 - base + 1) # 0xffffffff
|
base = -(4294967295 - base + 1) # 0xffffffff
|
||||||
}
|
}
|
||||||
sub("\\..*$", "", name)
|
sub("\\..*$", "", name)
|
||||||
|
# for normal awk:
|
||||||
|
# split(name, foo, "\\.")
|
||||||
|
# name = foo[1]
|
||||||
c_file = name "_err.c"
|
c_file = name "_err.c"
|
||||||
h_file = name "_err.h"
|
h_file = name "_err.h"
|
||||||
number = 0
|
number = 0
|
||||||
|
@@ -4,9 +4,11 @@ AUTOMAKE_OPTIONS = no-dependencies
|
|||||||
|
|
||||||
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/.. -I$(srcdir)
|
||||||
|
|
||||||
lib_LIBRARIES = error
|
lib_LIBRARIES = liberror.a
|
||||||
|
|
||||||
error_SOURCES = error.c krb5_err.c asn1_err.c
|
liberror_a_SOURCES = krb5_err.c asn1_err.c error.c
|
||||||
|
|
||||||
%.c: %.et
|
%.c: %.et
|
||||||
$(srcdir)/compile_et $<
|
$(SHELL) compile_et $<
|
||||||
|
|
||||||
|
krb5_err.o: asn1_err.c
|
||||||
|
@@ -13,6 +13,9 @@ $1 == "error_table" {
|
|||||||
base = -(4294967295 - base + 1) # 0xffffffff
|
base = -(4294967295 - base + 1) # 0xffffffff
|
||||||
}
|
}
|
||||||
sub("\\..*$", "", name)
|
sub("\\..*$", "", name)
|
||||||
|
# for normal awk:
|
||||||
|
# split(name, foo, "\\.")
|
||||||
|
# name = foo[1]
|
||||||
c_file = name "_err.c"
|
c_file = name "_err.c"
|
||||||
h_file = name "_err.h"
|
h_file = name "_err.h"
|
||||||
number = 0
|
number = 0
|
||||||
|
Reference in New Issue
Block a user