summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement 'net rpc group list [global|local|builtin]*' for a select listing ofVolker Lendecke2003-11-281-0/+34
* Only ask for 512 names at a time.Volker Lendecke2003-11-271-8/+19
* Implement "net rpc group members": Get members of a domain group inVolker Lendecke2003-11-261-0/+88
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-1/+1
* Add shutdown abort try over initshutdown pipe first, then fall back toJim McDonough2003-10-241-4/+49
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
* In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak2003-08-151-2/+7
* Give a temporary hint on how to delete trust account.Rafal Szczesniak2003-08-151-0/+1
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* get rid of warning on IRIXHerb Lewis2003-08-151-10/+8
* Small typo fix found while testing domain trusts.Rafal Szczesniak2003-08-131-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-6/+6
* large change:Gerald Carter2003-06-251-1/+1
* Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2003-06-121-16/+80
* Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke2003-06-121-0/+2
* Fix compile.Andrew Bartlett2003-05-111-1/+1
* Set the password for a newly created trustdom account. Tested againstVolker Lendecke2003-05-111-3/+34
* Fix the spinning bug for 'net rpc user' as well - there are more errors inAndrew Bartlett2003-05-071-4/+4
* Turn off using lsa_qos in OpenPolicy call. This way we avoid annoyingRafal Szczesniak2003-05-051-2/+2