summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett1-39/+17
2003-04-29Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough1-1/+1
2003-04-25Merge of missed another while condition when enumerating aliases.Tim Potter1-1/+1
2003-04-25Merge:Tim Potter1-2/+2
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-24/+61
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison1-0/+2
2003-04-14- Change ADS CHOSTPASS -> ADS CHANGETRUSTPWJelmer Vernooij1-2/+2
2003-04-14Merge of bugfix for cli_lsa_query_info_policy() usage.Tim Potter1-5/+7
2003-01-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-2/+9
2003-01-04Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett1-10/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-18/+5
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-6/+6
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-3/+4
2002-11-15Updates from HEAD:Andrew Bartlett1-0/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+4
2002-11-02port sec_desc headers reordering from HEAD.Simo Sorce1-2/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-27/+27
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-5/+14
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-18/+87
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-54/+314
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-30/+641
2002-04-05Lots more net consistency work:Jim McDonough1-12/+332
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-8/+8
2002-03-16Don't use // even temporarily, lest ye forget it and check it in...Jim McDonough1-3/+3
2002-03-15Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub...Jim McDonough1-16/+17
2002-03-15Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough1-6/+38
2002-03-15nicer output from "net rpc user add"Andrew Tridgell1-0/+6
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett1-2/+370
2002-01-30Removed version number from file header.Tim Potter1-1/+0