1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-04 08:23:50 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Andrew Tridgell
dcd6e735f7 the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but the client code still needs some work -
Tim Potter
9e69f59d6c Convert to NTSTATUS. -
Andrew Tridgell
1d36250e33 converted another bunch of stuff to NTSTATUS -
Tim Potter
04d978258b Factored out common rpc pipe initialisation and shutdown code. -
Tim Potter
12e44e4029 cli_samr_query_dispinfo() can return STATUS_MORE_ENTRIES which isn't an
entry.
-
Tim Potter
375636b763 Added a warning debug if cli_samr_lookup_rids is called with more than 1000
rids as this seems to crash LSASS.EXE more often than not.
-
Tim Potter
2162454d9e Added cli_samr_delete_dom_user() function. -
Tim Potter
79710a3ab3 Fixed bug in cli_samr_create_dom_user()
Added cli_samr_lookup_names()

Removed redundant argument to cli_samr_connect()
-
Tim Potter
6c9796286c Added add domain user to rpcclient.
Added cli_ functions for set userinfo and userinfo2.
-
Tim Potter
a92a0d061b Compile fixes for dynamic samr_query_userinfo() stuff. -
Tim Potter
3b4b5b3c61 Use talloc_strdup() instead of strdup(). -
Tim Potter
9ff3c82a54 Fix for query_dispinfo()
Added lookup_rids() function.
-
Tim Potter
ff9e222e2f Some reformatting (sorry Gerald).
Cleanup of exit paths.

Added query domain info and query display info.
-
Tim Potter
0b3bc4375b Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions. -
Tim Potter
5a3b7d8b13 Added cli_samr_enum_dom_groups() function. -
Gerald Carter
0a6ceed279 rpcclient merge from 2.2 (including Jeremy's non-void return fix) -
Jeremy Allison
85021b1638 Ok - everything now compiles in HEAD (at least the default stuff). We
should now be ready for the trivial winbindd port..... (Tim ? :-).
Jeremy.
-
Jeremy Allison
0be41d5158 Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
RPC code to merge with new passdb code.
Currently rpcclient doesn't compile. I'm working on it...
Jeremy.
-
Jeremy Allison
7a8a7a24d4 Missed some prs_inits.
Jeremy.
-
Tim Potter
13e4fd1d84 Added remaining samr functions needed by winbindd.
Added #define/#undef NEW_NTDOMAIN symbols.
-
Tim Potter
3858601073 Added init functions, cli_samr_connect(), cli_samr_close(),
cli_samr_open_{domain,user}() and cli_samr_query_userinfo()
-