summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-08-05New alpha releasePeter Palfrader
svn:r16420
2008-07-17Do not build with openbsd's malloc unless enable-openbsd-malloc is in ↵Peter Palfrader
DEB_BUILD_OPTIONS svn:r16028
2008-07-16New alpha releasePeter Palfrader
svn:r15980
2008-07-16Forward port 0.2.0.29-rc-2 and 0.2.0.30-1 changelogs to trunkPeter Palfrader
svn:r15974
2008-07-090.2.0.29-rc-1 changelogPeter Palfrader
svn:r15791
2008-07-07fix r1571[89], thanks armaPeter Palfrader
svn:r15720
2008-07-07merge from 0.2.0.x: r15718: Warn the admin if the number of file descriptors ↵Peter Palfrader
on his system is tiny svn:r15719
2008-06-13Merge rest of 0.1.2.28-rc-1 into trunk.Peter Palfrader
svn:r15200
2008-06-11Merge 0.1.2.x branch changes since 0.1.2.27-rc-1 into trunk. I wonder when ↵Peter Palfrader
we will stop developing in two branches at the same time svn:r15131
2008-06-09Forward port debian 0.2.0.27-rc-1 into trunkPeter Palfrader
svn:r15089
2008-06-04Forward port debian 0.2.0.26-rc-1 to trunkPeter Palfrader
svn:r14933
2008-03-25copy changelog to trunkPeter Palfrader
svn:r14177
2008-03-19Add a recommends on logrotate.Peter Palfrader
svn:r14132
2008-03-19Update trunk debian changelog to make it clear it is trunkPeter Palfrader
svn:r14126
2008-03-12Mention OpenBSD_malloc_Linux.c in debian/copyrightPeter Palfrader
svn:r13996
2008-03-11Forward port patch 06_add_compile_time_defaults.Peter Palfrader
svn:r13972
2008-03-11Merge r13970: Build the debian package with openbsd mallocPeter Palfrader
svn:r13971
2008-03-05Work around fig2dev failing to build the images on all archsPeter Palfrader
svn:r13870
2008-03-03Merge r13822: New upstream versionPeter Palfrader
svn:r13824
2008-03-03Merge r13820: Fix broken quoting in init scriptPeter Palfrader
svn:r13821
2008-03-01Run --verify-config before start/reload/restart as root. No longer su - toPeter Palfrader
debian-tor tor run it. Given that we now even start Tor as root (it setuids later on) this should be fine (closes: #468566). svn:r13788
2008-03-01Move config check to its own functionPeter Palfrader
svn:r13787
2008-02-25New upstream versionPeter Palfrader
svn:r13726
2008-02-23Update debian/TODO filePeter Palfrader
svn:r13687
2008-02-23Start Tor as root.Peter Palfrader
Change the init script to start Tor as root so we can bind to low ports. svn:r13686
2008-02-23Update debian defaults in preparation for starting as root.Peter Palfrader
Previously the debian defaults were only loaded when we started Tor as the debian-tor user. Now they are also loaded when started as root. In addition to logging, pidfile, datadir and runasdaemon we also change the User and Group options from their NULL default to "debian-tor" so that Tor correctly setuids/setgids to the role user the package created. This will allow us to start the daemon as root. svn:r13685
2008-02-20I wonder what color it will bePeter Palfrader
svn:r13628
2008-02-20if you have more than 40k FDs on your system let Tor use up to 16k of them ↵Peter Palfrader
by default svn:r13627
2008-02-20Change the default for MAX_FILEDESCRIPTORS in our init script to depend on thePeter Palfrader
number of system-wide available file descriptors: /proc/sys/fs/file-max is bigger than 100k, set ulimit -n to 32k, if it's smaller than 20k set it to 1024. Big servers at the moment regularly use more than 10k FDs, so our old default of 8k no longer is sufficient. On the other hand we don't want lower end systems to run out of FDs on Tor's account. svn:r13625
2008-02-10New upstream versionPeter Palfrader
svn:r13455
2008-02-10Forward port patches/03_tor_manpage_in_section_8.dpatchPeter Palfrader
svn:r13454
2008-02-03Copyright file updatePeter Palfrader
svn:r13366
2008-02-03Fix postinst find command that chowns stuff to the right user. Find does ↵Peter Palfrader
weird things in the presence of !. svn:r13364
2008-02-02Update pointer for gs bug from #321435 to #457568Peter Palfrader
svn:r13358
2008-02-02Work around fig2dev failing to build the images on mipsel like we do on sparcPeter Palfrader
and s390. svn:r13357
2008-01-27New upstream versionPeter Palfrader
svn:r13308
2008-01-21Create logfiles in logrotate so that they come into the world with the correctPeter Palfrader
mode (o-r). svn:r13209
2008-01-21postinst: if we reboot between unpacking and configuring on some smart systemsPeter Palfrader
this will mean that we just lost /var/run/tor - creating it in the maintainer script if it doesn't exist. svn:r13208
2008-01-21postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when wePeter Palfrader
were not upgrading. Unfortunately the check doesn't work all that well usually in cases where the package was removed (not purged) and then later re-installed again. Now we ensure proper ownership and modes for all the directories and files below /var/{lib,run,log}/tor (the dirs themselves included) every time we run postinst. svn:r13207
2008-01-21Change wording if debian-tor's homedir is wrong, do not print anything if it ↵Peter Palfrader
is ok. Whitespace nazi found out about debian/tor.postinst. svn:r13206
2008-01-21postinst: Remove the check that requires the debian-tor user to have a uidPeter Palfrader
between 100 and 999. There is no good reason to require this. If the local admin moves the system users/uid-space to some other range then they probably have a good reason for that. svn:r13205
2008-01-17New upstream versionPeter Palfrader
svn:r13168
2008-01-17Merge in 0.1.2.1[89]-1 changelogtor-0.2.0.17-alphaPeter Palfrader
svn:r13166
2007-12-25New upstream versionPeter Palfrader
svn:r12965
2007-12-23* New upstream version.Peter Palfrader
* Work around fig2dev failing to build the images on sparc like we do on s390. svn:r12942
2007-12-23Remove 13_r12907-fix-unit-tests.dpatch (Fix unit tests from HEAD) again - it'sPeter Palfrader
included upstream. svn:r12941
2007-12-21* New upstream version.Peter Palfrader
* Fix unit tests from HEAD (13_r12907-fix-unit-tests.dpatch). svn:r12909
2007-11-22Seems I forgot to commit the 0.2.0.12-alpha-1 changelog. I do that often.Peter Palfrader
svn:r12552
2007-11-15New upstream versionPeter Palfrader
svn:r12503
2007-11-15Remove 12_r12235_do_not_crash_when_myfamily_is_set.dpatchPeter Palfrader
svn:r12502