Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7855: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7810: don't give errors when the ldap server sends us reference replies | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7770: added ldaps support to our ldap client library | Andrew Tridgell | 3 | -9/+19 |
2007-10-10 | r7763: fixed some circular dependencies | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7749: some bug fixes from testing with socket:testnonblock | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r7747: - simplified the ldap server buffer handling | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7725: fixed a bug with partial asn1 frames in the ldap client | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7724: added encoding of LDB_OP_NOT search components | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r7723: - fix a mismatched asn1 push/pop on bind | Andrew Tridgell | 1 | -29/+26 |
2007-10-10 | r7722: when we get a zero read, the connection is dead | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of | Andrew Tridgell | 2 | -3/+6 |
2007-10-10 | r7717: fixed some typos | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r7716: a single wrapped ldap blob can contain multiple ldap messages | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r7715: ensure we don't print null strings in ldap_errstr() | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r7713: fixed error display in ildap_search() | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r7665: - added a ildap_*() interface to our internal ldap library. This | Andrew Tridgell | 5 | -2/+241 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 7 | -999/+767 |
2007-10-10 | r7599: it turns out we were not using the ldif code in libcli/ldap/ at all, | Andrew Tridgell | 1 | -393/+0 |
2007-10-10 | r7598: take advantage of struct data_blob and struct ldb_val being the same | Andrew Tridgell | 2 | -14/+3 |
2007-10-10 | r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted | Andrew Tridgell | 3 | -24/+18 |
2007-10-10 | r7593: simplified the memory management in the ldap code. Having a mem_ctx | Andrew Tridgell | 4 | -69/+55 |
2007-10-10 | r7567: added wire parsing of NOT and extended ldap search requests. This | Andrew Tridgell | 1 | -37/+97 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 2 | -34/+10 |
2007-10-10 | r7524: make the ldap ASN.1 filter parse code go via a struct | Andrew Tridgell | 1 | -77/+107 |
2007-10-10 | r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use | Andrew Tridgell | 4 | -421/+43 |
2007-10-10 | r6817: - fixed empty ldap search elements in filters | Andrew Tridgell | 3 | -1/+19 |
2007-10-10 | r6763: added functions in libcli/ldap/ to binary encode some NDR structures into | Andrew Tridgell | 4 | -2/+89 |
2007-10-10 | r6745: - escape spaces in binary ldap blobs | Andrew Tridgell | 2 | -3/+15 |
2007-10-10 | r6732: - move sasl send recv code to the ldap lib | Stefan Metzmacher | 2 | -1/+188 |
2007-10-10 | r6726: support binary search elements in ldap_decode() | Andrew Tridgell | 1 | -6/+42 |
2007-10-10 | r6689: minor ldap client library work | Andrew Tridgell | 2 | -24/+63 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 2 | -22/+9 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5305: removed libcli/ldap/ldap.h from includes.h | Andrew Tridgell | 5 | -0/+63 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 2 | -2/+4 |
2007-10-10 | r5137: fix types | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5107: moved the horrible ldap socket code, and the even worse | Andrew Tridgell | 1 | -0/+240 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 3 | -14/+14 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r4460: Add a new GENSEC module: gensec_gssapi | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r4386: Grr, fix copy-and-paste bug. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4385: Set the correct target service. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r4079: implement the gensec_have_feature() correctly by asking | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -5/+4 |