switch to utf8 encoding of all files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-13 08:53:55 +00:00
parent bdc4cdf254
commit e172367898
1065 changed files with 3304 additions and 3304 deletions

View File

@@ -1,29 +1,29 @@
2007-07-28 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-07-28 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: Add --help.
2006-10-21 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: Don't include <X11/Xos.h>, its x11's "roken.h" and we
do that just fine ourself thanks.
2006-05-13 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2006-05-13 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c (main): argc_in_out argument to XtVaAppInitialize
should be an 'int *' accoring to manpage and headerfile, so remove
the cast added in 1996
(rev 1.54)
2005-10-22 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: Check return value from asprintf instead of string !=
NULL since it undefined behavior on Linux. From Bj<EFBFBD>rn Sandell
NULL since it undefined behavior on Linux. From Björn Sandell
2005-04-06 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2005-04-06 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: use NULL as last argument to execl, not 0
2005-01-09 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2005-01-09 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: get_v4_tgt only used when compileing with kerberos 4
support
@@ -37,12 +37,12 @@
* xnlock.c: protect the world from des_encrypt in crypt.h
2004-03-01 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2004-03-01 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: include <crypt.h>, From: Fredrik Ljungberg
<flag@pobox.se>
2003-09-30 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2003-09-30 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c (verify_krb5): set mcred.client too
@@ -50,13 +50,13 @@
* Makefile.am: fix automake conditional foo
2003-08-16 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2003-08-16 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: Don't do local checks on xnlock, it only passes if
there is a working X11 socket, XXX should really be fixed in
xnlock
2003-07-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2003-07-07 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c (verify_krb5): use krb5_cc_clear_mcred
@@ -64,16 +64,16 @@
* no checks here
2003-04-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2003-04-29 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: include kafs.h in the krb5 case
2003-04-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2003-04-14 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c (GetPasswd): cast argument to isprint to unsigned char,
From Christian Biere <christianbiere@gmx.de> via NetBSD
2003-03-18 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2003-03-18 Love Hörnquist Åstrand <lha@it.su.se>
* xnlock.c: do krb5_afslog when compling with afs support