summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* r6601: fixing query and set alias info calls (level 1 from theGerald Carter2007-10-101-4/+3
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-14/+0
* r6029: adding files necessary to support 'net rpc service' functions; will fi...Gerald Carter2007-10-101-0/+1
* r5954: Fix some compiler warnings and add missing exclude-block in "net rpcGünther Deschner2007-10-101-7/+16
* r5910: Partial fix for bug 2438. I'll leave the debug message in place, that ...Volker Lendecke2007-10-101-36/+16
* r5888: fix incorrect test - don't print anything if user is not in any groupsHerb Lewis2007-10-101-4/+1
* r5614: fix proto for copy_fn() after changes to cli_list()Gerald Carter2007-10-101-1/+1
* r5594: Fix comment to read "remove" instead of "add"Jim McDonough2007-10-101-1/+1
* r5591: Implement "net rpc trustdom del", including client side ofJim McDonough2007-10-101-5/+114
* r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough2007-10-101-10/+24
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-2/+2
* r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...Richard Sharpe2007-10-101-13/+19
* r4972: Fix a warning and some debugging-outputs.Günther Deschner2007-10-101-4/+4
* r4868: Add "net rpc user RENAME"-command.Günther Deschner2007-10-101-0/+128
* r4820: add beginnings of 'net rpc rights' for managing privilege assignmentsGerald Carter2007-10-101-7/+4
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-2/+2
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-15/+10
* r3771: Fix bug #1952: no comment on XP shutdownJim McDonough2007-10-101-11/+70
* r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner2007-10-101-0/+102
* r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke2007-10-101-0/+779
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r2746: Fix typos in net's usage-output.Günther Deschner2007-10-101-1/+1
* r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner2007-10-101-4/+6
* r1966: further work on and cleanup of the net-migration-tool.Günther Deschner2007-10-101-13/+64
* r1692: first commit :)Günther Deschner2007-10-101-1/+679
* r977: Implement 'net rpc group rename' -- rename domain groups.Volker Lendecke2007-10-101-0/+78
* r964: The max_size field in cli_samr_enum_als_groups is more like an account_...Volker Lendecke2007-10-101-1/+7
* r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke2007-10-101-3/+196
* Two little annoyances:Volker Lendecke2004-03-181-1/+1
* Another typo, sorry for samba-cvs spam :-)Volker Lendecke2004-03-041-1/+1
* Fix typo.Volker Lendecke2004-03-041-1/+1
* net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke2004-02-291-4/+4
* Print an informative error message if trying to add/remove members fromVolker Lendecke2004-02-291-0/+6
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-281-0/+452
* Fix my fix to net rpc group list. We can certainly have more than a singleVolker Lendecke2004-02-281-3/+6
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-1/+62
* Don't try to show groups that could not be listed.Volker Lendecke2004-02-171-0/+9
* If there are no alias members, don't ask for their sids :-)Volker Lendecke2004-02-171-0/+4
* BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...Gerald Carter2004-02-111-2/+2
* Expand 'net rpc group members' to local groups.Volker Lendecke2004-02-091-49/+175
* Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett2004-02-081-37/+76
* Add some help for 'net rpc password'.Andrew Bartlett2004-02-081-0/+1
* I should have done this years ago...Andrew Bartlett2004-02-071-0/+131
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-7/+1
* Fix compiler warningVolker Lendecke2004-01-211-0/+2
* Fix another join problem. Don't use a TALLOC_CTX before it has beenJim McDonough2004-01-161-4/+25
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-26/+14
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-021-3/+2
* In the brief 'net rpc group' listing, don't cut off group names at 21 chars.Volker Lendecke2003-12-011-3/+3