summaryrefslogtreecommitdiff
path: root/source4/libcli/util
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-26/+22
2007-10-10r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij1-0/+2
2007-10-10r5737: add some error codesStefan Metzmacher1-0/+2
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2-0/+2
2007-10-10r5237: Add error code for "class not registered"Jelmer Vernooij1-0/+1
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell1-61/+0
2007-10-10r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell1-504/+0
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell3-5/+5
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-1/+1
2007-10-10r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell1-1/+1
2007-10-10r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher1-1/+1
2007-10-10r4701: remove debugsStefan Metzmacher1-2/+0
2007-10-10r4658: (grr, commited wrong file last time).Andrew Bartlett1-1/+1
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 Tridgell1-1/+1
2007-10-10r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error codeAndrew Tridgell1-0/+1
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell1-2/+2
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell1-3/+3
2007-10-10r4435: add another error codeStefan Metzmacher1-0/+1
2007-10-10r4431: add WERR_NET_NAME_NOT_FOUNDStefan Metzmacher1-1/+2
2007-10-10r4202: added smbclient commands "addprivileges" and "delprivileges" forAndrew Tridgell1-0/+46
2007-10-10r4177: add some more error codesStefan Metzmacher1-0/+3
2007-10-10r4084: add some more error codesStefan Metzmacher1-0/+2
2007-10-10r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell1-0/+299
2007-10-10r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIESAndrew Tridgell1-0/+1
2007-10-10r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILEAndrew Tridgell1-1/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-1/+1
2007-10-10r3910: add some error codesStefan Metzmacher1-0/+6
2007-10-10r3901: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3900: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r3899: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3898: Work towards local/server DCOM support, start workingJelmer Vernooij1-6/+6
2007-10-10r3826: - added testing of ea lists in NTTRANS CREATEAndrew Tridgell1-0/+1
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher1-180/+0
2007-10-10r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell1-0/+12
2007-10-10r3686: The results of some work on the NETLOGON pipe:Andrew Bartlett2-8/+19
2007-10-10r3655: As required by the new torture test, add the LM session key outputAndrew Bartlett1-1/+8
2007-10-10r3545: initial support for using extended attributes to hold extended dos att...Andrew Tridgell1-0/+7
2007-10-10r3476: fixed some const warningsAndrew Tridgell1-1/+1
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-38/+39
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+1
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-1/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3441: some include file cleanups and general housekeepingAndrew Tridgell1-109/+0
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2-0/+3
2007-10-10r3358: Try to put all the basic struct dom_sid manipulation functions in oneAndrew Bartlett1-0/+57
2007-10-10r3331: Add string descriptions for a couple more WERROR'sJelmer Vernooij1-0/+10
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-2/+2
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-35/+38