aboutsummaryrefslogtreecommitdiff
path: root/appl/xnlock/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'appl/xnlock/ChangeLog')
-rw-r--r--appl/xnlock/ChangeLog159
1 files changed, 0 insertions, 159 deletions
diff --git a/appl/xnlock/ChangeLog b/appl/xnlock/ChangeLog
deleted file mode 100644
index c1188ef08dcb..000000000000
--- a/appl/xnlock/ChangeLog
+++ /dev/null
@@ -1,159 +0,0 @@
-2007-07-28 Love Hörnquist Åstrand <lha@it.su.se>
-
- * xnlock.c: Add --help.
-
-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ö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ö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örn Sandell
-
-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örnquist Åstrand <lha@it.su.se>
-
- * xnlock.c: get_v4_tgt only used when compileing with kerberos 4
- support
-
-2004-09-08 Johan Danielsson <joda@pdc.kth.se>
-
- * xnlock.c: use krb5_appdefault_boolean instead of
- krb5_config_get_bool
-
-2004-03-22 Johan Danielsson <joda@pdc.kth.se>
-
- * xnlock.c: protect the world from des_encrypt in crypt.h
-
-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örnquist Åstrand <lha@it.su.se>
-
- * xnlock.c (verify_krb5): set mcred.client too
-
-2003-08-25 Johan Danielsson <joda@pdc.kth.se>
-
- * Makefile.am: fix automake conditional foo
-
-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örnquist Åstrand <lha@it.su.se>
-
- * xnlock.c (verify_krb5): use krb5_cc_clear_mcred
-
-2003-05-06 Johan Danielsson <joda@pdc.kth.se>
-
- * no checks here
-
-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ö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örnquist Åstrand <lha@it.su.se>
-
- * xnlock.c: do krb5_afslog when compling with afs support
-
-2003-02-10 Assar Westerlund <assar@kth.se>
-
- * xnlock.c (verify): move ret to where it's used
-
-2002-08-23 Assar Westerlund <assar@kth.se>
-
- * xnlock.c: add --version as a special case
-
-2001-06-24 Assar Westerlund <assar@sics.se>
-
- * xnlock.c (verify_krb5): remove unused variable
-
-2001-03-15 Johan Danielsson <joda@pdc.kth.se>
-
- * xnlock.c: don't explicitly set the krb4 ticket file
-
-2000-12-31 Assar Westerlund <assar@sics.se>
-
- * xnlock.c (main): handle krb5_init_context failure consistently
-
-2000-07-17 Johan Danielsson <joda@pdc.kth.se>
-
- * Makefile.am: use conditional for X
-
-2000-04-09 Assar Westerlund <assar@sics.se>
-
- * xnlock.c (verfiy_krb5): get the v4-realm from the v5-ticket and
- not from the default one.
- * xnlock.c (verify_krb5): add obtainting of v4 tickets.
-
-1999-11-17 Assar Westerlund <assar@sics.se>
-
- * Makefile.am: only build when we have X11. From: Simon Josefsson
- <jas@pdc.kth.se>
-
-Thu Mar 18 11:21:44 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * Makefile.am: include Makefile.am.common
-
-Wed Mar 17 23:35:51 1999 Assar Westerlund <assar@sics.se>
-
- * xnlock.c (verify): use KRB_VERIFY_SECURE instead of 1
-
-Tue Mar 16 22:29:14 1999 Assar Westerlund <assar@sics.se>
-
- * xnlock.c: krb_verify_user_multiple -> krb_verify_user
-
-Thu Mar 11 14:59:20 1999 Johan Danielsson <joda@hella.pdc.kth.se>
-
- * xnlock.c: add some if-braces to keep gcc happy
-
-Sun Nov 22 10:36:45 1998 Assar Westerlund <assar@sics.se>
-
- * Makefile.in (WFLAGS): set
-
-Wed Jul 8 01:37:37 1998 Assar Westerlund <assar@sics.se>
-
- * xnlock.c (main): create place-holder ticket file with
- open(O_EXCL | O_CREAT) instead of creat
-
-Sat Mar 28 12:53:46 1998 Assar Westerlund <assar@sics.se>
-
- * Makefile.in (install, uninstall): transform the man page
-
-Tue Mar 24 05:20:34 1998 Assar Westerlund <assar@sics.se>
-
- * xnlock.c: remove redundant preprocessor stuff
-
-Sat Mar 21 14:36:21 1998 Assar Westerlund <assar@sics.se>
-
- * xnlock.c (init_words): recognize both `-p' and `-prog'
-
-Sat Feb 7 10:08:07 1998 Assar Westerlund <assar@sics.se>
-
- * xnlock.c: Don't use REALM_SZ + 1, just REALM_SZ
-
-Sat Nov 29 04:58:19 1997 Johan Danielsson <joda@emma.pdc.kth.se>
-
- * xnlock.c: Make it build w/o krb4.
-