Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-02 | ndr: Add NDR pull, push, print functions for dnsp_string_list | Amitay Isaacs | 1 | -0/+53 | |
2012-03-02 | ndr: Fix NDR push function for dnsp_string | Amitay Isaacs | 1 | -3/+2 | |
Push the actual length of the string not including null-termination. | |||||
2012-03-02 | ndr: Fix the error messages, add correct data type name | Amitay Isaacs | 1 | -6/+6 | |
2010-12-21 | dns: cope with trailing '.' in dns_name | Andrew Tridgell | 1 | -1/+7 | |
2010-12-21 | dns: fixed the padding for dnsp_name fields in LDAP | Andrew Tridgell | 1 | -4/+18 | |
all names are NUL terminated, but may have additional padding as well Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Dec 21 03:26:26 CET 2010 on sn-devel-104 | |||||
2010-12-21 | dnsp: fixed parsing of dns_name structures | Andrew Tridgell | 1 | -3/+4 | |
its not a pad byte, its a trailing zero | |||||
2010-10-04 | dnsp: Parse TXT records | Kai Blin | 1 | -0/+52 | |
2010-08-14 | dnsp: dnsp_name is 2 byte aligned | Andrew Tridgell | 1 | -0/+2 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-05 | s4-dns: ndr_dnsp helper functions | Andrew Tridgell | 1 | -0/+98 | |
these handle the dnsp_name type |