summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* Turn off using lsa_qos.Rafal Szczesniak2003-05-051-5/+2
* Missed another condition on a while loop.Tim Potter2003-04-251-1/+1
* When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter2003-04-251-2/+2
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-22/+61
* Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-141-2/+2
* Some small changes - typos, adding usage for some commandsJelmer Vernooij2003-04-131-2/+2
* Fix compiler warning - cli_lsa_query_info_policy actually returns theTim Potter2003-04-041-3/+5
* Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-291-2/+9
* BIG patch...Andrew Bartlett2003-01-021-18/+5
* fix also net rpc shutdownSimo Sorce2002-12-301-10/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-6/+6
* Having waited for *way* too long, this is mimir's namecache and trusted domainAndrew Bartlett2002-11-261-3/+4
* Add samdump and vampire to 'net rpc help'Andrew Bartlett2002-11-151-0/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-7/+4
* try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-061-2/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-27/+27
* Minor updates:Andrew Bartlett2002-09-271-5/+14
* Cosmetic fix for debug message.Volker Lendecke2002-09-231-2/+1
* First code for 'net rpc vampire'. We should probably find a moreVolker Lendecke2002-09-181-1/+1
* Add a synonym for samdump ...Richard Sharpe2002-09-181-0/+1
* This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett2002-09-061-0/+8
* Fix segfault in net commandVolker Lendecke2002-09-011-1/+1
* 'No news is good news' might sometimes be confusing, at least to me :-)Volker Lendecke2002-08-281-1/+7
* added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2002-08-221-0/+1
* Add 'net rpc getsid' to fetch the PDC's SID into the local secrets.tdbVolker Lendecke2002-08-211-1/+55
* just comment typosVolker Lendecke2002-08-211-15/+15
* added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell2002-08-051-0/+2
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-2/+2
* fixed a net crash bug if we can't find a DC in a 'net rpc' commandAndrew Tridgell2002-07-311-0/+4
* Clean this code up a little. If it's alrady asprintf()ed, I see noAndrew Bartlett2002-07-281-2/+3
* Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2002-07-271-53/+306
* Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-2/+2
* added useful 'net rpc info' commandAndrew Tridgell2002-07-131-0/+76
* make net join a bit less verboseAndrew Tridgell2002-06-281-1/+1
* Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough2002-06-011-9/+135
* Enable all net rpc share subcommands and autoselect transport.Jim McDonough2002-05-311-2/+55
* Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough2002-05-311-4/+196
* merge from SAMBA_2_2Gerald Carter2002-05-111-0/+8
* Start of net rpc group command. List only right now. Add and delete haveJim McDonough2002-05-091-1/+153
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-18/+22
* Fixed debugs.Tim Potter2002-04-141-2/+2
* Lots more net consistency work:Jim McDonough2002-04-051-12/+332
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-8/+8
* Don't use // even temporarily, lest ye forget it and check it in...Jim McDonough2002-03-161-3/+3
* Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub...Jim McDonough2002-03-151-16/+17
* Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough2002-03-151-6/+38
* nicer output from "net rpc user add"Andrew Tridgell2002-03-151-0/+6
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-2/+370
* Removed version number from file header.Tim Potter2002-01-301-1/+0
* Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett2001-12-311-7/+168