aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
* New alpha release•••svn:r17630 Peter Palfrader2008-12-15
* No longer set now obsolete Group setting in built-in debian config•••svn:r17237 Peter Palfrader2008-11-10
* New upstream version•••svn:r17234 Peter Palfrader2008-11-10
* Forward port 14_fix_geoip_warning.dpatch•••svn:r17016 Peter Palfrader2008-09-30
* New alpha release•••svn:r17015 Peter Palfrader2008-09-30
* New alpha release: 0.2.1.5-alpha•••svn:r16731 Peter Palfrader2008-09-01
* New alpha release•••svn:r16420 Peter Palfrader2008-08-05
* Do not build with openbsd's malloc unless enable-openbsd-malloc is in DEB_BUI...•••svn:r16028 Peter Palfrader2008-07-17
* New alpha release•••svn:r15980 Peter Palfrader2008-07-16
* Forward port 0.2.0.29-rc-2 and 0.2.0.30-1 changelogs to trunk•••svn:r15974 Peter Palfrader2008-07-16
* 0.2.0.29-rc-1 changelog•••svn:r15791 Peter Palfrader2008-07-09
* fix r1571[89], thanks arma•••svn:r15720 Peter Palfrader2008-07-07
* merge from 0.2.0.x: r15718: Warn the admin if the number of file descriptors ...•••svn:r15719 Peter Palfrader2008-07-07
* Merge rest of 0.1.2.28-rc-1 into trunk.•••svn:r15200 Peter Palfrader2008-06-13
* Merge 0.1.2.x branch changes since 0.1.2.27-rc-1 into trunk. I wonder when w...•••svn:r15131 Peter Palfrader2008-06-11
* Forward port debian 0.2.0.27-rc-1 into trunk•••svn:r15089 Peter Palfrader2008-06-09
* Forward port debian 0.2.0.26-rc-1 to trunk•••svn:r14933 Peter Palfrader2008-06-04
* copy changelog to trunk•••svn:r14177 Peter Palfrader2008-03-25
* Add a recommends on logrotate.•••svn:r14132 Peter Palfrader2008-03-19
* Update trunk debian changelog to make it clear it is trunk•••svn:r14126 Peter Palfrader2008-03-19
* Mention OpenBSD_malloc_Linux.c in debian/copyright•••svn:r13996 Peter Palfrader2008-03-12
* Forward port patch 06_add_compile_time_defaults.•••svn:r13972 Peter Palfrader2008-03-11
* Merge r13970: Build the debian package with openbsd malloc•••svn:r13971 Peter Palfrader2008-03-11
* Work around fig2dev failing to build the images on all archs•••svn:r13870 Peter Palfrader2008-03-05
* Merge r13822: New upstream version•••svn:r13824 Peter Palfrader2008-03-03
* Merge r13820: Fix broken quoting in init script•••svn:r13821 Peter Palfrader2008-03-03
* Run --verify-config before start/reload/restart as root. No longer su - to•••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 Peter Palfrader2008-03-01
* Move config check to its own function•••svn:r13787 Peter Palfrader2008-03-01
* New upstream version•••svn:r13726 Peter Palfrader2008-02-25
* Update debian/TODO file•••svn:r13687 Peter Palfrader2008-02-23
* Start Tor as root.•••Change the init script to start Tor as root so we can bind to low ports. svn:r13686 Peter Palfrader2008-02-23
* Update debian defaults in preparation for starting as root.•••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 Peter Palfrader2008-02-23
* I wonder what color it will be•••svn:r13628 Peter Palfrader2008-02-20
* if you have more than 40k FDs on your system let Tor use up to 16k of them by...•••svn:r13627 Peter Palfrader2008-02-20
* Change the default for MAX_FILEDESCRIPTORS in our init script to depend on the•••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 Peter Palfrader2008-02-20
* New upstream version•••svn:r13455 Peter Palfrader2008-02-10
* Forward port patches/03_tor_manpage_in_section_8.dpatch•••svn:r13454 Peter Palfrader2008-02-10
* Copyright file update•••svn:r13366 Peter Palfrader2008-02-03
* Fix postinst find command that chowns stuff to the right user. Find does wei...•••svn:r13364 Peter Palfrader2008-02-03
* Update pointer for gs bug from #321435 to #457568•••svn:r13358 Peter Palfrader2008-02-02
* Work around fig2dev failing to build the images on mipsel like we do on sparc•••and s390. svn:r13357 Peter Palfrader2008-02-02
* New upstream version•••svn:r13308 Peter Palfrader2008-01-27
* Create logfiles in logrotate so that they come into the world with the correct•••mode (o-r). svn:r13209 Peter Palfrader2008-01-21
* postinst: if we reboot between unpacking and configuring on some smart systems•••this will mean that we just lost /var/run/tor - creating it in the maintainer script if it doesn't exist. svn:r13208 Peter Palfrader2008-01-21
* postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when we•••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 Peter Palfrader2008-01-21
* Change wording if debian-tor's homedir is wrong, do not print anything if it ...•••Whitespace nazi found out about debian/tor.postinst. svn:r13206 Peter Palfrader2008-01-21
* postinst: Remove the check that requires the debian-tor user to have a uid•••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 Peter Palfrader2008-01-21
* New upstream version•••svn:r13168 Peter Palfrader2008-01-17
* Merge in 0.1.2.1[89]-1 changelog•••svn:r13166 Peter Palfrader2008-01-17
* New upstream version•••svn:r12965 Peter Palfrader2007-12-25