summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-26(merge from 3.0)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-13sync HEAD with recent changes in 3.0Gerald Carter1-26/+14
2004-01-05(merge from 3.0)Andrew 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-23Merge from 3.0: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-09-09sync 3.0 into HEAD for the last timeGerald Carter1-15/+19
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-72/+150
2003-05-05Turn off using lsa_qos.Rafal Szczesniak1-5/+2
2003-04-25Missed another condition on a while loop.Tim Potter1-1/+1
2003-04-25When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter1-2/+2
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-22/+61
2003-04-14Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij1-2/+2
2003-04-13Some small changes - typos, adding usage for some commandsJelmer Vernooij1-2/+2
2003-04-04Fix compiler warning - cli_lsa_query_info_policy actually returns theTim Potter1-3/+5
2003-01-29Use new interface for cli_samr_query_dispinfo().Tim Potter1-2/+9
2003-01-02BIG patch...Andrew Bartlett1-18/+5
2002-12-30fix also net rpc shutdownSimo Sorce1-10/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-6/+6
2002-11-26Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett1-3/+4
2002-11-15Add samdump and vampire to 'net rpc help'Andrew Bartlett1-0/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-7/+4
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-2/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-27/+27
2002-09-27Minor updates:Andrew Bartlett1-5/+14
2002-09-23Cosmetic fix for debug message.Volker Lendecke1-2/+1
2002-09-18First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke1-1/+1
2002-09-18Add a synonym for samdump ...Richard Sharpe1-0/+1
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-0/+8
2002-09-01Fix segfault in net commandVolker Lendecke1-1/+1
2002-08-28'No news is good news' might sometimes be confusing, at least to me :-)Volker Lendecke1-1/+7
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell1-0/+1
2002-08-21Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdbVolker Lendecke1-1/+55
2002-08-21just comment typosVolker Lendecke1-15/+15
2002-08-05added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell1-0/+2
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-2/+2
2002-07-31fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell1-0/+4
2002-07-28Clean this code up a little. If it's alrady asprintf()ed, I see noAndrew Bartlett1-2/+3
2002-07-27Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett1-53/+306
2002-07-20Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett1-2/+2
2002-07-13added useful 'net rpc info' commandAndrew Tridgell1-0/+76
2002-06-28make net join a bit less verboseAndrew Tridgell1-1/+1
2002-06-01Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough1-9/+135
2002-05-31Enable all net rpc share subcommands and autoselect transport.Jim McDonough1-2/+55