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