index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ldap
/
ldapclient.c
Age
Commit message (
Expand
)
Author
2021-09-02
rather than using sys/param.h, define a local replacement MINIMUM() instead
Theo de Raadt
2019-01-26
avoid double free, instead flowing through a free(NULL)
Theo de Raadt
2018-11-29
update for libtls default cert changes.
Ted Unangst
2018-11-27
LDAP returns values as OCTET STRINGs, which can be LDAPStrings, but isn't
Martijn van Duren
2018-11-07
RFC2849 requires us to have 2 colons after the value-spec.
Martijn van Duren
2018-11-06
Use TLS_CA_CERT_FILE instead of a separate define.
Joel Sing
2018-11-06
Fix base64 outlen calculation.
Martijn van Duren
2018-11-06
Implement SAFE-INIT-CHAR.
Martijn van Duren
2018-10-23
*** empty log message ***
Martijn van Duren
2018-10-23
Fix off by one when wrapping long LDIF lines.
Martijn van Duren
2018-07-03
- instead of trying to show a 100% accurate synopsis for -H, simplify it
Jason McIntyre
2018-06-26
Allow to read the password from a file with -y
Reyk Floeter
2018-06-13
Import ldap(1), a simple ldap search client.
Reyk Floeter
2018-06-13
Import ldap(1), a simple ldap search client.
Reyk Floeter