2
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
decrypt private keys from session-keys.d for agent In addtion to the default keys in .ssh/ we also try to decrypt and add all keys from the directory .ssh/session-keys.d More... over 10 years ago
update configure More... over 10 years ago
remove old automake requirement since newer versions exist which work fine More... over 10 years ago
renaming configure option to make it more self explaining More... over 10 years ago
changelog More... over 10 years ago
add configure option to allow specifying the SSH agent group name More... over 10 years ago
update changelog/news More... over 10 years ago
set ssh-agent real GID to ssh group GID If ssh-agent is installed setgid wrt to the ssh group, as for Debian distributions, setting its real GID to the ssh GID allows to pass (and to honour) environment variables otherwise discarded by glibc, as TMPDIR. For Debian distributions, read subsection entitled `Setgid ssh-agent and environment variables' in /usr/share/doc/openssh-server/README.Debian . More... over 10 years ago
ssh-agent TMPDIR honouring More... over 10 years ago
provide more information about the auth (login-keys.d; keyfiles) changes More... over 10 years ago
remove keyfiles option references which has been dropped More... over 10 years ago
update Makefile.in More... over 10 years ago
update configure for release 2.0 More... over 10 years ago
changelog/release information and version bump to 2.0 More... over 10 years ago
update config.h.in More... over 10 years ago
updated configure More... over 10 years ago
fixes for the autotools machinery More... over 10 years ago
fix faulty return in pam_sm_{open,close}_session() Returns PAM_SESSION_ERR instead of PAM_AUTH_ERR in pam_sm_{open,close}_session() More... over 10 years ago
add ECDSA key support More... over 10 years ago
handle session with no controlling tty Let the PAM session handle situations where there is no controlling tty by using the PID to construct the sessoin file name. More... over 10 years ago
try_first_password implementation and specific login keys Implement the intended semantics of try_first_password as described in in the manual page (and PAM). Ask for SSH passphrase even if user does not exist. Look for SSH keys in $HOME/.ssh/login-keys.d/, given that SSH keys with .disabled or .frozen as suffix are ignored. More... over 10 years ago
let ssh-agent to determine the appropriate shell style This was rendered possible by making the ssh-agent possessing the user UID. More... over 10 years ago
inexistent configuration directory handling Short cut the session phase if no configuration directory exist: it is meant to prevent meangningless ssh-agent launches for users that obviously never use ssh. More... over 10 years ago
safe spawn of the ssh-agent The origins of this patch is unknown as of this writing. If you made this patch, please email the maintainer of the Debian package so proper credit can be given. Upgraded and slightly modified by Jerome Benoit <[email protected]>. More... over 10 years ago
fix missing syslog include More... over 10 years ago
add new files from openssh update More... over 10 years ago
update code with respect to updated openssh embedded code More... over 10 years ago
adapt the updated embedded openssh code to the upstream code The function ssh_get_authentication_connection[_authsocket](const char *authsocket) is reimplemented with respect to the embedded openssh code. More... over 10 years ago
render the function `error' unambiguous The function `error' defined in `log.h' is unambigously renamed to work around an ambiguity at linking stage with the function `error' defined in `error.h'. More... over 10 years ago
update openssh embedded code The upstream source embeds code from OpenSSH, this embedded code is updated against OpenSSH-6.0p1 code; then ECDSA keys can be supported. Basically files containing the used code are brought in from the OpenSSH-6.0p1 and then the unused code is commented out by hand. Ideally the involved code may be invoked through a share library, but unfortunately such a library does not exist. More... over 10 years ago