File: TODO

package info (click to toggle)
pidentd 3.0.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 648 kB
  • ctags: 585
  • sloc: ansic: 6,162; sh: 1,834; makefile: 142
file content (17 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Some things to do (not necessarily in priority order):

For Pidentd 3.1 or future:

* Better random key generator in ikeygen.c

* Much better DES key generation and handling needed (use MD5)!

* Modify the encrypted tokens to include a version number, encryption
  type(?) and uint32_t uids (both ruid and euid).

* Add fork()-support for non-threaded versions.

* Add support for TCP Wrappers (need a threads safe TCP Wrapper library!)

* Use Automake, perhaps.