summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Collapse)AuthorAgeFilesLines
...
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-267-941/+1788
| | | | | | | | | | * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms (This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-2/+2
| | | | | | In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. (This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58)
* make the socket send code a little clearerAndrew Tridgell2003-11-201-1/+5
| | | | (This used to be commit 48028fbb856ea7ee642f36ba9ed0d5815763f52b)
* updated copyright yearAndrew Tridgell2003-11-191-1/+1
| | | | (This used to be commit 4dcc06d04c67c6e063c5b2a88f693423c77f342d)
* * add another WERR err codeAndrew Tridgell2003-11-171-0/+1
| | | | | | * use the top-level function argument printing to show more detail in RPC-* tests (This used to be commit 33bb8785625b1845750f28f2d810e7096afe9f8e)
* security descriptors are no longer a "special" type, they are handledAndrew Tridgell2003-11-171-1/+1
| | | | | | | using the [relative] property this also fixes level3 of PrinterInfo (a relative secdesc) (This used to be commit d5a15257fdd5f6cfe2706765a7c29f623ec1c6f8)
* added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell2003-11-171-0/+6
| | | | | for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f)
* - corrected some lsa idlAndrew Tridgell2003-11-081-1/+5
| | | | | - updated lsa parse code from pidl (This used to be commit 3983b2aee77b0e093847bfc02e02b83ab281f5dd)
* another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell2003-11-0616-2971/+0
| | | | | | | | | files around, but also added the first bits of auto-generated code for the lsa pipe. I haven't updated the Makefile to call pidl yet, so for now the code was cut-and-pasted into librpc/ndr/ndr_lsa.c manually (This used to be commit 6b222d3b6541ee74cf8bf3f0913cd444903ca991)
* finished off the ndr_sec.c moduleAndrew Tridgell2003-11-052-15/+164
| | | | (This used to be commit 6a8f297c45c9897b3dba18467cb449a70abf0b56)
* fixed another error found by valgrindAndrew Tridgell2003-11-042-5/+3
| | | | (This used to be commit 4368eaa523830f3101f0bb052346ed26bc70ae73)
* fixed some error found by valgrindAndrew Tridgell2003-11-044-3/+11
| | | | (This used to be commit ca5f0ccb6cd10d51c96a5cd8e0cd97d50cbb9a73)
* lsa_EnumSids() now worksAndrew Tridgell2003-11-045-2/+109
| | | | (This used to be commit 25a8692fede323b53240192e5d349b39fe0b7342)
* lsa_OpenPolicy2 now worksAndrew Tridgell2003-11-044-10/+85
| | | | (This used to be commit 9cf479873f3501776091c9d01551adadcf525794)
* yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell2003-11-0410-25/+422
| | | | | using any of the old lsa code (This used to be commit f5bd301ff7befa223a1d761a37ae8f7ce7f1fcd1)
* added support for fragmented sendsAndrew Tridgell2003-11-043-8/+83
| | | | (This used to be commit f51a216136b7cc7d4d07d4acb80e0a710d82841a)
* added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell2003-11-042-5/+188
| | | | | successfully used SourceData with 200M of data in rpcecho (This used to be commit a9aa7954fe84c925bb158af8b73aa71b7ea84e2b)
* added SinkData and SourceData tests for rpcechoAndrew Tridgell2003-11-034-1/+114
| | | | (This used to be commit 7c356350e6148078725de6b6829eb0855771ae17)
* added rpcecho EchoData testAndrew Tridgell2003-11-034-1/+91
| | | | (This used to be commit 9c7e4db4712d1b2b7d8125e3ae535efd50b80f58)
* actually use the passed parameters!Andrew Tridgell2003-11-031-3/+3
| | | | (This used to be commit 717803848afd7e1b443c3134183c171b54f192d7)
* added a helper function to make building rpc functions a bit easierAndrew Tridgell2003-11-033-32/+66
| | | | (This used to be commit a8feb80438680b9ec399c908987c58c4a6a998e6)
* started adding RPC-ECHO torture casesAndrew Tridgell2003-11-036-11/+187
| | | | (This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
* we only want the per-call stub dataAndrew Tridgell2003-11-031-6/+21
| | | | (This used to be commit 95fa15cdcf2df5e8436281cdf96c84228a56cc4c)
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-0313-642/+1228
| | | | | successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-306-0/+630
| | | | | | | | | | - added SMBD_LISTEN_BACKLOG in local.h - added the beginnings of a ndr/rpc parsing framework for Samba4. It currently correctly parses security descriptors for the nttrans QUERY_SECDESC call, but I hope it will become a reasonable framework that an idl based generator can work to (This used to be commit 9bf904fc34f88e0581f93656e73d3c01ca96f761)
* A fix for making transfer syntax a pointer instead of an array of pointersTim Potter2003-10-281-2/+2
| | | | | in struct p_ctx_list. (This used to be commit e99e28aa36f31e862e89cef246b50a34b5115af9)
* Cli level code for initial dcerpc client support.Tim Potter2003-10-281-0/+254
| | | | (This used to be commit 94686a3f941086510415273f71503cd5f18179b8)
* Initial version of raw dcerpc client support.Tim Potter2003-10-281-0/+222
| | | | (This used to be commit 34a2cc10992953897268ca864f2851f4c2d99e1e)
* Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2003-10-281-8/+53
| | | | | the same for trans and trans2. (This used to be commit 7d21af3fdf6cf5144a41021425179ca2bba553b3)
* fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell2003-10-101-0/+5
| | | | | | | | | | | functions cope with servers that return bogus (too large) values in max_xmit cope with a couple more error conditions in RAW-SFILEINFO better startup time heuristics in NBENCH (This used to be commit 89f7261ba589e5760b3cf9c3594eab9d7198dd7e)
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-022-30/+26
| | | | | | | | | fields in level 261 and level 262 of directory search are, plus the names of the levels the unknown fields are a 64bit unique file id, and match the 64 bit number from the internal_information qfileinfo level (This used to be commit b69f54eb028a24144a2e813f059b08644118ab09)
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-313-11/+22
| | | | | | | first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
* don't leak memory if cli->tree is NULLHerb Lewis2003-08-151-3/+5
| | | | (This used to be commit b034c4b86e2faddf0928810a3e56c03d6aaef9f5)
* don't dereference null pointerHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit ba5d1cde98f9146ffc889ac89ec79331e2bfae18)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-4/+1
| | | | (This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-155-8/+4
| | | | (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
* wrong typecastHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit de7674ebefe3a8b0f953afe983ce058e11f827c2)
* fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell2003-08-151-1/+1
| | | | | this fixes the samba4 server with ascii clients (This used to be commit c770603ac6c3331a4ac79a650cbbbeb21c778137)
* try to cope with servers that return a blank alt_name fieldAndrew Tridgell2003-08-151-1/+5
| | | | (This used to be commit 0a1cda392ad29c95c8886a26c34fcea0b19ecebf)
* some servers don't return a fs_type and dev_typeAndrew Tridgell2003-08-151-2/+6
| | | | (This used to be commit eaec1bdaadd744c63fb270b3807bc284dfadb37d)
* fixed a comment typoAndrew Tridgell2003-08-151-2/+2
| | | | (This used to be commit 4cc8fef8ca278b19eb4601e7660fc1976594412e)
* nicer formatting in getattreAndrew Tridgell2003-08-151-6/+6
| | | | (This used to be commit 52657c369b26710ed4d3a8cce81dd518547c583e)
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-141-2/+2
| | | | | | | | include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE include/smb_interfaces.h - remove empty structure source/lib/debug.c - void functions cannot return value libcli/clifile.c - cannot assign *struct to struct (This used to be commit 9a724762012f55d21d44ea87add7daf21f7414d1)
* added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell2003-08-141-0/+12
| | | | (This used to be commit 3eef35e581b5e1802711b9b5297f61800a7e242e)
* - added a raw smb scannerAndrew Tridgell2003-08-131-1/+1
| | | | | - its not a root_fid in ntrename (This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
* - added SMBntrename test suiteAndrew Tridgell2003-08-134-14/+39
| | | | | | | - allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
* add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2003-08-131-1/+2
| | | | | test suite to see if it is supported. w2k3 doesn't seem to support it. (This used to be commit c946be06a49e9a187045f2372ef7c1b987eaf6e5)
* use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell2003-08-131-1/+4
| | | | | cope with the simpler form (This used to be commit 295cc63fb8d99d403c863a7b30cb30382070a6f9)
* first public release of samba4 codeAndrew Tridgell2003-08-1351-0/+18245
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)