summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r17289: Fix the build: I havn't commited this module yet.Andrew Bartlett2007-10-101-10/+0
* r17288: Don't mess with entries in the local password prefix, and fix constAndrew Bartlett2007-10-101-5/+21
* r17287: Add the local_password module to the tree, so it doesn't get lost inAndrew Bartlett2007-10-103-3/+904
* r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett2007-10-102-8/+13
* r17285: some reformatingStefan Metzmacher2007-10-101-10/+23
* r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher2007-10-101-40/+44
* r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher2007-10-102-245/+330
* r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol,Stefan Metzmacher2007-10-101-1/+7
* r17281: we now have client/server max protolStefan Metzmacher2007-10-101-1/+1
* r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in thisStefan Metzmacher2007-10-101-14/+20
* r17278: fix un uninitialized value found by valgrindStefan Metzmacher2007-10-101-0/+1
* r17277: we need to trigger an event when we return directly,Stefan Metzmacher2007-10-101-1/+1
* r17274: fix typosStefan Metzmacher2007-10-101-2/+2
* r17273: add an async version of auth_check_password() on the publicStefan Metzmacher2007-10-102-31/+185
* r17272: move the callback stuff into a substructureStefan Metzmacher2007-10-101-8/+10
* r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher2007-10-107-41/+140
* r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher2007-10-101-61/+91
* r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2007-10-102-0/+78
* r17265: some reformattingStefan Metzmacher2007-10-101-57/+27
* r17264: - remove unused includes from tallocStefan Metzmacher2007-10-102-15/+17
* r17263: export talloc_free_children()Stefan Metzmacher2007-10-101-0/+1
* r17257: make the size_t is to small error more verboseStefan Metzmacher2007-10-101-0/+4
* r17256: fix 2 crash bugs, which are introduced by making parametersStefan Metzmacher2007-10-101-0/+3
* r17255: fixed BENCH-NBENCH for new smb_raw_find_first() syntaxAndrew Tridgell2007-10-101-1/+2
* r17253: add configure checks for writev/readv to see how portable they'reStefan Metzmacher2007-10-101-0/+3
* r17251: - split out the starttls into its own functionStefan Metzmacher2007-10-101-42/+96
* r17250: Fix comment, the Samba3 winbind protocol uses the host byte order here.Andrew Bartlett2007-10-101-1/+1
* r17243: some svcctl idl fixes from <andrzej.hajda@wp.pl>Stefan Metzmacher2007-10-101-7/+7
* r17241: substitude @datarootdir@ with old autoconf versions:-)Stefan Metzmacher2007-10-101-0/+1
* r17240: move extended operations to a new fileStefan Metzmacher2007-10-103-78/+98
* r17238: Add datarootdir (required for newer autoconf versions)Jelmer Vernooij2007-10-101-0/+1
* r17237: - keep pointer to the different socketsStefan Metzmacher2007-10-104-3/+10
* r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher2007-10-101-10/+7
* r17227: don't call a function which takes some nonoptional argsStefan Metzmacher2007-10-101-9/+15
* r17226: add some comments about ldap binds and pending requestsStefan Metzmacher2007-10-101-0/+14
* r17225: Fix the build by fixing the spelling of START-TLS.Andrew Bartlett2007-10-101-1/+1
* r17224: Accept the start-tls extended request. Getting OpenLDAP to recogniseAndrew Bartlett2007-10-101-1/+58
* r17223: In some protocols it is not possible to negoitate off some features,Andrew Bartlett2007-10-101-5/+3
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-108-78/+148
* r17221: Add some integer wrap parinoia to data_blob_append().Andrew Bartlett2007-10-101-5/+18
* r17215: Prepare the SASL socket before actually settting it. This allowsAndrew Bartlett2007-10-101-29/+51
* r17210: I wonder how I missed this, build farm caught it.Simo Sorce2007-10-101-1/+1
* r17209: Add dependency over the new share configuration module into smbdSimo Sorce2007-10-101-1/+2
* r17208: Add a away to test the ldb module.Simo Sorce2007-10-102-0/+257
* r17207: Add the ldb based shares configuration moduleSimo Sorce2007-10-102-0/+291
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-1030-230/+1005
* r17205: Even if this makes me look foolish, at least start to scratch on the ...Volker Lendecke2007-10-102-24/+308
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-1018-248/+639
* r17196: Clarify that SSL is used for LDAP as well as SWAT.Andrew Bartlett2007-10-101-1/+1
* r17195: Start thinking how to implement extended operations.Simo Sorce2007-10-102-0/+18