repair signedness in akc patch

This commit is contained in:
Jan F. Chadima 2011-09-12 20:44:35 +02:00
parent 026db1cf63
commit 1df0cf4657
2 changed files with 5 additions and 2 deletions

View File

@ -92,7 +92,7 @@ diff -up openssh-5.9p1/auth2-pubkey.c.akc openssh-5.9p1/auth2-pubkey.c
+ pid_t pstat, pid, child; + pid_t pstat, pid, child;
+ +
+ if (options.authorized_keys_command == NULL || options.authorized_keys_command[0] != '/') + if (options.authorized_keys_command == NULL || options.authorized_keys_command[0] != '/')
+ return -1; + return 0;
+ +
+ /* get the run as identity from config */ + /* get the run as identity from config */
+ runas_pw = (options.authorized_keys_command_runas == NULL)? pw + runas_pw = (options.authorized_keys_command_runas == NULL)? pw

View File

@ -79,7 +79,7 @@
# Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1 # Do not forget to bump pam_ssh_agent_auth release if you rewind the main package release to 1
%define openssh_ver 5.9p1 %define openssh_ver 5.9p1
%define openssh_rel 5 %define openssh_rel 6
%define pam_ssh_agent_ver 0.9.2 %define pam_ssh_agent_ver 0.9.2
%define pam_ssh_agent_rel 32 %define pam_ssh_agent_rel 32
@ -786,6 +786,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Sep 12 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-6 + 0.9.2-32
- repair signedness in akc patch
* Mon Sep 12 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-5 + 0.9.2-32 * Mon Sep 12 2011 Jan F. Chadima <jchadima@redhat.com> - 5.9p1-5 + 0.9.2-32
- temporarily disable part of audit4 patch - temporarily disable part of audit4 patch