summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17299: Improve the partition module to replicate attribute records into allAndrew Bartlett2-59/+246
2007-10-10r17298: Fix up the local_password module to the current LDB API, and build it...Andrew Bartlett2-96/+108
2007-10-10r17297: Some compilers don't seem to like the ;;Andrew Bartlett1-1/+1
2007-10-10r17290: don't do any stuff that can fail in the _recv functionStefan Metzmacher1-7/+10
2007-10-10r17289: Fix the build: I havn't commited this module yet.Andrew Bartlett1-10/+0
2007-10-10r17288: Don't mess with entries in the local password prefix, and fix constAndrew Bartlett1-5/+21
2007-10-10r17287: Add the local_password module to the tree, so it doesn't get lost inAndrew Bartlett3-3/+904
2007-10-10r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett2-8/+13
2007-10-10r17285: some reformatingStefan Metzmacher1-10/+23
2007-10-10r17284: move the input checking stuff from ntlmssp_update() into itsStefan Metzmacher1-40/+44
2007-10-10r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher2-245/+330
2007-10-10r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol,Stefan Metzmacher1-1/+7
2007-10-10r17281: we now have client/server max protolStefan Metzmacher1-1/+1
2007-10-10r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in thisStefan Metzmacher1-14/+20
2007-10-10r17278: fix un uninitialized value found by valgrindStefan Metzmacher1-0/+1
2007-10-10r17277: we need to trigger an event when we return directly,Stefan Metzmacher1-1/+1
2007-10-10r17274: fix typosStefan Metzmacher1-2/+2
2007-10-10r17273: add an async version of auth_check_password() on the publicStefan Metzmacher2-31/+185
2007-10-10r17272: move the callback stuff into a substructureStefan Metzmacher1-8/+10
2007-10-10r17270: split the logic of saying this auth backend wants to handle thisStefan Metzmacher7-41/+140
2007-10-10r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher1-61/+91
2007-10-10r17267: - add an async interface for gensec_update() to the public gensec apiStefan Metzmacher2-0/+78
2007-10-10r17265: some reformattingStefan Metzmacher1-57/+27
2007-10-10r17264: - remove unused includes from tallocStefan Metzmacher2-15/+17
2007-10-10r17263: export talloc_free_children()Stefan Metzmacher1-0/+1
2007-10-10r17257: make the size_t is to small error more verboseStefan Metzmacher1-0/+4
2007-10-10r17256: fix 2 crash bugs, which are introduced by making parametersStefan Metzmacher1-0/+3
2007-10-10r17255: fixed BENCH-NBENCH for new smb_raw_find_first() syntaxAndrew Tridgell1-1/+2
2007-10-10r17253: add configure checks for writev/readv to see how portable they'reStefan Metzmacher1-0/+3
2007-10-10r17251: - split out the starttls into its own functionStefan Metzmacher1-42/+96
2007-10-10r17250: Fix comment, the Samba3 winbind protocol uses the host byte order here.Andrew Bartlett1-1/+1
2007-10-10r17243: some svcctl idl fixes from <andrzej.hajda@wp.pl>Stefan Metzmacher1-7/+7
2007-10-10r17241: substitude @datarootdir@ with old autoconf versions:-)Stefan Metzmacher1-0/+1
2007-10-10r17240: move extended operations to a new fileStefan Metzmacher3-78/+98
2007-10-10r17238: Add datarootdir (required for newer autoconf versions)Jelmer Vernooij1-0/+1
2007-10-10r17237: - keep pointer to the different socketsStefan Metzmacher4-3/+10
2007-10-10r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher1-10/+7
2007-10-10r17227: don't call a function which takes some nonoptional argsStefan Metzmacher1-9/+15
2007-10-10r17226: add some comments about ldap binds and pending requestsStefan Metzmacher1-0/+14
2007-10-10r17225: Fix the build by fixing the spelling of START-TLS.Andrew Bartlett1-1/+1
2007-10-10r17224: Accept the start-tls extended request. Getting OpenLDAP to recogniseAndrew Bartlett1-1/+58
2007-10-10r17223: In some protocols it is not possible to negoitate off some features,Andrew Bartlett1-5/+3
2007-10-10r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett8-78/+148
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