summaryrefslogtreecommitdiffstats
path: root/kdesu/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 15:56:34 -0600
commitb529f046c9a64ac5fcfa60747af940cf972b3ebc (patch)
tree83c28cf7fa8fed1960ebd3924b579e7ed8c95cc6 /kdesu/ChangeLog
parent6508fe4c40c60fd7a43bd3d9e19b762e10ea3f53 (diff)
downloadtdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.tar.gz
tdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.zip
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdesu/ChangeLog')
-rw-r--r--kdesu/ChangeLog128
1 files changed, 0 insertions, 128 deletions
diff --git a/kdesu/ChangeLog b/kdesu/ChangeLog
deleted file mode 100644
index ad44b81a5..000000000
--- a/kdesu/ChangeLog
+++ /dev/null
@@ -1,128 +0,0 @@
-Wed, 26 Jan 00 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Build sycoca for target process.
- * Use standard debug facilities.
- * Use KCmdLineArgs for argument parsing.
- * Dialog updated to use KDialogBase.
-
-Sat, 18 Dec 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Add DCOP authentication cookies.
- * Fixed SMP install of tdesud.
-
-Sat, 23 Oct 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * STL -> QTL
- * Use Qt's standard debug facilities.
-
-Tue, 28 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Integrating tdesu into kdebase
-
-Sat, 25 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * BIG change: su to other user than root. This required a different way
- to pass X cookies and stuff to the target process. See
- common/tdesu_stub.c for more info.
- * Fixed a bug in tdesud/lexer.cpp
-
-Thu, 23 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Portability issues (root has a csh on FreeBSD ... is this just me?)
- * The execution of processes is more efficient now: 2 processess instead
- of 3 and 1 tempfile instead of 2. This way possible by setting the
- XAUTHORITY env. var. to $HOME/.Xauthority instead of making a new one.
- * Fixed a subtle bug in tdesud. tdesud catches SIGCHLD to handle child
- exits but this is incompatible with "class RootProcess", which does a
- waitpid() and depends on getting the exit code.
- * Only connect to daemon when necessary.
-
-Wed, 22 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Changed WaitSlave() to open slave instead of master pty.
- * Added French translation (Pierre Dorgueil).
- * Updated German translation (Ludwig Nussel).
- * If su has terminal output, feed it back to the user.
-
-Wed, 8 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * If started as root, tdesu does not ask for a password anymore.
-
-Wed, 1 Sep 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Deferred instantiation of kapp in tdesu.cpp.
- * Finished porting to KDE2.
-
-Sun, 29 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Fixed a bug that would let you run only one program with the daemon.
- * Adapted debug.h macros.
-
-Tue, 24 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Version 0.97
- * Fixed the RedHat problem! See the function WaitSlave() in
- common/process.cpp.
- * Fixed a few GUI bugs.
- * Improved password security. Passwords are not kept until
- the root program exits, they are deleted right away.
-
-Fri, 20 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Fixed the glibc 2.1 compile problem (struct ucred test).
-
-Tue, 17 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Fixed debug.h macros.
- * Some more source cleanups.
-
-Mon, 16 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Added "nogroup" check.
- * Updated the HTML documentation.
- * Updated the FAQ
-
-Sun, 15 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * KDE su now supports terminal mode apps! (-t switch, no password
- keeping, output only)
-
-Sat, 14 Aug 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Version 0.94
- * PTY handling is improved. It should work on more systems now.
- (tested: Linux w & w/o UNIX98 PTY's w & w/o GLIBC 2.1, Solaris 7)
- * Changed behaviour of "Keep Password" setting.
- * Added -n option: don't offer the choice to keep password.
- * Added -q, -d options: Quit the daemon and delete a key.
- * Source cleanups.
- * Various small bugfixes.
- * Merged most of the KDE2 fixes from the CVS version.
- * KDE su now waits for child programs to finish. Use 'command &' to
- exit right away.
-
-Wed, 02 Jun 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Version 0.91
- * The password is passed to su with a pty/tty pair. This should fix the
- problems redhat users are experiencing.
- * Some portability issues (a.o. AF_LOCAL -> AF_UNIX)
-
-Thu, 20 May 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * I am finally able to release 0.9.
-
-Fri, 09 Apr 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Backport to KDE 1.1. Release as tdesu-0.9.tar.gz
-
-Mon, 22 Mar 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Major changes: password keeping, control module, UI changes
- * Version 0.9
-
-Thu, 25 Feb 99 Geert Jansen <g.t.jansen@stud.tue.nl>
-
- * Merge with Pietro Iglio's code.
- * Version 0.4
-