summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2003-11-09- handle void functionsAndrew Tridgell4-46/+104
- bettenicer handling of PROPERTIES - handle size_is() on an out variable that refers to an in variable (This used to be commit 33d9b75783651ccb02f895bc9e0b0d0d59f67b1d)
2003-11-09use a more consistent style for the client stubsAndrew Tridgell2-91/+47
(This used to be commit 9946532f97bf8c820e8615dc6697f740144cd9d8)
2003-11-09get rid of some prototypes that aren't needed any moreAndrew Tridgell1-4/+0
(This used to be commit 6151e5a2144bbccedb76772ea2cebc9676977efd)
2003-11-09lsa_LookupNames now worksAndrew Tridgell6-5/+262
(This used to be commit fba3a7ad22edcbe394861e42b5e5c53709e9d5fe)
2003-11-09added support for arrays as function arguments and for unistr_notermAndrew Tridgell2-8/+17
(This used to be commit 7bb45a21aeb9ea653c86ae7aa45ceee850b4b255)
2003-11-09check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell1-1/+1
(This used to be commit 9aacdb5b8ac26a7a6337aeb23f63513fbd2236f6)
2003-11-09added idl, generated code and test code for lsa_LookupSidsAndrew Tridgell7-3/+372
(This used to be commit afa1ff5f08fceba3d34b4e0965fe7e0c0143ede9)
2003-11-09added fixes for the pushing of arrays and handling non-ref pointers inAndrew Tridgell2-9/+29
function arguments (This used to be commit 25be8dafdae65d9b6cbd04514290f1402e882f4e)
2003-11-08- include includes.hAndrew Tridgell3-19/+73
- fix ref ptrs in push - add NTSTATUS return (This used to be commit cba9df9aa4cef7d35ae786a90d6c34b54e9a086a)
2003-11-08- more generation fixesAndrew Tridgell7-124/+46
- added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
2003-11-08- corrected some lsa idlAndrew Tridgell11-142/+465
- updated lsa parse code from pidl (This used to be commit 3983b2aee77b0e093847bfc02e02b83ab281f5dd)
2003-11-08- generate both the pull and push sideAndrew Tridgell3-98/+300
- fixed lots of bugs (This used to be commit 96e269fefedd1e8541eae7ad5e3fb98df978c81b)
2003-11-06a bit of a tidy up before I add the ndr_pull_*() side of thingsAndrew Tridgell1-47/+21
(This used to be commit 8e865508a6619af4f2d72c3db7890edf9e07da1d)
2003-11-06another major bit of restructuring of rpc in Samba4. Mostly movingAndrew Tridgell20-244/+332
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)
2003-11-06updated pidl to auto-generate the ndr_push_*() functions for theAndrew Tridgell6-77/+340
Samba4 rpc framework not complete, but sufficient for a number of lsa functions (This used to be commit 42cd6904f51bac1ff92f0aea0deffb11864dfac2)
2003-11-06allow qfsinfo to continue with just 10 levels supported in the serverAndrew Tridgell1-1/+1
(This used to be commit 9476dd562010dc30dd9aea777e0cede273e6e29a)
2003-11-05finished off the ndr_sec.c moduleAndrew Tridgell2-15/+164
(This used to be commit 6a8f297c45c9897b3dba18467cb449a70abf0b56)
2003-11-04fixed another error found by valgrindAndrew Tridgell2-5/+3
(This used to be commit 4368eaa523830f3101f0bb052346ed26bc70ae73)
2003-11-04fixed some error found by valgrindAndrew Tridgell4-3/+11
(This used to be commit ca5f0ccb6cd10d51c96a5cd8e0cd97d50cbb9a73)
2003-11-04lsa_EnumSids() now worksAndrew Tridgell6-8/+180
(This used to be commit 25a8692fede323b53240192e5d349b39fe0b7342)
2003-11-04lsa_OpenPolicy2 now worksAndrew Tridgell5-12/+129
(This used to be commit 9cf479873f3501776091c9d01551adadcf525794)
2003-11-04yipee! we can now do lsaOpenPolicy() via the new interfaces, withoutAndrew Tridgell14-106/+459
using any of the old lsa code (This used to be commit f5bd301ff7befa223a1d761a37ae8f7ce7f1fcd1)
2003-11-04added support for fragmented sendsAndrew Tridgell5-15/+86
(This used to be commit f51a216136b7cc7d4d07d4acb80e0a710d82841a)
2003-11-04added fragmentation support on receive for dcerpc packets. I haveAndrew Tridgell3-10/+199
successfully used SourceData with 200M of data in rpcecho (This used to be commit a9aa7954fe84c925bb158af8b73aa71b7ea84e2b)
2003-11-03added SinkData and SourceData tests for rpcechoAndrew Tridgell5-2/+185
(This used to be commit 7c356350e6148078725de6b6829eb0855771ae17)
2003-11-03added rpcecho EchoData testAndrew Tridgell5-1/+133
(This used to be commit 9c7e4db4712d1b2b7d8125e3ae535efd50b80f58)
2003-11-03actually use the passed parameters!Andrew Tridgell1-3/+3
(This used to be commit 717803848afd7e1b443c3134183c171b54f192d7)
2003-11-03added a helper function to make building rpc functions a bit easierAndrew Tridgell4-44/+97
(This used to be commit a8feb80438680b9ec399c908987c58c4a6a998e6)
2003-11-03started adding RPC-ECHO torture casesAndrew Tridgell11-19/+245
(This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
2003-11-03we only want the per-call stub dataAndrew Tridgell2-9/+23
(This used to be commit 95fa15cdcf2df5e8436281cdf96c84228a56cc4c)
2003-11-03a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell20-825/+1403
successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell13-17/+704
- 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)
2003-10-29much better synchronised startup in smbtorture - this allows us to runAndrew Tridgell1-2/+8
massive NBENCH runs without killing the client (This used to be commit 3f20041bb930ff1e4d9c0709008174faa5f690d5)
2003-10-28Add RPC-OPEN test as an example for using the new dcerpc client code.Tim Potter2-1/+81
It's a bit icky so I suspect it won't last long. (-: (This used to be commit bc17a4a8ade1b003acb5681471568a94e81aad08)
2003-10-28A fix for making transfer syntax a pointer instead of an array of pointersTim Potter1-2/+2
in struct p_ctx_list. (This used to be commit e99e28aa36f31e862e89cef246b50a34b5115af9)
2003-10-28Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively.Tim Potter1-2/+2
(This used to be commit d66f5afaaabdbaddb846fdff0421398f4cb19d89)
2003-10-28Cli level code for initial dcerpc client support.Tim Potter1-0/+254
(This used to be commit 94686a3f941086510415273f71503cd5f18179b8)
2003-10-28Initial version of raw dcerpc client support.Tim Potter1-0/+222
(This used to be commit 34a2cc10992953897268ca864f2851f4c2d99e1e)
2003-10-28Add data structures for initial dcerpc support.Tim Potter2-0/+94
(This used to be commit 35ee9fdeababea8fd00f69d7d8f9d55eef57994c)
2003-10-28Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2-9/+55
the same for trans and trans2. (This used to be commit 7d21af3fdf6cf5144a41021425179ca2bba553b3)
2003-10-10fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell4-13/+19
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)
2003-09-29Update MySQL configuration scripts, add module macrosJelmer Vernooij1-131/+46
(This used to be commit 42dbb8e2eb11f14b07f17337ed256f4a3a2caad6)
2003-09-29Remove obsolete fileJelmer Vernooij2-240/+0
(This used to be commit ac05e976f20796202deb1731f9488d5a52e2b25f)
2003-09-29better child synchronisation at startup in NBENCHAndrew Tridgell1-8/+18
(This used to be commit 4559208c80e0368ff677bfe0e6cde0abb8b9b2c0)
2003-09-29- use deltree to setup base directoryAndrew Tridgell1-3/+6
(This used to be commit 19eab118c1e73a0c5142ff10f7cf5ecae97349ac)
2003-09-18Quieten a compiler warning.Tim Potter1-0/+3
(This used to be commit 9edf634569d89b152fc73eae70245cbf338b498d)
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell15-140/+161
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)
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell8-35/+125
first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
2003-08-29expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell1-1/+7
in SMBlockread, not just other peoples locks (error in spec) (This used to be commit a56f6896bfc00222b12be3d0bb06f99144f2d23d)
2003-08-23fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell1-1/+3
(This used to be commit 19abdace95ff8369922ed7ffb9f75fab6d2d0b7b)