summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell3-17/+270
2007-10-10r4915: free temp context _before_ the async callback, as the async callback m...Andrew Tridgell1-1/+1
2007-10-10r4911: make sure we fill in the transport called name on port 445 as wellAndrew Tridgell1-6/+9
2007-10-10r4909: fixed name_trn_id generation (thanks to metze for spotting the bug!)Andrew Tridgell1-1/+3
2007-10-10r4901: a bit more info on nbt packets under high debug levelAndrew Tridgell1-2/+5
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell6-106/+359
2007-10-10r4896: make sure the event context doesn't go away while waiting for event co...Andrew Tridgell1-1/+1
2007-10-10r4894: namecache.c is not used any more eitherAndrew Tridgell1-247/+0
2007-10-10r4893: Move to using secrets.ldb for the Kerberos verify, instead ofAndrew Bartlett1-12/+33
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell16-2730/+414
2007-10-10r4890: Try to cope with mechanism mismatch in the client speaks first versionAndrew Bartlett1-7/+98
2007-10-10r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell1-0/+1
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell5-1/+1036
2007-10-10r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2-1/+13
2007-10-10r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell1-2/+6
2007-10-10r4795: stronget type checking in composite connect functionAndrew Tridgell1-2/+4
2007-10-10r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell5-25/+25
2007-10-10r4783: got rid of another void* in the composite code. This brings us down toAndrew Tridgell5-114/+88
2007-10-10r4782: volker quite rightly pointed out that there is too much of aAndrew Tridgell5-130/+131
2007-10-10r4778: I forgot to set the session key for the spnego path. Fixed.Andrew Tridgell1-0/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell9-576/+473
2007-10-10r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell5-4/+476
2007-10-10r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell1-10/+41
2007-10-10r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell1-18/+9
2007-10-10r4758: - added async support to the session request codeAndrew Tridgell5-45/+105
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell5-91/+221
2007-10-10r4755: the recent change in the definition of lp_passwordserver() breaks thisAndrew Tridgell2-204/+0
2007-10-10r4754: tidied up the composite function infrastructure to make it easier toAndrew Tridgell4-44/+67
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher3-5/+5
2007-10-10r4710: added a smb_composite_savefile() function, and expanded the test suite...Andrew Tridgell5-12/+350
2007-10-10r4701: remove debugsStefan Metzmacher1-2/+0
2007-10-10r4700: first attempt at a composite async function, smb_composite_loadfile(),Andrew Tridgell4-1/+366
2007-10-10r4692: Make the client SPNEGO code bail out in a couple more cases.Andrew Bartlett1-1/+4
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