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