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 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293
|
2003-11-08 arthur
* debian/po/: de.po, fr.po, nl.po, templates.pot: normalise all .po
files to a normal .pot file
* debian/po/de.po: updated with version from ddtp
(http://ddtp.debian.org/debconf/template_unstable/cvsd/templates-de.po)
2003-09-28 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
1.0.0
* debian/postinst: do not stop cvsd in postinst (this was needed
for woody on dpkg-reconfigure)
* Makefile.am: switched to using rpmbuild for building rpms
* Makefile.am: include French debconf templates in tarball
* Makefile.am: reference signing key as adejong@debian.org
* INSTALL, depcomp, install-sh, missing, mkinstalldirs: new
versions of files from autoconf/automake
* debian/control: upgrade to standards-version 3.6.1 (no changes
needed)
2003-09-21 arthur
* debian/: control, po/de.po, po/fr.po, po/nl.po, po/pt_BR.po,
po/templates.pot: change maintainer address to adejong@debian.org
2003-08-26 arthur
* debian/po/fr.po: add French (fr) translation of debconf templates
by Christian Perrier <bubulle@debian.org>
2003-08-17 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
0.9.20
* cvsd.c: remove -R option to cvs pserver command that snuk in when
updating logging functions
* cvsd.c: fix for when MaxConnections is 0
* debian/po/nl.po: fix headers and update choices translation a bit
(still not working though)
* FAQ: make strace command easier
* cvsd-buildroot.in: fix check for tmpreaper
* cvsd.init.in: add lsb compliant comments for service description
* cvsd.init.redhat71.in: change service description to be more
consistent
* Makefile.am: also ship debian/po/templates.pot
2003-08-11 arthur
* debian/po/: de.po, nl.po, pt_BR.po, templates.pot: added
Report-Msgid-Bugs-To string to all files
2003-08-10 arthur
* cfg.c, cfgfile.c, cvsd.c, log.c, log.h, reslimit.c, xmalloc.c:
prefixed logging functions with log_ to be more consistant and to
not conflict with log() from math.h
* autogen.sh, configure.ac: upgrade to automake 1.7
* configure.ac: added reference to configure.ac in configure
copyright notice
* README: added groupadd and useradd usage and some other small
changes
* Makefile.am: fix tab
2003-08-03 arthur
* ChangeLog: compacted ChangeLog a bit
* config.sub, config.guess: new versions of config.sub and
config.guess (timestamp=2003-07-17)
* debian/postrm: only ask debconf question if debconf is available
during purge
* Makefile.am, TODO, cfg.c, cfg.h, cfgfile.c, cfgfile.h, cvsd.c:
move all configuration parameters that were global variables before
into a cvsd_cfg struct and pass this as a parameter
2003-07-12 arthur
* debian/control: also suggest tmpreaper as it can be used from
cvsd-buildroot
* cvsd-buildroot.in: redirect stderr of which the proper way
* debian/control: upgrade to standards-version 3.6.0 (no changes
needed)
* debian/changelog: fix email address of old changelog entries
* debian/config: fix debconf back from fist group of questions
* Makefile.am: fix tab
2003-06-08 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
0.9.19
* Makefile.am, debian/po/nl.po, debian/po/nl_NL.po: rename nl_NL.po
to nl.po
* Makefile.am, debian/po/de.po, debian/po/de_DE.po: rename de_DE.po
to de.po
* Makefile.am, debian/po/de.po, debian/po/de_DE.po: rename de_DE.po
to de.po
* Makefile.am, debian/po/de.po, debian/po/de_DE.po: rename de_DE.po
to de.po
2003-06-07 arthur
* debian/po/de_DE.po: rerun debconf-updatepo and fix small spacing
problem
* debian/po/de_DE.po: make some changes to the fuzzy translations
* debian/postinst: fix typo in check to see if cvsd-buildroot
should be run
* debian/: templates, po/de_DE.po, po/nl_NL.po, po/pt_BR.po,
po/templates.pot: temporarily disable translation of Choices field
* Makefile.am, debian/control, debian/templates,
debian/po/.cvsignore, debian/po/POTFILES.in, debian/po/de_DE.po,
debian/po/nl_NL.po, debian/po/pt_BR.po, debian/po/templates.pot:
add support for po-debconf, translations thanks to Andre Luis Lopes
<andrelop@ig.com.br> (Brazilian Portuguese (pt_BR)), Debian
Description Translation Project <debconf@ddtp.debian.org> (German
(de_DE)) and myself (Dutch (nl_NL))
* debian/postinst: move call to cvsd-buildroot to after
(re)building of cvsd.conf
2003-05-29 arthur
* debian/: config, postinst, templates: edit cvsd.conf inplace
instead of overwriting it with a automatically generated one, as a
result also remove the debconf question about using debconf to
configure cvsd
2003-05-24 arthur
* Makefile.am, debian/compat, debian/rules: moved debhelper
compatibility setting from DH_COMPAT in debian/rules to
debian/compat and bumped value to 4
* cvsd.c, configure.ac: fix libwrap code to define allow_severity
and deny_severity symbols, this also fixes the configure check
(failed on some systems) and doesn't require the link with ORBit on
RedHat anymore (libnsl is still needed on RedHat and maybe others)
* debian/templates: make references to 0 (zero) consistent and fix
typo
* debian/postinst: make cvsd group a system group (--system option
is poorly documented in woody but works)
* debian/control: upgrade to standards-version 3.5.10 (no changes
needed)
* INSTALL, config.guess, config.sub, install-sh, missing,
mkinstalldirs: install new versions of files from autoconf (2.57)
and automake (1.6.3)
2003-05-16 arthur
* cvsd.c: log some more regarding setgroups() success or absence
2003-04-21 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
0.9.18
* debian/templates: changed "zero (0)" to "0 (zero)"
* debian/: config, postinst: fix regular expressions and quotes in
shell expressions to do read existing cvsd.conf correctly and read
debconf settings
* debian/cvsd.init: fix typo
2003-04-20 arthur
* debian/config: fix a few typos
* debian/postrm: give warning when package is purged and debconf
question is not shown
* debian/templates: changed wording of some phrases a little
* debian/: config, postinst, templates: add debconf configuration
of Umask
* debian/config: read existing configfile for current settings and
put them in debconf databse
* cvsd.conf.5.in: fixed typo
* debian/: postrm, templates: renamed debconf subst chrootjail to
rootjail for consistency
* debian/templates: rewrote some debconf questions based on
suggestions by Joey Hess <joey@kitenet.net>, also fixed spelling
2003-04-19 arthur
* debian/postrm: added nicer title to debconf on package removal
* debian/config: set maxconnections question to low priority
* debian/config: added nicer title to configuration screens
* debian/cvsd.init: added status option
* cvsd.init.in: made exit codes compliant with LSB and added status
option
2003-04-16 arthur
* cvsd-buildroot.in: make warning message clearer if referenced
user does not exist
* debian/docs: removed ChangeLog from binary packages since it
contains only information relevant if you have the sources, it is
generated from cvs logs, for a list of changes see the debian
changelog or the NEWS file which is almost identical
* debian/control: upgrade to standards-version 3.5.9 (no changes
needed)
* debian/control: use misc:Depents to get correct debconf
dependency
* debian/rules: use improved way of passing host and build options
to configure
2003-04-12 arthur
* FAQ: added question about some listen options in combination with
IPv6
* cvsd.conf.5.in: moved comment about problems with IPv6 listen
options (now in FAQ) and added some Listen examples
* cvsd.c: change comment to something a little more appropriate
2003-03-26 arthur
* Makefile.am: improve maintainability a bit
* configure.ac: check for types also in sys/types.h (needed for
FreeBSD and maybe others)
* README: some small language/spelling changes and added section on
disabling cvs pserver from inetd
* cvsd-buildroot.8.in, cvsd-passwd.8.in, cvsd.8.in, cvsd.conf.5.in:
updated manual pages to correctly encode links to other pages,
minus signs (-) and quotes
2003-03-11 arthur
* cvsd-buildroot.in: fixed if typo with missing [ ]'s thanks to
Brent Cooke <cooke007@onyx.dcri.duke.edu>
2003-02-16 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog: release
0.9.17
* Makefile.am: updated copyright notice
* configure.ac: SCO has gethostbyname() in -lsocket (thanks to
Leonid Y Lisovskiy <LLisovskiy@alfabank.ru>)
* configure.ac: rework looking for libraries with AC_SEARCH_LIBS
* Makefile.am: do not put cvsd-passwd in tarball
2003-02-14 arthur
* autogen.sh, depcomp: upgrade to using automake 1.6 to get around
bug in 1.4 when using AC_LIBOBJ() without AC_REPLACE_FUNCS()
* configure.ac: do libwrap configure stuff better than before and
add checks for weird library dependencies for libwrap on RedHat 8
thanks to Dave Love <d.love@dl.ac.uk>
* configure.ac: update copyright info that should go into configure
script
* getinfos.c: fix for bug in my getaddrinfo() replacement thanks to
Leonid Y Lisovskiy <LLisovskiy@alfabank.ru> and also be more
careful with other members of addrinfo struct
* autogen.sh: copy newer config.sub and config.guess if available
2003-01-24 arthur
* cvsd-buildroot.in: check if created devices are usable (e.g
filesystems mounted with nodev)
* daemon.c: removed unneeded variables
* ChangeLog, ChangeLog-2002: moved changes of 2002 to
ChangeLog-2002
* config.guess, config.sub: new versions
2003-01-19 arthur
* NEWS, TODO, configure.ac, debian/changelog, ChangeLog:
release 0.9.16
* cvsd.c: only log changing of uid and gid if it really happened
and add ignored to setgroups() failure
* FAQ: install updated FAQ with information on changed logging
* configure.ac: also check for stdio.h
* configure.ac: print notices about changes to the default settings
* cvsd.c: only log chroot() if it is actually done
(printf("%s",NULL) fails on some systems)
* cvsd.c: close all file descriptors by using sysconf() to find out
maximum number of file descriptors
* daemon.c, daemon.h: do not close all file descriptors since
logfiles may be open
* cvsd.conf-dist: comment out cvsd debug log in example configfile
* cvsd-buildroot.in: fix for when tmpreaper cannot be found and
which returns 0
* cvsd.conf.5.in: suggest location for pidfile and correct
reference to cvsd manual page
2003-01-01 arthur
* cvsd.c, debian/copyright: update copyright
* README: small logging update and copyright notice change
* cfgfile.c, cvsd.conf-dist, cvsd.conf.5.in: implement and document
the Log configoption to do custom logging
* log.c: flush stream after writing logging line
* log.c, log.h: add getloglevel() function to convert char* syslog
level to int
* log.c, log.h: fix typo (addloging) and update copyright
* cfgfile.c: cosmetic change to make code more readable
* cvsd.c: changed order of initialization a bit (errors in
configfile are reported to stderr on startup and resource limits
are set before stderr is redirected so -d should work here now)
* cvsd.c: removed extra newlines from log messages
* log.c, log.h: remove logging to stderr since this is the default
when no logging is configured and makes no sense otherwise
|