summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-103-5/+5
* r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell2007-10-105-12/+350
* r4701: remove debugsStefan Metzmacher2007-10-101-2/+0
* r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell2007-10-104-1/+366
* r4692: Make the client SPNEGO code bail out in a couple more cases.Andrew Bartlett2007-10-101-1/+4
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-101-21/+22
* r4658: (grr, commited wrong file last time).Andrew Bartlett2007-10-101-1/+1
* r4650: - make more use of bitmap and enum'sStefan Metzmacher2007-10-102-2/+4
* r4641: Push a few more details into the schannel ldb, and into theAndrew Bartlett2007-10-102-2/+9
* r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett2007-10-102-32/+34
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-103-152/+108
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-101-0/+1
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-1/+7
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-107-15/+16
* r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error codeAndrew Tridgell2007-10-101-0/+1
* r4565: Make the order of the initialisation more sensible.Andrew Bartlett2007-10-101-1/+1
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-108-16/+16
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-103-6/+6
* r4531: Include the OID locally, as it seems to be hard to get the includesAndrew Bartlett2007-10-101-1/+5
* r4530: Start adding a bit of Doxygen compatible documentation comments to GEN...Andrew Bartlett2007-10-101-3/+23
* r4504: SettingAndrew Bartlett2007-10-106-9/+10
* r4500: Allow GENSEC modules to be disabled by setting a flag on their moduleAndrew Bartlett2007-10-104-3/+8
* r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.Andrew Bartlett2007-10-101-3/+8
* r4494: Allow gensec_gssapi to use the SPNEGO mech provided by Heimdal (off byAndrew Bartlett2007-10-101-7/+44
* r4470: Try not to have GSSAPI built unless we detected krb5. We should splitAndrew Bartlett2007-10-101-0/+2
* r4460: Add a new GENSEC module: gensec_gssapiAndrew Bartlett2007-10-104-9/+375
* r4459: GENSEC refinements:Andrew Bartlett2007-10-105-11/+212
* r4446: attempt to fix the build - andrew, can you check I've done this right?Andrew Tridgell2007-10-101-1/+1
* r4441: gensec_krb5 update:Andrew Bartlett2007-10-101-6/+21
* r4435: add another error codeStefan Metzmacher2007-10-101-0/+1
* r4431: add WERR_NET_NAME_NOT_FOUNDStefan Metzmacher2007-10-101-1/+2
* r4429: the owner of a file always gets SEC_STD_DELETEAndrew Tridgell2007-10-101-6/+5
* r4419: move security_token stuff to the libcli/security/Stefan Metzmacher2007-10-106-5/+158
* r4413: login failure doesn't warrant a level 1 debug (its filling my logs dur...Andrew Tridgell2007-10-101-1/+1
* r4404: check for SEC_ACE_FLAG_INHERIT_ONLY in the "maximum allowed" logicAndrew Tridgell2007-10-101-0/+4
* r4388: - allow ACE flags to be specified in security_descriptor_create()Andrew Tridgell2007-10-101-1/+2
* r4386: Grr, fix copy-and-paste bug.Andrew Bartlett2007-10-101-1/+1
* r4385: Set the correct target service.Andrew Bartlett2007-10-101-0/+7
* r4364: - added support for testing of chained SMB operations in smbtortureAndrew Tridgell2007-10-103-6/+140
* r4361: fix the buildStefan Metzmacher2007-10-101-2/+3
* r4358: At metze's request, the Christmas elves have removed gensec_end inAndrew Bartlett2007-10-102-33/+16
* r4357: Return a more sensible error code if a NULL (as opposed to the validAndrew Bartlett2007-10-101-2/+3
* r4356: Allow anonymous connections to use NTLMSSP. The silly bugs thatAndrew Bartlett2007-10-101-1/+0
* r4355: More work from the elves on Christmas eve:Andrew Bartlett2007-10-1010-211/+891
* r4338: reuse netlogon structs in the krb5 PACStefan Metzmacher2007-10-101-105/+19
* r4326: fix memory leakStefan Metzmacher2007-10-101-1/+1
* r4325: add the GENSEC_FEATURE_DCE_STYLE flagStefan Metzmacher2007-10-102-0/+2
* r4316: - now that the trans2 code properly supports multi-part requests, we c...Andrew Tridgell2007-10-104-7/+7
* r4315: use the remote hosts max_xmit, not the local hosts, in calculating max...Andrew Tridgell2007-10-101-1/+1
* r4263: added support for the trans2 RAW_SEARCH_EA_LIST informationAndrew Tridgell2007-10-102-2/+61