Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12062: SASL negotiation now requires a gensec_security context, so that we | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11620: switch the ldap client code over to using the generic packet code | Andrew Tridgell | 3 | -173/+129 |
2007-10-10 | r11528: Separate finding dcs from initializing a domain. Makes it easier to p... | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r11523: Working towards having Samba3 join Samba4, this allows the SASL | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r11521: Add in client support for checking supportedSASLmechanisms, and then | Andrew Bartlett | 1 | -2/+55 |
2007-10-10 | r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in | Volker Lendecke | 1 | -12/+5 |
2007-10-10 | r11274: Start a connection attempt to the DC's port 389. To do this properly,... | Volker Lendecke | 1 | -18/+79 |
2007-10-10 | r11271: Fix a warning and an infinite recursion | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -0/+0 |
2007-10-10 | r11114: - fixed error handling on bad bind in ildap client | Andrew Tridgell | 2 | -2/+64 |
2007-10-10 | r11052: bring samba4 uptodate with the samba4-winsrepl branch, | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r11037: | Stefan Metzmacher | 1 | -0/+5 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -6/+5 |
2007-10-10 | r10668: added a ildap_search_bytree() function | Andrew Tridgell | 1 | -5/+20 |
2007-10-10 | r10478: More work on proto headers; we now generate a couple of smaller ones | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r10213: fixed a memory leak in the ldap client and server code spotted by Karl | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 1 | -8/+26 |
2007-10-10 | r9240: - move struct security_token to the idl file, with this we can | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r8917: Better support for extended ldap search operations | Simo Sorce | 1 | -17/+49 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r8585: add to ldb and ldap comparison functionality | Simo Sorce | 1 | -9/+96 |
2007-10-10 | r8530: Now our ldap server is able to fullfill present and substring searches | Simo Sorce | 1 | -36/+184 |
2007-10-10 | r8523: match a zero message id in ldap replies to the last request sent. Than... | Andrew Tridgell | 1 | -0/+8 |
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 |