summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett1-5/+18
2007-10-10r17215: Prepare the SASL socket before actually settting it. This allowsAndrew Bartlett1-29/+51
2007-10-10r17210: I wonder how I missed this, build farm caught it.Simo Sorce1-1/+1
2007-10-10r17209: Add dependency over the new share configuration module into smbdSimo Sorce1-1/+2
2007-10-10r17208: Add a away to test the ldb module.Simo Sorce2-0/+257
2007-10-10r17207: Add the ldb based shares configuration moduleSimo Sorce2-0/+291
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce30-230/+1005
2007-10-10r17205: Even if this makes me look foolish, at least start to scratch on the ...Volker Lendecke2-24/+308
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett18-248/+639
2007-10-10r17196: Clarify that SSL is used for LDAP as well as SWAT.Andrew Bartlett1-1/+1
2007-10-10r17195: Start thinking how to implement extended operations.Simo Sorce2-0/+18
2007-10-10r17193: Remove ancient stuff never really usedSimo Sorce2-364/+0
2007-10-10r17189: Add the new LDAP rfc seriesSimo Sorce24-0/+27176
2007-10-10r17187: Beginnings of a little lsa walker for Samba3, if only to prevent theVolker Lendecke2-0/+78
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce23-286/+272
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce24-427/+427
2007-10-10r17176: remove off_t from talloc. size_t is large enough to holdStefan Metzmacher5-13/+11
2007-10-10r17174: Enable gnutls code, which requires the HAVE_GNUTLS CPP macro.Andrew Bartlett1-0/+3
2007-10-10r17173: Check for oversize output, not oversize input, and fix the GSSAPI mechAndrew Bartlett1-10/+11
2007-10-10r17171: Add a gensec function to determine the maximum negotiated buffer size,Andrew Bartlett3-34/+134
2007-10-10r17170: Catch some more out-of-memory cases, and provide some clues whenAndrew Bartlett1-7/+18
2007-10-10r17169: Test LDAP with testnonblock.Andrew Bartlett1-1/+1
2007-10-10r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett4-14/+29
2007-10-10r17167: indentAndrew Bartlett1-1/+1
2007-10-10r17157: bail out if sizeof(size_t) < sizeof(void *)Stefan Metzmacher1-0/+4
2007-10-10r17156: check for the size of a pointerStefan Metzmacher1-0/+1
2007-10-10r17141: Prove that create dispositions with truncate andJeremy Allison1-0/+71
2007-10-10r17139: Checking in Volker's extended oplock test.Jeremy Allison2-87/+121
2007-10-10r17114: print some sizes for debuggingStefan Metzmacher1-0/+3
2007-10-10r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...Stefan Metzmacher2-0/+2
2007-10-10r17112: - fix the build of the ldap ldb backend with newer openldap header fi...Stefan Metzmacher1-1/+2
2007-10-10r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when tallocStefan Metzmacher2-0/+4
2007-10-10r17104: Rename function parameters and variables to avoid shadowing globalAndrew Bartlett1-10/+10
2007-10-10r17103: Big updates to the not-yet-enabled partitions module. It now servicesAndrew Bartlett1-4/+189
2007-10-10r17099: Samba3 now passes RAW-LOCK completely, no need forJeremy Allison1-10/+0
2007-10-10r17088: add ntvfs mapping function for notifyStefan Metzmacher2-1/+65
2007-10-10r17087: - make pvfs_notify_next_send staticStefan Metzmacher1-4/+2
2007-10-10r17085: reuse the existing sec_desc_buf structStefan Metzmacher2-8/+4
2007-10-10r17084: implement SMB2 Cancel in the server,Stefan Metzmacher4-11/+125
2007-10-10r17083: - implement SMB2 Cancel in the clientStefan Metzmacher5-5/+105
2007-10-10r17082: Add a test that walks and tests denying tconX access via the share se...Volker Lendecke5-20/+312
2007-10-10r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2-0/+45
2007-10-10r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failureRafal Szczesniak1-38/+0
2007-10-10r17074: Extend the rpc-samba3-getusername test: This creates a normal user an...Volker Lendecke1-49/+275
2007-10-10r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 againVolker Lendecke1-2/+5
2007-10-10r17065: NT4 does not like "0" here, W2k3 does not care...Volker Lendecke1-1/+1
2007-10-10r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke2-23/+265
2007-10-10r17062: make correct use of talloc destructors, and make the code much simplerStefan Metzmacher1-14/+12
2007-10-10r17061: - remove the currect talloc chunk from it's parent before freeing the...Stefan Metzmacher2-7/+4
2007-10-10r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett1-151/+293