index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r6601: fixing query and set alias info calls (level 1 from the
Gerald Carter
2007-10-10
1
-4
/
+3
*
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
2007-10-10
1
-14
/
+0
*
r6029: adding files necessary to support 'net rpc service' functions; will fi...
Gerald Carter
2007-10-10
1
-0
/
+1
*
r5954: Fix some compiler warnings and add missing exclude-block in "net rpc
Günther Deschner
2007-10-10
1
-7
/
+16
*
r5910: Partial fix for bug 2438. I'll leave the debug message in place, that ...
Volker Lendecke
2007-10-10
1
-36
/
+16
*
r5888: fix incorrect test - don't print anything if user is not in any groups
Herb Lewis
2007-10-10
1
-4
/
+1
*
r5614: fix proto for copy_fn() after changes to cli_list()
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5594: Fix comment to read "remove" instead of "add"
Jim McDonough
2007-10-10
1
-1
/
+1
*
r5591: Implement "net rpc trustdom del", including client side of
Jim McDonough
2007-10-10
1
-5
/
+114
*
r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stop
Jim McDonough
2007-10-10
1
-10
/
+24
*
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...
Richard Sharpe
2007-10-10
1
-13
/
+19
*
r4972: Fix a warning and some debugging-outputs.
Günther Deschner
2007-10-10
1
-4
/
+4
*
r4868: Add "net rpc user RENAME"-command.
Günther Deschner
2007-10-10
1
-0
/
+128
*
r4820: add beginnings of 'net rpc rights' for managing privilege assignments
Gerald Carter
2007-10-10
1
-7
/
+4
*
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-15
/
+10
*
r3771: Fix bug #1952: no comment on XP shutdown
Jim McDonough
2007-10-10
1
-11
/
+70
*
r2942: Add client-side support of triggering ads printer publishing over msrpc
Günther Deschner
2007-10-10
1
-0
/
+102
*
r2935: This is a long-standing one in my patch-queue: A pair of net commands
Volker Lendecke
2007-10-10
1
-0
/
+779
*
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
2007-10-10
1
-1
/
+1
*
r2746: Fix typos in net's usage-output.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r2080: Remove last traces of static migration to localhost. Needed to allow a
Günther Deschner
2007-10-10
1
-4
/
+6
*
r1966: further work on and cleanup of the net-migration-tool.
Günther Deschner
2007-10-10
1
-13
/
+64
*
r1692: first commit :)
Günther Deschner
2007-10-10
1
-1
/
+679
*
r977: Implement 'net rpc group rename' -- rename domain groups.
Volker Lendecke
2007-10-10
1
-0
/
+78
*
r964: The max_size field in cli_samr_enum_als_groups is more like an account_...
Volker Lendecke
2007-10-10
1
-1
/
+7
*
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...
Volker Lendecke
2007-10-10
1
-3
/
+196
*
Two little annoyances:
Volker Lendecke
2004-03-18
1
-1
/
+1
*
Another typo, sorry for samba-cvs spam :-)
Volker Lendecke
2004-03-04
1
-1
/
+1
*
Fix typo.
Volker Lendecke
2004-03-04
1
-1
/
+1
*
net_rpc.c: Don't complain if [add|del]mem was successful.
Volker Lendecke
2004-02-29
1
-4
/
+4
*
Print an informative error message if trying to add/remove members from
Volker Lendecke
2004-02-29
1
-0
/
+6
*
Add 'net rpc group [add|del]mem' for domain groups and aliases.
Volker Lendecke
2004-02-28
1
-0
/
+452
*
Fix my fix to net rpc group list. We can certainly have more than a single
Volker Lendecke
2004-02-28
1
-3
/
+6
*
Add 'net rpc group add'. For this parse_samr.c had to be changed: The
Volker Lendecke
2004-02-24
1
-1
/
+62
*
Don't try to show groups that could not be listed.
Volker Lendecke
2004-02-17
1
-0
/
+9
*
If there are no alias members, don't ask for their sids :-)
Volker Lendecke
2004-02-17
1
-0
/
+4
*
BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...
Gerald Carter
2004-02-11
1
-2
/
+2
*
Expand 'net rpc group members' to local groups.
Volker Lendecke
2004-02-09
1
-49
/
+175
*
Make it possible to 'net rpc samdump' of any domain you are currently joined
Andrew Bartlett
2004-02-08
1
-37
/
+76
*
Add some help for 'net rpc password'.
Andrew Bartlett
2004-02-08
1
-0
/
+1
*
I should have done this years ago...
Andrew Bartlett
2004-02-07
1
-0
/
+131
*
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
2004-01-26
1
-7
/
+1
*
Fix compiler warning
Volker Lendecke
2004-01-21
1
-0
/
+2
*
Fix another join problem. Don't use a TALLOC_CTX before it has been
Jim McDonough
2004-01-16
1
-4
/
+25
*
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
2004-01-08
1
-26
/
+14
*
JHT came up with a nasty (broken) torture case in preparing examples for
Andrew Bartlett
2004-01-02
1
-3
/
+2
*
In the brief 'net rpc group' listing, don't cut off group names at 21 chars.
Volker Lendecke
2003-12-01
1
-3
/
+3
[prev]
[next]