| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Theo nuked - our scripts to sync -portable need them in the files
|
|
|
|
|
|
|
|
| |
xrealloc(p, new_nmemb, new_itemsize).
realloc is particularly prone to integer overflows because it is almost
always allocating "n * size" bytes, so this is a far safer API;
ok deraadt@
|
|
|
|
|
|
|
|
|
|
| |
and use them throughout openssh
xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it to
die
feedback and ok deraadt@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ok markus@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
cleanup_exit() function. re-refine cleanup_exit() where appropriate,
allocate sshd's authctxt eary to allow simpler cleanup in sshd.
tested by many, ok deraadt@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
private rsa keys). however, it gets key over socket and not from
a file, so we have to do blinding here as well.
|
|
|
|
| |
private agent key is used; with djm@; test by dugsong@, djm@; ok deraadt@
|
|
|
|
|
| |
The default can still be overriden by using -t in ssh-add.
OK markus@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
ADD_ID message with contraints instead. contraints can be
only added together with the private key.
|
| |
|
| |
|
|
|
|
|
|
|
| |
markus@, millert@ ok
Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for
make/.
|
| |
|
| |
|
|
|
|
| |
todo: encrypt private keys with locked...
|
|
|
|
| |
request on errors, ok provos@
|
|
|
|
| |
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago).
|
| |
|