Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-16 | ldap: give a debug error when we don't know a control | Andrew Tridgell | 1 | -0/+2 | |
This interface should really have a proper error interface, but at least a DEBUG() gives the user a chance of finding the error Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-10 | libcli: use GUID_to_ndr_blob() | Andrew Tridgell | 1 | -4/+3 | |
2009-04-23 | Fix a couple of warnings | Volker Lendecke | 1 | -2/+2 | |
2009-02-24 | libcli/ldap: move generic ldap control encoding code to ldap_message.c | Stefan Metzmacher | 2 | -6/+156 | |
As they can we static there, we pass the specific handlers as parameter where we need to support controls. metze | |||||
2009-02-24 | libcli/ldap: move ldap_ndr from source4/ to toplevel | Stefan Metzmacher | 3 | -1/+117 | |
metze | |||||
2009-02-24 | libcli/ldap: fix compiler warnings | Stefan Metzmacher | 2 | -6/+11 | |
metze | |||||
2009-02-24 | libcli/ldap: move ldap_errors.h to the toplevel and install it | Stefan Metzmacher | 3 | -2/+70 | |
metze | |||||
2009-02-24 | libcli/ldap: move ldap_message.[ch] from source4/ to the toplevel | Stefan Metzmacher | 3 | -0/+1698 | |
metze |