~ubuntu-branches/debian/experimental/apt-cacher-ng/experimental

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Package Import Robot
  • Author(s): Eduard Bloch
  • Date: 2015-06-18 22:28:00 UTC
  • mfrom: (1.7.5) (29.1.59 sid)
  • Revision ID: package-import@ubuntu.com-20150618222800-81vrtqn93nma6l87
Tags: 0.8.4-1
* New upstream version
  + Fixes creation of pidfile even in foreground mode (closes: #784752)
* Added pt_BR.po update (by Adriano Rafael Gomes, closes: #785471)
* Getting rid of "ed" recommendation, new version brings a faster
  replacement (closes: #772529)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
TODO:
3
3
 
 
4
Move signal handler to signalfd (on Linux) or a pipe fed from a basic signal
 
5
handler (replacement for non-Linux). Current solution still has potential for dead-locking.
 
6
 
 
7
Add custom job trigger with a command file plus fifo file (for output). This
 
8
might be triggered by SIGUSR2.
 
9
 
 
10
Fix URL parser to cope with more combinations of encoded chars (specially in user:pass part)
 
11
 
 
12
Use Base64 pre-encoded userpass strings in host descriptors and proxy information
 
13
 
 
14
Make better secure mechanism to trigger maint jobs. The current one requires faked website authentication, etc.
 
15
Should use local methods instead, maybe passing a config file with commands via
 
16
filesystem which is only readable/writtable to apt-cacher-ng and push it via
 
17
signal?
 
18
 
 
19
Local storage of admin password shall use hashing, maybe PBKDF2 from OpenSSL
 
20
 
 
21
Direct NTLM proxy authentication (user can use cntlm but internal solution would be nice)
 
22
 
 
23
Investigate more on Fedora mirror management, improve mirror list generation
 
24
 
 
25
No cancel button in attached mode of maint pages
 
26
 
4
27
Use cache control headers where possible
5
28
 
6
29
[for s.] root startup and EUID changing for privileged port use