started ldapsearchresultentry formatter fixed scan_ldapmessage to accept PRIMITIVE messages, too (unbind)
7 lines
135 B
C
7 lines
135 B
C
#include "asn1.h"
|
|
#include "ldap.h"
|
|
|
|
int fmt_ldapstring(char* dest,struct string* s) {
|
|
return fmt_asn1OCTETSTRING(dest,s->s,s->l);
|
|
}
|