summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-28A fix for making transfer syntax a pointer instead of an array of pointersTim Potter1-2/+2
2003-10-28Cli level code for initial dcerpc client support.Tim Potter1-0/+254
2003-10-28Initial version of raw dcerpc client support.Tim Potter1-0/+222
2003-10-28Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter1-8/+53
2003-10-10fixed snprintf.c for systems that have only some of the *printf() family of f...Andrew Tridgell1-0/+5
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2-30/+26
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell3-11/+22
2003-08-15don't leak memory if cli->tree is NULLHerb Lewis1-3/+5
2003-08-15don't dereference null pointerHerb Lewis1-1/+1
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-4/+1
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell5-8/+4
2003-08-15wrong typecastHerb Lewis1-1/+1
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell1-1/+1