summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-1016-2730/+414
* r4890: Try to cope with mechanism mismatch in the client speaks first versionAndrew Bartlett2007-10-101-7/+98
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-105-1/+1036
* r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2007-10-102-1/+13
* r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell2007-10-101-2/+6
* r4795: stronget type checking in composite connect functionAndrew Tridgell2007-10-101-2/+4
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-105-25/+25
* r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell2007-10-105-114/+88
* r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell2007-10-105-130/+131
* r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-109-576/+473
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-105-4/+476
* r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell2007-10-101-10/+41
* r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell2007-10-101-18/+9
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-105-45/+105
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-105-91/+221
* r4755: the recent change in the definition of lp_passwordserver() breaks thisAndrew Tridgell2007-10-102-204/+0
* r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell2007-10-104-44/+67
* 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