File: CHANGELOG

package info (click to toggle)
xsu 0.2.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 376 kB
  • ctags: 39
  • sloc: ansic: 556; sh: 374; makefile: 50
file content (142 lines) | stat: -rw-r--r-- 3,465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142

/* * F O R M * * * * * * * * * * *
 * --                            *
 * Changes by                    *
 * Merged into CVS/Release by    *
 * FromRelease -> ToRelease      *
 * Changelog                     *
 * * * * * * * * * * * * * * * * */

/*
--
Philip Van Hoof
Philip Van Hoof
0.2.2 -> 0.2.3
 * The Ok and Cancel button are fixed to
   support multiple languages. This bug
   was reported by Robert Millan <zeratul2@wanadoo.es>
 * Added the -- argument which stops argumentparsing.
   This new argument is in experimental stage. This
   suggestion was made by Jeff Licquia <licquia@debian.org>
 * Max length of the textboxes is now unlimited
--
Philip Van Hoof
Philip Van Hoof
0.2.1 -> 0.2.2
 * Minor configure script fixes, added
   Unix 'su' command detection.
 * Minor security fix, replaced execlp() by
   execl(). (Security note by Havoc P.)
--
Philip Van Hoof
Philip Van Hoof
0.2.0 -> 0.2.1
 * Documentation fixes
 * configure script fixes
 * Extra screenshots added
 * manpage fixes
 * -a/--set-display option added
 * Minor security fix : clear the password 
   textbox once we don't need it anymore.
 * system() is replaced with execlp()
 * Now Gnome Xsu will display the error
   messages of the Unix 'su' in a messagebox.
 * Some new configure options :
   * --su-pwd-out
   * --max-su-delay
--
Philip Van Hoof
Philip Van Hoof
0.1.6 (never released) -> 0.2.0
 * Introduction of the zvt widget to fake a terminal
 * Usage of the GNU sh-utils su package to gain
   root access.
 * All new options from 0.1.6 in the GUI (title, icon)
--
Philip Van Hoof
Philip Van Hoof
0.1.5 -> 0.1.6 (never released version)
 * Minor documentation fixes
 * configureation script fixes and default Makefile 
   added which will tell the user to run ./configure 
   first. make distclean will reset this Makefile.
 * Replaced all malloc() functions in the GUI with 
   g_strdup() and g_strdup_printf() functions.
--
Philip Van Hoof
Philip Van Hoof
0.1.4 -> 0.1.5
 * -d is short for --unadaptable option fixed
 * Minor documentation fixes
 * -i|--icon FILENAME option added
--
Philip Van Hoof
Philip Van Hoof
0.1.3 -> 0.1.4
 * --unadaptable option
 * Added --prefix for the configure script
   Makes building distrubution packages easyer.
 * Builded 0.1.3 and 0.1.4 packages for Mandrake.
--
Robert Millan
Philip Van Hoof
0.1.3 -> 0.1.4
Configure script fixes. Man pages are not gzipped 
anymore so that the package is (more) compatible 
with debian. (More easy to package it as a .deb)
 * default prefix is not /usr/local
 * manpages are not compressed in the package 
   anymore. The configure script will compress them.
--
Philip Van Hoof
Philip Van Hoof
0.1.2 -> 0.1.3
 * Security issue : Delay of two seconds on any
   error to disencourage bruteforce attacks on the 
   +s binary
--
Philip Van Hoof
Philip Van Hoof
0.1.1 -> 0.1.2
 * configure script fixes
 * Documentation fixes
 * Major security fixes
--
Jan Schaumann
Philip Van Hoof
0.1.1 -> 0.1.2
 * Man pages added
--
Philip Van Hoof
Philip Van Hoof
0.1.0 -> 0.1.1
 * Major security fixes
--
Philip Van Hoof
Philip Van Hoof
0.0.4 -> 0.1.0
 * Major security fix : using a pipe
 * Rebuild of the GUI with glade
--
Dirk Moubius
Philip Van Hoof
0.0.3 -> 0.0.4
 * Builded a new GUI
--
Philip Van Hoof
Philip Van Hoof
0.0.1 -> 0.0.2
 * General GUI fixes
--
Dennis@linux.nu
Philip Van Hoof
0.0.1 -> 0.0.2
 * Focus on textentry
--
Philip Van Hoof
Philip Van Hoof
0.0.0 -> 0.0.1
 * Creation and release of xsu

*/