summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* A fix for making transfer syntax a pointer instead of an array of pointersTim Potter2003-10-281-2/+2
* Cli level code for initial dcerpc client support.Tim Potter2003-10-281-0/+254
* Initial version of raw dcerpc client support.Tim Potter2003-10-281-0/+222
* Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2003-10-281-8/+53
* fixed snprintf.c for systems that have only some of the *printf() family of f...Andrew Tridgell2003-10-101-0/+5
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-022-30/+26
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-313-11/+22
* don't leak memory if cli->tree is NULLHerb Lewis2003-08-151-3/+5
* don't dereference null pointerHerb Lewis2003-08-151-1/+1
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-4/+1
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-155-8/+4
* wrong typecastHerb Lewis2003-08-151-1/+1
* fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell2003-08-151-1/+1
* try to cope with servers that return a blank alt_name fieldAndrew Tridgell2003-08-151-1/+5
* some servers don't return a fs_type and dev_typeAndrew Tridgell2003-08-151-2/+6
* fixed a comment typoAndrew Tridgell2003-08-151-2/+2
* nicer formatting in getattreAndrew Tridgell2003-08-151-6/+6
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-141-2/+2
* added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell2003-08-141-0/+12
* - added a raw smb scannerAndrew Tridgell2003-08-131-1/+1
* - added SMBntrename test suiteAndrew Tridgell2003-08-134-14/+39
* add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2003-08-131-1/+2
* use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell2003-08-131-1/+4
* first public release of samba4 codeAndrew Tridgell2003-08-1351-0/+18245