Andrew Tridgell
aeda2f8152
more dfs work
...
(This used to be commit d9eb4511d0
)
2003-11-13 10:15:08 +00:00
Andrew Tridgell
3031937d56
* fixed conformant arrays in structures
...
* expanded the rpcecho test
* started adding the NETDFS pipe
(This used to be commit 095ab42cbd
)
2003-11-13 09:26:53 +00:00
Andrew Tridgell
ff02537261
I think we now handle conformant arrays in structures correctly - the
...
test cases pass
(This used to be commit 22e1502350
)
2003-11-13 09:23:58 +00:00
Andrew Tridgell
6714815f01
lsa_PrivilegeSet seems to be a very strange beast indeed. It has a
...
constant sized array of size 1 at the end?
(This used to be commit 2cc354bd82
)
2003-11-12 05:34:21 +00:00
Andrew Tridgell
6735b72a8d
handle constant sized arrays
...
(This used to be commit 673e7bcdc2
)
2003-11-12 05:32:37 +00:00
Andrew Tridgell
8830a20bce
added 9 more info levels to lsa_QueryInfoPolicy
...
(This used to be commit b2ced24fc0
)
2003-11-11 07:57:08 +00:00
Andrew Tridgell
5475c9f978
added support for 8 byte aligned HYPER_T
...
(This used to be commit 259d5d7a0e
)
2003-11-11 07:55:41 +00:00
Andrew Tridgell
c614ea5435
added QueryPolicyInfo/PrimaryDomainInfo idl and test code
...
(This used to be commit b754ad2eae
)
2003-11-11 06:54:54 +00:00
Andrew Tridgell
023a8fcb80
fixed the NDR structure alignment rules
...
still not perfect, but works for all the cases I have seen so far
(This used to be commit ce15cc87fb
)
2003-11-11 06:53:12 +00:00
Andrew Tridgell
bde602b9e1
support lsa_AuditEventsInfo
...
(This used to be commit 7e7cb97593
)
2003-11-11 06:22:58 +00:00
Andrew Tridgell
d720f3d2e4
fixed handling on pointers to arrays of structures in unions
...
(This used to be commit a29145df04
)
2003-11-11 06:20:18 +00:00
Andrew Tridgell
deeb8d98a1
start using automatic union printing
...
(This used to be commit e81040a902
)
2003-11-11 04:38:51 +00:00
Andrew Tridgell
161321f68d
automatic printing of unions
...
(This used to be commit 73b5300755
)
2003-11-11 04:38:10 +00:00
Andrew Tridgell
cecbf0cd8b
automatically generate ndr_print_*() functions for every IDL
...
structure. This allows easy debug and test tool writing without having
to write functions that print every element of complex structures.
(This used to be commit 81d6181172
)
2003-11-11 04:04:36 +00:00
Andrew Tridgell
a934f89549
started adding support for lsa_QueryInfoPolicy
...
(This used to be commit 5b2d577969
)
2003-11-11 02:02:29 +00:00
Andrew Tridgell
be443f914a
- added support for the pull side of unions
...
- don't generate parse functions for pull/push functions that are not
used
(This used to be commit 54613574bc
)
2003-11-11 01:59:28 +00:00
Andrew Tridgell
657dc577b6
added idl and test code for lsa_LookupPrivName()
...
(This used to be commit c742227ec3
)
2003-11-10 12:42:45 +00:00
Andrew Tridgell
4659d4f9e2
added IDL and test for lsa_EnumAccountRights()
...
interestingly, win2000 doesn't return the same list of rights via
lsa_EnumAccountRights() and lsa_EnumPrivsAccount()
(This used to be commit 447c5f13d4
)
2003-11-10 12:12:22 +00:00
Andrew Tridgell
a9fbdd4838
added IDL and test for lsa_EnumPrivsAccount()
...
(This used to be commit f8bbce69bf
)
2003-11-10 11:37:19 +00:00
Andrew Tridgell
db7012397f
much cleaner handling of the different types of variables
...
(This used to be commit 4df59bcff5
)
2003-11-10 11:33:21 +00:00
Jelmer Vernooij
e69987090f
Add make rule for smbiconv
...
(This used to be commit 4c0226c718
)
2003-11-09 16:24:31 +00:00
Jelmer Vernooij
47d3fe181b
Remove check for SAM, which has already been removed
...
(This used to be commit db68d642d6
)
2003-11-09 16:08:14 +00:00
Jelmer Vernooij
7d07455b96
Add iconv test utility
...
(This used to be commit 00807119ee
)
2003-11-09 15:52:01 +00:00
Jelmer Vernooij
070f8d2070
Add check for precompiled headers
...
(This used to be commit e92e04b889
)
2003-11-09 13:16:52 +00:00
Andrew Tridgell
3fa8da4d26
- fixed lsa_EnumTrustDom
...
- added lsa_OpenAccount
- handle STATUS_SOME_UNMAPPED
(This used to be commit e5d93cf996
)
2003-11-09 11:01:39 +00:00
Andrew Tridgell
3c669340f5
added lsa_EnumTrustDom
...
(This used to be commit ef60a70912
)
2003-11-09 10:01:24 +00:00
Andrew Tridgell
4bba087298
added lsa_EnumPrivs idl and test code
...
(This used to be commit fe12f81ba4
)
2003-11-09 09:44:06 +00:00
Andrew Tridgell
e3581c28bb
added a test for lsa_Close()
...
(This used to be commit dbadbbf1a7
)
2003-11-09 09:04:28 +00:00
Andrew Tridgell
2f6adaadbb
i forgot to commit the rpcecho idl file
...
(This used to be commit 6c50589a9c
)
2003-11-09 08:31:36 +00:00
Andrew Tridgell
44dfd03963
- added the rest of the LSA calls as stubs
...
- auto-generate the client calls with 'make idl'
(This used to be commit 8e52381313
)
2003-11-09 08:30:29 +00:00
Andrew Tridgell
5eb907f1d4
added a module for auto-generating the client calls. We can now go
...
from IDL file to working Samba4 RPC client library in a completely
automated fashion.
(This used to be commit 566476b3ff
)
2003-11-09 08:28:47 +00:00
Andrew Tridgell
adf6142953
converted the rpcecho pipe to use IDL
...
(This used to be commit 1b7a7bc464
)
2003-11-09 07:24:06 +00:00
Andrew Tridgell
b7a6971ce1
- handle void functions
...
- bettenicer handling of PROPERTIES
- handle size_is() on an out variable that refers to an in variable
(This used to be commit 33d9b75783
)
2003-11-09 07:22:48 +00:00
Andrew Tridgell
363754a865
use a more consistent style for the client stubs
...
(This used to be commit 9946532f97
)
2003-11-09 04:40:50 +00:00
Andrew Tridgell
4991e27bbc
get rid of some prototypes that aren't needed any more
...
(This used to be commit 6151e5a214
)
2003-11-09 02:25:03 +00:00
Andrew Tridgell
946d358646
lsa_LookupNames now works
...
(This used to be commit fba3a7ad22
)
2003-11-09 02:21:24 +00:00
Andrew Tridgell
75a30ad828
added support for arrays as function arguments and for unistr_noterm
...
(This used to be commit 7bb45a21ae
)
2003-11-09 02:20:26 +00:00
Andrew Tridgell
30d45fc57c
check for pidl.pl in path, not $HOME/pidl/
...
(This used to be commit 9aacdb5b8a
)
2003-11-09 01:18:59 +00:00
Andrew Tridgell
cff32d6b0a
added idl, generated code and test code for lsa_LookupSids
...
(This used to be commit afa1ff5f08
)
2003-11-09 00:58:40 +00:00
Andrew Tridgell
2430e941d7
added fixes for the pushing of arrays and handling non-ref pointers in
...
function arguments
(This used to be commit 25be8dafda
)
2003-11-09 00:57:27 +00:00
Andrew Tridgell
574a11bd37
- include includes.h
...
- fix ref ptrs in push
- add NTSTATUS return
(This used to be commit cba9df9aa4
)
2003-11-08 13:24:14 +00:00
Andrew Tridgell
668c938678
- more generation fixes
...
- added auto-generation from the Makefile. Only called when you run "make idl"
(This used to be commit 47a17e5a08
)
2003-11-08 13:23:20 +00:00
Andrew Tridgell
7d212460a5
- corrected some lsa idl
...
- updated lsa parse code from pidl
(This used to be commit 3983b2aee7
)
2003-11-08 11:21:57 +00:00
Andrew Tridgell
4e4a63d518
- generate both the pull and push side
...
- fixed lots of bugs
(This used to be commit 96e269fefe
)
2003-11-08 11:19:39 +00:00
Andrew Tridgell
3043b766c8
a bit of a tidy up before I add the ndr_pull_*() side of things
...
(This used to be commit 8e865508a6
)
2003-11-06 12:42:37 +00:00
Andrew Tridgell
4fa0f615f2
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
(This used to be commit 6b222d3b65
)
2003-11-06 12:34:04 +00:00
Andrew Tridgell
fa3db33a54
updated pidl to auto-generate the ndr_push_*() functions for the
...
Samba4 rpc framework
not complete, but sufficient for a number of lsa functions
(This used to be commit 42cd6904f5
)
2003-11-06 12:29:23 +00:00
Andrew Tridgell
60f4bb657a
allow qfsinfo to continue with just 10 levels supported in the server
...
(This used to be commit 9476dd5620
)
2003-11-06 05:51:58 +00:00
Andrew Tridgell
eeffb71c72
finished off the ndr_sec.c module
...
(This used to be commit 6a8f297c45
)
2003-11-05 00:49:42 +00:00
Andrew Tridgell
18d7a41ace
fixed another error found by valgrind
...
(This used to be commit 4368eaa523
)
2003-11-04 23:12:44 +00:00