1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-18 17:57:55 +03:00

6418 Commits

Author SHA1 Message Date
Andrew Tridgell
96e269fefe - generate both the pull and push side
- fixed lots of bugs
-
Andrew Tridgell
8e865508a6 a bit of a tidy up before I add the ndr_pull_*() side of things -
Andrew Tridgell
6b222d3b65 another major bit of restructuring of rpc in Samba4. Mostly moving
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
-
Andrew Tridgell
42cd6904f5 updated pidl to auto-generate the ndr_push_*() functions for the
Samba4 rpc framework

not complete, but sufficient for a number of lsa functions
-
Andrew Tridgell
9476dd5620 allow qfsinfo to continue with just 10 levels supported in the server -
Andrew Tridgell
6a8f297c45 finished off the ndr_sec.c module -
Andrew Tridgell
4368eaa523 fixed another error found by valgrind -
Andrew Tridgell
ca5f0ccb6c fixed some error found by valgrind -
Andrew Tridgell
25a8692fed lsa_EnumSids() now works -
Andrew Tridgell
9cf479873f lsa_OpenPolicy2 now works -
Andrew Tridgell
f5bd301ff7 yipee! we can now do lsaOpenPolicy() via the new interfaces, without
using any of the old lsa code
-
Andrew Tridgell
f51a216136 added support for fragmented sends -
Andrew Tridgell
a9aa7954fe added fragmentation support on receive for dcerpc packets. I have
successfully used SourceData with 200M of data in rpcecho
-
Andrew Tridgell
7c356350e6 added SinkData and SourceData tests for rpcecho -
Andrew Tridgell
9c7e4db471 added rpcecho EchoData test -
Andrew Tridgell
717803848a actually use the passed parameters! -
Andrew Tridgell
a8feb80438 added a helper function to make building rpc functions a bit easier -
Andrew Tridgell
8cff335dab started adding RPC-ECHO torture cases -
Andrew Tridgell
95fa15cdcf we only want the per-call stub data -
Andrew Tridgell
e925c315f5 a major revamp of the low level dcerpc code in samba4, We can now do a
successful LSA OpenPolicy using smbtorture
-
Andrew Tridgell
9bf904fc34 - a few portability fixes from Jim Myers
- 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
-
Andrew Tridgell
3f20041bb9 much better synchronised startup in smbtorture - this allows us to run
massive NBENCH runs without killing the client
-
Tim Potter
bc17a4a8ad Add RPC-OPEN test as an example for using the new dcerpc client code.
It's a bit icky so I suspect it won't last long.  (-:
-
Tim Potter
e99e28aa36 A fix for making transfer syntax a pointer instead of an array of pointers
in struct p_ctx_list.
-
Tim Potter
d66f5afaaa Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively. -
Tim Potter
94686a3f94 Cli level code for initial dcerpc client support. -
Tim Potter
34a2cc1099 Initial version of raw dcerpc client support. -
Tim Potter
35ee9fdeab Add data structures for initial dcerpc support. -
Tim Potter
7d21af3fdf Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is
the same for trans and trans2.
-
Andrew Tridgell
5b9f7bc8b5 added some NTVFS info, and started the process model section -
Andrew Tridgell
f0b309cb30 the beginnings of a samba4 programming guide -
Andrew Tridgell
89f7261ba5 fixed snprintf.c for systems that have only some of the *printf() family of 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
-
Jelmer Vernooij
42dbb8e2eb Update MySQL configuration scripts, add module macros -
Jelmer Vernooij
ac05e976f2 Remove obsolete file -
Andrew Tridgell
4559208c80 better child synchronisation at startup in NBENCH -
Andrew Tridgell
19eab118c1 - use deltree to setup base directory -
Tim Potter
9edf634569 Quieten a compiler warning. -
Andrew Tridgell
b69f54eb02 thanks to ntfsd and some google searches I worked out what the unknown
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
-
Andrew Tridgell
723af7f097 I think I've finally got the ascii/unicode issues right in trans2 find
first

Also expanded the rename test a little
-
Andrew Tridgell
a56f6896bf expanded the RAW-READ test to make it clearer that all locks conflict
in SMBlockread, not just other peoples locks (error in spec)
-
Andrew Tridgell
19abdace95 fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATION -
Jelmer Vernooij
b85539336e Remove some obsolete files (like in samba3) -
Jelmer Vernooij
7bc56792dc Sync autogen.sh from samba3 -
Jelmer Vernooij
dd850b5bd8 Add script that reports unused macros/defines -
Jelmer Vernooij
37f55d8619 Add script that detects useless AC_DEFINE()'s in configure.in -
Herb Lewis
b034c4b86e don't leak memory if cli->tree is NULL -
Herb Lewis
ba5d1cde98 don't dereference null pointer -
Andrew Tridgell
cdf2626a6d ascii/unicode fixes in ascii mode found by smbtorture -
Andrew Tridgell
81c941ba8a - patch to fix a memory leak from metze
- fix a couple of unicode string errors for ascii clients found by
  RAW- tests
-
Andrew Tridgell
dad7d285ab fix handling of parametric smb.conf parms with embedded spaces -