summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett2003-05-011-39/+17
* Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough2003-04-291-1/+1
* Merge of missed another while condition when enumerating aliases.Tim Potter2003-04-251-1/+1
* Merge:Tim Potter2003-04-251-2/+2
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-24/+61
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-0/+2
* - Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij2003-04-141-2/+2
* Merge of bugfix for cli_lsa_query_info_policy() usage.Tim Potter2003-04-141-5/+7
* Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-2/+9
* Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-041-10/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-18/+5
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-6/+6
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-3/+4
* Updates from HEAD:Andrew Bartlett2002-11-151-0/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-7/+4
* port sec_desc headers reordering from HEAD.Simo Sorce2002-11-021-2/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-27/+27
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-5/+14
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-18/+87
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-54/+314