| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
from Ville Valkonen
|
|
|
|
| |
bonus: this exposed a few missing const qualifiers.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
always the case. This caused some malformed output when querying databases
returning data containing NUL-bytes. Fix this by also returning the
actual size.
With this diff we should produce basically identical output to openldap's
ldapsearch.
Lots of back and forths with claudio@
OK claudio@
|
|
|
|
| |
OK claudio@
|
|
|
|
| |
ok beck@ bluhm@ tb@
|
|
|
|
| |
OK claudio@
|
|
|
|
| |
OK claudio@
|
| |
|
|
|
|
| |
OK reyk@
|
|
|
|
|
|
|
| |
and add some explanatory text: originally from a diff proposed by
matthew martin, with an adjusted text by him
- while here, sync synopsis and usage(), and some other minor tweaks
|
|
|
|
|
|
| |
Pointed out by Tim Chase
OK rob@ gsoares@ jmc@
|
|
We have an ldapd(8) server and ypldap in base, so it makes sense to
have a simple LDAP client without depending on the OpenLDAP package.
This tool can be used in an ssh(1) AuthorizedKeysCommand script.
With feedback from many including millert@ schwarze@ gilles@ dlg@ jsing@
OK deraadt@
|