/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | kex.c | 67 kex_prop2buf(Buffer *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() 79 buffer_put_cstring(b, proposal[i]); in kex_prop2buf() 91 char **proposal; in kex_buf2prop() local 93 proposal = xmalloc(PROPOSAL_MAX * sizeof(char *)); in kex_buf2prop() 102 proposal[i] = buffer_get_string(&b,NULL); in kex_buf2prop() 103 debug2("kex_parse_kexinit: %s", proposal[i]); in kex_buf2prop() 113 return proposal; in kex_buf2prop() 118 kex_prop_free(char **proposal) in kex_prop_free() argument 123 xfree(proposal[i]); in kex_prop_free() 124 xfree(proposal); in kex_prop_free() [all …]
|
H A D | ssh-gss.c | 279 ssh_gssapi_modify_kex(Kex *kex, gss_OID_set mechs, char **proposal) in ssh_gssapi_modify_kex() argument 288 if (kex == NULL || proposal == NULL || in ssh_gssapi_modify_kex() 289 proposal[PROPOSAL_KEX_ALGS] == NULL) { in ssh_gssapi_modify_kex() 293 orig_hostalgs = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; in ssh_gssapi_modify_kex() 328 p = kexalgs = orig_kexalgs = proposal[PROPOSAL_KEX_ALGS]; in ssh_gssapi_modify_kex() 338 kexalgs = proposal[PROPOSAL_KEX_ALGS] = xstrdup(kexalgs); in ssh_gssapi_modify_kex() 362 proposal[PROPOSAL_KEX_ALGS] = ssh_gssapi_make_kexalgs_list(mechs, in ssh_gssapi_modify_kex() 375 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = xstrdup("null"); in ssh_gssapi_modify_kex() 393 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = new_hostalgs; in ssh_gssapi_modify_kex()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | ssh-gss.h | 100 void ssh_gssapi_modify_kex(Kex *kex, gss_OID_set mechs, char **proposal); 101 void ssh_gssapi_server_kex_hook(Kex *kex, char **proposal); 102 void ssh_gssapi_client_kex_hook(Kex *kex, char **proposal);
|
H A D | kex.h | 166 char *proposal[PROPOSAL_MAX],
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | gss-clnt.c | 52 ssh_gssapi_client_kex_hook(Kex *kex, char **proposal) in ssh_gssapi_client_kex_hook() argument 60 ssh_gssapi_modify_kex(kex, mechs, proposal); in ssh_gssapi_client_kex_hook()
|
/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | gss-serv.c | 67 ssh_gssapi_server_kex_hook(Kex *kex, char **proposal) in ssh_gssapi_server_kex_hook() argument 75 ssh_gssapi_modify_kex(kex, mechs, proposal); in ssh_gssapi_server_kex_hook()
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | southamerica | 140 # The last hurdle of Argentina DST is over, the proposal was approved in 143 # the original scanned proposal, where the dates and the zero hours are 666 # This change follows a proposal of senator Tiao Viana of Acre state, that
|
H A D | northamerica | 27 # in New York City (1869-10). His 1870 proposal was based on Washington, DC, 31 # Dowd's proposal left many details unresolved, such as where to draw 2623 # > Mexico's House of Representatives has approved a proposal for northern
|
H A D | asia | 2751 # Cabinet okays proposal to advance clocks by one hour from April 15 2756 # The Federal Cabinet on Wednesday approved the proposal to
|
H A D | europe | 166 # Although some interest was expressed in New Zealand, his proposal
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 82 This file documents Multiboot Specification, the proposal for the boot
|
H A D | multiboot.info | 32 This file documents Multiboot Specification, the proposal for the boot
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 752 4911775 implement GOTDATA proposal in ld
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 18109 proposal
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 18108 proposal
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 8415 * docs/boot-proposal.html: Removed.
|