~ubuntu-branches/ubuntu/lucid/libpam-mount/lucid

« back to all changes in this revision

Viewing changes to doc/ported.txt

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-08-13 13:01:03 UTC
  • mfrom: (32.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090813130103-wnn1h2t2ny0d1gp0
Tags: 1.27-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Implement https://wiki.ubuntu.com/PAMConfigFrameworkSpec by adding
    debian/pam-auth-update and installing that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
State of ports.
 
3
 
 
4
 
 
5
Solaris:
 
6
- nothing done so far.
 
7
- PAM component seemed to compile last time, otherwise untested.
 
8
 
 
9
 
 
10
FreeBSD:
 
11
- loop is working,
 
12
- crypto: GELI and GBDE both have (IMO) wacky key setup scheme - the
 
13
  frontend programs at least always want passphrases, but mount.crypt
 
14
  is going to deliver the key for the cipher engine already.
 
15
  Hence no crypto-geli.c/crypto-gbde.c as of this writing.
 
16
- mount.crypt probably does not call mount(8) right yet.
 
17
- pmt-ehd does not know newfs(8).
 
18
- PAM component compiles, but is untested.
 
19
 
 
20
 
 
21
NetBSD:
 
22
- loop is working
 
23
- cgd crypto device setup is working
 
24
  but does not produce anything usable - only first 131072 bytes
 
25
  are readable - what gives
 
26
- newfs -I /dev/rcgd0d failed. Disklabel crap? I want to use bare devices.
 
27
- mount.crypt probably does not call mount(8) right yet.
 
28
- pmt-ehd does not know newfs(8).
 
29
- PAM component compiles, but is untested.
 
30
 
 
31
 
 
32
OpenBSD:
 
33
- Does not have PAM.