Removed global_myworkgroup, global_myname, global_myscope. Added liberal
[kai/samba.git] / source3 / utils / net.c
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-09 Andrew BartlettFix bug where not specifying '-S PDC' in 'net join...
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-10-28 Volker LendeckeImplement 'net maxrid'. Needed to find the maximum...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-09-27 Andrew BartlettMinor updates:
2002-09-23 Richard SharpeAdd net getlocalsid [name]
2002-09-23 Volker LendeckeAdd the ability to view/set the current local domain...
2002-09-11 Andrew Tridgelladded gencache implementation from mimir - thanks!
2002-08-21 Volker Lendeckeglobal_myname is a pstring, not an fstring
2002-08-21 Volker LendeckeFix debug level initialization for net.c
2002-07-29 Tim PotterUse common popt definition for -d option.
2002-07-27 Andrew BartlettRafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc...
2002-07-14 Andrew Tridgellmove opt_machine_pass to keep some compilers happy
2002-07-13 Andrew Tridgelladded --machine-pass option to net. This allows you...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-01 Jim McDonoughAdd remainder of net rpc file subcommands, and autosele...
2002-05-31 Jim McDonoughEnable all net rpc share subcommands and autoselect...
2002-05-31 Jim McDonoughEnable net rpc share and net rpc file commands (list...
2002-05-24 Andrew BartlettSome of the updates from ctrlsoft's 'Various' patch:
2002-05-24 Andrew BartlettRemove the password length paramater from cli_full_conn...
2002-05-09 Jim McDonoughConverged net group command.
2002-04-05 Jim McDonoughLots more net consistency work:
2002-04-04 Jim McDonoughMultiple changes:
2002-04-04 Jim McDonoughAdd ability to get specific net ads subcommand help...
2002-03-21 Andrew BartlettThere is no reason we can't join a domain with secuirty...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Jim McDonoughAdd autodetect for net join, as well as some more help...
2002-03-15 Jim McDonoughSome help cleanups. Formatting and consistency issues...
2002-03-01 Andrew BartlettThe beginning of trusted and trusting domain support...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jim McDonoughEnable net ads commands to use existing tickets if...
2001-12-31 Andrew BartlettAdd 'net rpc shutdown' and 'net rpc abortshutdown'.
2001-12-20 Andrew Tridgelladded net lookup command
2001-12-20 Andrew Tridgellnet now sends its debug to stderr so its output can...
2001-12-14 Tim PotterDisplay a nice error message for NT_STATUS_LOGON_FAILUR...
2001-12-14 Tim PotterSet the debuglevel after the call to lp_load() so the...
2001-12-13 Andrew Tridgellimproved error message from failed connect
2001-12-11 Andrew Tridgelladded a net time command. Allow display or set of syste...
2001-12-11 Tim PotterRemoved unreferenced getopt() externals.
2001-12-10 Andrew Tridgellreinstated all the rap commands as top level commands...
2001-12-05 Andrew BartlettOK. Smbpasswd -j is DEAD.
2001-12-05 Andrew BartlettMake it easier to construct anonymous connections with...
2001-12-05 Andrew BartlettSplit out the name resolution code into a seperate...
2001-12-04 Andrew BartlettSome changes to the name resolution code in 'net' to...
2001-12-03 Andrew BartlettThis change reworkes the connection code for both rpccl...
2001-12-03 Andrew BartlettThis is another major rework of the 'net' command.
2001-11-28 Andrew Tridgellfix a bunch of places where we can double-free a cli...
2001-11-26 Andrew Bartlettprevent proto from picking up this as a defintion for...
2001-11-26 Tim PotterMore compiler warnings fixed. Some minor reformatting.
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-25 Andrew Tridgellportability fixes
2001-11-25 Andrew Tridgellfixed typo
2001-11-25 Andrew Tridgellmade a "net ads" command, currently with "net ads join...
2001-11-24 Andrew Tridgelladded "net join" command
2001-11-24 Andrew Tridgellrewrote net.c
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-12 Steve FrenchMinor fixes to help display, and domain enumeration...
2001-11-06 Jim McDonoughInternationalization enbalement for net utility - repla...
2001-11-04 Jeremy AllisonGot serious about const again.
2001-11-03 Steve FrenchAdding support for net password, net service, net user...
2001-10-23 Herb Lewismore compiler warnings
2001-10-23 Jim McDonoughRemove setbuffer which caused build errors
2001-10-23 Jim McDonoughReplace getopt_long with popt for parsing commandline...
2001-10-19 Jim McDonoughAdd command-line remote management utility