summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2004-03-08fixed two writex client bugsAndrew Tridgell1-4/+4
2004-02-21The file descriptor argument to cli_getattrE() is a fnum not a fd.Tim Potter1-2/+2
2004-02-21fixed a problem with the smb client code spinning when the connectionAndrew Tridgell1-1/+5
2004-02-12move more code to the config.m4 schemeStefan Metzmacher2-0/+45
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter4-112/+113
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2-0/+344
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter8-152/+168
2004-02-01merge:Stefan Metzmacher2-44/+72
2004-01-15* fixed a segv when -U is not used in smbtorture.Andrew Tridgell2-6/+18
2004-01-02Autodetect service_type in cli_tree_full_connection() if the callerTim Potter1-0/+6
2003-12-16a fairly large commit!Andrew Tridgell1-1/+2
2003-12-15make sure we allow clients to negotiate ntlmssp seal if they want itAndrew Tridgell1-1/+2
2003-12-11the next step in the dcerpc server code. Added the link between theAndrew Tridgell1-3/+5
2003-12-04* patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell1-34/+71
2003-12-02added netr_DatabaseSync(). It doesn't work as I haven't done schannelAndrew Tridgell1-3/+9
2003-12-02another big improvement in the credentials API. I think it nowAndrew Tridgell1-42/+69
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-0/+11
2003-12-01 * another small API change in the credentials codeAndrew Tridgell2-62/+88
2003-12-01neater credentials handling in netlogon client codeAndrew Tridgell1-159/+32
2003-12-01fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell1-2/+1
2003-12-01added netr_LogonSamLogon() and test codeAndrew Tridgell1-3/+0
2003-12-01added netr_ServerAuthenticate() and test codeAndrew Tridgell2-21/+213
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell2-194/+3
2003-11-26fixed default port handling pointed out by Tom JansenAndrew Tridgell1-1/+1
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell1-2/+6
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell7-941/+1788
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-2/+2
2003-11-20make the socket send code a little clearerAndrew Tridgell1-1/+5
2003-11-19updated copyright yearAndrew Tridgell1-1/+1
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+1
2003-11-17security descriptors are no longer a "special" type, they are handledAndrew Tridgell1-1/+1
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+6
2003-11-08- corrected some lsa idlAndrew Tridgell1-1/+5
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell16-2971/+0
2003-11-05finished off the ndr_sec.c moduleAndrew Tridgell2-15/+164
2003-11-04fixed another error found by valgrindAndrew Tridgell2-5/+3
2003-11-04fixed some error found by valgrindAndrew Tridgell4-3/+11
2003-11-04lsa_EnumSids() now worksAndrew Tridgell5-2/+109
2003-11-04lsa_OpenPolicy2 now worksAndrew Tridgell4-10/+85
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell10-25/+422
2003-11-04added support for fragmented sendsAndrew Tridgell3-8/+83
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell2-5/+188
2003-11-03added SinkData and SourceData tests for rpcechoAndrew Tridgell4-1/+114
2003-11-03added rpcecho EchoData testAndrew Tridgell4-1/+91
2003-11-03actually use the passed parameters!Andrew Tridgell1-3/+3
2003-11-03added a helper function to make building rpc functions a bit easierAndrew Tridgell3-32/+66
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell6-11/+187
2003-11-03we only want the per-call stub dataAndrew Tridgell1-6/+21
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell13-642/+1228
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell6-0/+630