git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18254 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-06 07:31:06 +00:00
parent 1e83468c03
commit b2f9603d3f
4 changed files with 37 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se>
* appl/gssmask/common.h: Maybe include <sys/wait.h>.
2006-10-05 Love H<>rnquist <20>strand <lha@it.su.se>
* appl/gssmask/common.h: disable ENABLE_PTHREAD_SUPPORT and
explain why
* tools/heimdal-build.sh: Another mail header.
* tools/heimdal-build.sh: small fixes
* fix-export: More liberal parsing of AC_INIT
* tools/heimdal-build.sh: first cut
2006-10-04 Love H<>rnquist <20>strand <lha@it.su.se>
* configure.in: Call AB_INIT.

View File

@@ -1,3 +1,11 @@
2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se>
* imath/imath.c: Cast argument to ctype(3) functions to (unsigned
char).
* imath/imrat.c: Cast argument to ctype(3) functions to (unsigned
char).
2006-09-22 Love H<>rnquist <20>strand <lha@it.su.se>
* ui.c (read_string): Try to not call signaction for signal 0 and

View File

@@ -1,3 +1,10 @@
2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se>
* gss.c: #if 0 out unused code.
* mech/gss_mech_switch.c: Cast argument to ctype(3) functions
to (unsigned char).
2006-10-05 Love H<>rnquist <20>strand <lha@it.su.se>
* mech/name.h: remove <sys/queue.h>

View File

@@ -1,5 +1,9 @@
2006-10-02 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-06 Love H<>rnquist <20>strand <lha@it.su.se>
* name.c (_hx509_Name_to_string): remove dup const
2006-10-02 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add more libs to libhx509
2006-10-01 Love H<>rnquist <20>strand <lha@it.su.se>