- oops, i got "add alias member" and "delete alias member" swapped.
authorLuke Leighton <lkcl@samba.org>
Fri, 4 Dec 1998 21:48:06 +0000 (21:48 +0000)
committerLuke Leighton <lkcl@samba.org>
Fri, 4 Dec 1998 21:48:06 +0000 (21:48 +0000)
commit89c56492a86fb02b2045182490b93f17a475f03d
treea05232c9a4e77b8ec2148abd0758f86503861429
parentcf0ea874b1a7cb1dcaaea159d9a4a8a5deae1310
- oops, i got "add alias member" and "delete alias member" swapped.

- samr_enum_dom_users, the first 4 bytes is some sort of garbage,
  nt5-beta2 clears them out to zeros whereas nt4 does not.
  fixed bug where we were assuming that the first 4 bytes of a
  response _had_ to be non-zero.

- cli_lsarpc.c: forgot to append the rid on the lsa_lookup_names()
  client call.

- added in "addaliasmem" and "addgroupmem" commands.  the addaliasmem
  command actually turned out to be a "delaliasmem" :-) :-)

- parse_lsa.c: moved assert array check to after the size of useable
  array space is set...
(This used to be commit 165b15a8cacc4bc7cf8cc0b9aaabb6b92cef7fdb)
source3/include/proto.h
source3/include/rpc_samr.h
source3/rpc_client/cli_lsarpc.c
source3/rpc_client/cli_samr.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr.c
source3/rpcclient/cmd_samr.c
source3/rpcclient/rpcclient.c