Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17230: don't overwrite the error with NT_STATUS_NO_MEMORY | Stefan Metzmacher | 1 | -10/+7 |
2007-10-10 | r17227: don't call a function which takes some nonoptional args | Stefan Metzmacher | 1 | -9/+15 |
2007-10-10 | r17226: add some comments about ldap binds and pending requests | Stefan Metzmacher | 1 | -0/+14 |
2007-10-10 | r17225: Fix the build by fixing the spelling of START-TLS. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17224: Accept the start-tls extended request. Getting OpenLDAP to recognise | Andrew Bartlett | 1 | -1/+58 |
2007-10-10 | r17223: In some protocols it is not possible to negoitate off some features, | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r17222: Change the function prototypes for the GENSEc and TLS socket creation | Andrew Bartlett | 8 | -78/+148 |
2007-10-10 | r17221: Add some integer wrap parinoia to data_blob_append(). | Andrew Bartlett | 1 | -5/+18 |
2007-10-10 | r17215: Prepare the SASL socket before actually settting it. This allows | Andrew Bartlett | 1 | -29/+51 |
2007-10-10 | r17210: I wonder how I missed this, build farm caught it. | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17209: Add dependency over the new share configuration module into smbd | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r17208: Add a away to test the ldb module. | Simo Sorce | 2 | -0/+257 |
2007-10-10 | r17207: Add the ldb based shares configuration module | Simo Sorce | 2 | -0/+291 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 30 | -230/+1005 |
2007-10-10 | r17205: Even if this makes me look foolish, at least start to scratch on the ... | Volker Lendecke | 2 | -24/+308 |
2007-10-10 | r17197: This patch moves the encryption of bulk data on SASL negotiated security | Andrew Bartlett | 18 | -248/+639 |
2007-10-10 | r17196: Clarify that SSL is used for LDAP as well as SWAT. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17195: Start thinking how to implement extended operations. | Simo Sorce | 2 | -0/+18 |
2007-10-10 | r17193: Remove ancient stuff never really used | Simo Sorce | 2 | -364/+0 |
2007-10-10 | r17189: Add the new LDAP rfc series | Simo Sorce | 24 | -0/+27176 |
2007-10-10 | r17187: Beginnings of a little lsa walker for Samba3, if only to prevent the | Volker Lendecke | 2 | -0/+78 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 23 | -286/+272 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 24 | -427/+427 |
2007-10-10 | r17176: remove off_t from talloc. size_t is large enough to hold | Stefan Metzmacher | 5 | -13/+11 |
2007-10-10 | r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r17173: Check for oversize output, not oversize input, and fix the GSSAPI mech | Andrew Bartlett | 1 | -10/+11 |
2007-10-10 | r17171: Add a gensec function to determine the maximum negotiated buffer size, | Andrew Bartlett | 3 | -34/+134 |
2007-10-10 | r17170: Catch some more out-of-memory cases, and provide some clues when | Andrew Bartlett | 1 | -7/+18 |
2007-10-10 | r17169: Test LDAP with testnonblock. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17168: Now that TLS (and soon SASL) is below the socket layer, we need to | Andrew Bartlett | 4 | -14/+29 |
2007-10-10 | r17167: indent | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17157: bail out if sizeof(size_t) < sizeof(void *) | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r17156: check for the size of a pointer | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17141: Prove that create dispositions with truncate and | Jeremy Allison | 1 | -0/+71 |
2007-10-10 | r17139: Checking in Volker's extended oplock test. | Jeremy Allison | 2 | -87/+121 |
2007-10-10 | r17114: print some sizes for debugging | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s... | Stefan Metzmacher | 2 | -0/+2 |
2007-10-10 | r17112: - fix the build of the ldap ldb backend with newer openldap header fi... | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when talloc | Stefan Metzmacher | 2 | -0/+4 |
2007-10-10 | r17104: Rename function parameters and variables to avoid shadowing global | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r17103: Big updates to the not-yet-enabled partitions module. It now services | Andrew Bartlett | 1 | -4/+189 |
2007-10-10 | r17099: Samba3 now passes RAW-LOCK completely, no need for | Jeremy Allison | 1 | -10/+0 |
2007-10-10 | r17088: add ntvfs mapping function for notify | Stefan Metzmacher | 2 | -1/+65 |
2007-10-10 | r17087: - make pvfs_notify_next_send static | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r17085: reuse the existing sec_desc_buf struct | Stefan Metzmacher | 2 | -8/+4 |
2007-10-10 | r17084: implement SMB2 Cancel in the server, | Stefan Metzmacher | 4 | -11/+125 |
2007-10-10 | r17083: - implement SMB2 Cancel in the client | Stefan Metzmacher | 5 | -5/+105 |
2007-10-10 | r17082: Add a test that walks and tests denying tconX access via the share se... | Volker Lendecke | 5 | -20/+312 |
2007-10-10 | r17081: add idle handler support to the smb2 client lib too | Stefan Metzmacher | 2 | -0/+45 |
2007-10-10 | r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failure | Rafal Szczesniak | 1 | -38/+0 |