git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16725 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-02-06 19:30:33 +00:00
parent 59fade5fcd
commit 2496f0d489

View File

@@ -1,3 +1,17 @@
2006-02-06 Love H<>rnquist <20>strand <lha@it.su.se>
* resolve.c: Spelling, from Alexey Dobriyan, via Jason McIntyre
2006-01-13 Love H<>rnquist <20>strand <lha@it.su.se>
* getcap.c: Don't use db support unless its build into libc but we
dont check for that now, so just disable the code. This removes
the dependency on libdb for roken, and that is a good thing since
it causes problem with nss plugins that uses DB3 that also
provides the same symbol, but with a diffrent ABI. so when the
application calls getpwnamn() and it linked to roken, it craches
in the nss functions.
2006-01-09 Love H<>rnquist <20>strand <lha@it.su.se>
* hex.c (hex_decode): support decoding odd number of characters,