summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner1-0/+102
2007-10-10r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke1-0/+779
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r2746: Fix typos in net's usage-output.Günther Deschner1-1/+1
2007-10-10r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner1-4/+6
2007-10-10r1966: further work on and cleanup of the net-migration-tool.Günther Deschner1-13/+64
2007-10-10r1692: first commit :)Günther Deschner1-1/+679
2007-10-10r977: Implement 'net rpc group rename' -- rename domain groups.Volker Lendecke1-0/+78
2007-10-10r964: The max_size field in cli_samr_enum_als_groups is more like an account_...Volker Lendecke1-1/+7
2007-10-10r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke1-3/+196
2004-03-18Two little annoyances:Volker Lendecke1-1/+1
2004-03-04Another typo, sorry for samba-cvs spam :-)Volker Lendecke1-1/+1
2004-03-04Fix typo.Volker Lendecke1-1/+1
2004-02-29net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke1-4/+4
2004-02-29Print an informative error message if trying to add/remove members fromVolker Lendecke1-0/+6
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke1-0/+452
2004-02-28Fix my fix to net rpc group list. We can certainly have more than a singleVolker Lendecke1-3/+6
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke1-1/+62
2004-02-17Don't try to show groups that could not be listed.Volker Lendecke1-0/+9
2004-02-17If there are no alias members, don't ask for their sids :-)Volker Lendecke1-0/+4
2004-02-11BUG 1055; patch from SATOH Fumiyasu <fumiya@miraclelinux.com>; formatting fi...Gerald Carter1-2/+2
2004-02-09Expand 'net rpc group members' to local groups.Volker Lendecke1-49/+175
2004-02-08Make it possible to 'net rpc samdump' of any domain you are currently joinedAndrew Bartlett1-37/+76
2004-02-08Add some help for 'net rpc password'.Andrew Bartlett1-0/+1
2004-02-07I should have done this years ago...Andrew Bartlett1-0/+131
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-7/+1
2004-01-21Fix compiler warningVolker Lendecke1-0/+2
2004-01-16Fix another join problem. Don't use a TALLOC_CTX before it has beenJim McDonough1-4/+25
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-26/+14
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-3/+2
2003-12-01In the brief 'net rpc group' listing, don't cut off group names at 21 chars.Volker Lendecke1-3/+3
2003-11-28Implement 'net rpc group list [global|local|builtin]*' for a select listing ofVolker Lendecke1-0/+34
2003-11-27Only ask for 512 names at a time.Volker Lendecke1-8/+19
2003-11-26Implement "net rpc group members": Get members of a domain group inVolker Lendecke1-0/+88
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-1/+1
2003-10-24Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough1-4/+49
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-1/+1
2003-08-15In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak1-2/+7
2003-08-15Give a temporary hint on how to delete trust account.Rafal Szczesniak1-0/+1
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-08-15get rid of warning on IRIXHerb Lewis1-10/+8
2003-08-13Small typo fix found while testing domain trusts.Rafal Szczesniak1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-6/+6
2003-06-25large change:Gerald Carter1-1/+1
2003-06-12Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke1-16/+80
2003-06-12Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke1-0/+2
2003-05-11Fix compile.Andrew Bartlett1-1/+1
2003-05-11Set the password for a newly created trustdom account. Tested againstVolker Lendecke1-3/+34
2003-05-07Fix the spinning bug for 'net rpc user' as well - there are more errors inAndrew Bartlett1-4/+4
2003-05-05Turn off using lsa_qos in OpenPolicy call. This way we avoid annoyingRafal Szczesniak1-2/+2