Ports Search

Results 321330 of 650 for name%3Aeclipse.(0.003 seconds)
security/Crypt-OpenSSL-X509-1.8.06 (Score: 0.0049901195)
Perl extension for OpenSSL X509 API
This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain".
security/please-2.6 (Score: 0.0049901195)
Execute a command as root
Please aims to be little sudo without bells and whistles. Only pam authentication and executing command. Name please fits into Unix naming conventions. Where we have daemon instead of background process. We are killing processes, not closing processes. Now we can please to run privileged process.
security/service_identity-16.0.0 (Score: 0.0049901195)
Service identity verification for pyOpenSSL
service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too.
security/pam_helper-1.1 (Score: 0.0049901195)
Authenticate applications requiring PAM services
Pam_helper is a small utility which allows non-PAM, or non-setuid applications to make use of PAM's authentication services. It was mainly created to allow gnome-screensaver to make use of PAM, but any application could use it. It accepts two arguments, the PAM service name, and a username. It reads the user's password from stdin.
security/slush-0.1.1 (Score: 0.0049901195)
Telnet-like application which uses a secure SSL channel
slush - SSL remote shell slush is a simple telnet-like application which communicates over a secure SSL channel. It uses X509 certificates for authentication and can be compiled with TCP wrappers support (service name "slushd"). slush is *alpha* software. Use it at your own risk.
sysutils/sqlfs-1.1 (Score: 0.0049901195)
SQLite backed FUSE file system
The sqlfs filesystem implements a POSIX style file system on top of an SQLite database. It allows applications to have access to a full read/write file system in a single file, complete with its own file hierarchy and name space. This is useful for applications which needs structured storage, such as embedding documents within documents, or management of configuration data or preferences.
sysutils/jx-1.23 (Score: 0.0049901195)
Wrapper to jexec with more feature in interpreting jail id
This is a perl wrapper to "jexec" with more feature. Script takes system jail id, rc.conf order id, full hostname of jail or rc.conf name of jail. If no command for jail is given - run default ('bash' or other). No additional software or tools like "jailer" are needed.
sysutils/open-1.4 (Score: 0.0049901195)
Open opens a new vt and runs a command on it
Open opens a new vt and runs a command on it. It can be used as a simple way to start several console logins without having to type your passwd on each VT in turn. open can be used as a simpler to use replacement for the doshell(8) command. open is similar in functionality to the AIX/RS6000 command of the same name.
sysutils/autojump-13 (Score: 0.0049901195)
Tool that acts as a complement to cd
Autojump is a tool that acts as a complement to cd: it makes navigating your filesystem a lot faster. It works by automagically maintaining a database of the directories you use the most from the command line, and allows you to jump back and forth between them, by typing just a few letters of the name of the directory you want to jump to.
sysutils/Sys-Hostname-FQDN-0.11 (Score: 0.0049901195)
Get the short or long hostname
Sys::Hostname::FQDN uses the host 'C' library to discover the (usually) short host name, then uses (perl) gethostbyname to extract the real hostname. The results from gethostbyname are exported as gethostinfo and asciihostinfo as a convenience since they are available. Similarly, the 'C' library functions inet_ntoa and inet_aton are exported.