aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
* The override file is always correct•••svn:r19053 Peter Palfrader2009-03-16
* New upstream version•••svn:r18999 Peter Palfrader2009-03-15
* New upstream version•••svn:r18457 Peter Palfrader2009-02-09
* patches/06_add_compile_time_defaults: Only set the User option in the config if•••we run as root. Do not set it when run as debian-tor as Tor then always insists on changing users which will fail. (If we run as any other user we don't set our debian defaults anyway.) svn:r18397 Peter Palfrader2009-02-04
* And forward port patches•••svn:r18195 Peter Palfrader2009-01-21
* New upstream version•••svn:r18194 Peter Palfrader2009-01-20
* Debian changelog for upcoming upstream version fixing #495829•••svn:r18161 Peter Palfrader2009-01-18
* README.Debian: No longer claim we change the default 'Group' setting when run•••as debian-user. That setting no longer exists. svn:r18159 Peter Palfrader2009-01-18
* Forward port 03_tor_manpage_in_section_8.dpatch•••svn:r18074 Peter Palfrader2009-01-11
* New alpha release•••svn:r18073 Peter Palfrader2009-01-11
* Commit changelog from last year (0.2.1.9-alpha-1)•••svn:r17884 Peter Palfrader2009-01-04
* 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