summaryrefslogtreecommitdiff
path: root/source/utils/net.c
Commit message (Expand)AuthorAgeFilesLines
* starting to sync up for beta3Gerald Carter2003-07-161-0/+15
* starting to sync for 3.0beta2Gerald Carter2003-07-011-29/+12
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-4/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+4
* Use the -W domain option to select the SID to showAndrew Bartlett2003-04-211-2/+2
* [merge from SAMBA_3_0]Gerald Carter2003-04-191-0/+21
* Fix segfault by getting this the right way aroundAndrew Bartlett2003-04-161-1/+1
* Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-161-5/+27
* Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij2003-04-141-0/+9
* Some small changes - typos, adding usage for some commandsJelmer Vernooij2003-04-131-3/+1
* Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-0/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-3/+0
* Use popt_common for -s, -d and -VJelmer Vernooij2003-03-231-14/+5
* More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-061-1/+1
* Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett2003-03-031-0/+4
* Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-181-0/+1
* Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough2003-01-211-2/+3
* Deleted arguments to help output - they didn't work.Tim Potter2003-01-211-1/+1
* * removed unused variable from rpcclient codeGerald Carter2003-01-151-0/+2
* BIG patch...Andrew Bartlett2003-01-021-7/+9
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-20/+11
* Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett2002-11-091-0/+1
* Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-19/+6
* Implement 'net maxrid'. Needed to find the maximum current rid toVolker Lendecke2002-10-281-0/+79
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-2/+2
* Minor updates:Andrew Bartlett2002-09-271-1/+6
* Add net getlocalsid [name]Richard Sharpe2002-09-231-0/+26
* Add the ability to view/set the current local domain SIDs.Volker Lendecke2002-09-231-0/+45
* added gencache implementation from mimir - thanks!Andrew Tridgell2002-09-111-0/+1
* global_myname is a pstring, not an fstringVolker Lendecke2002-08-211-1/+1
* Fix debug level initialization for net.cVolker Lendecke2002-08-211-1/+1
* Use common popt definition for -d option.Tim Potter2002-07-291-2/+1
* Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2002-07-271-1/+1
* move opt_machine_pass to keep some compilers happyAndrew Tridgell2002-07-141-1/+1
* added --machine-pass option to net. This allows you to authenticate asAndrew Tridgell2002-07-131-1/+21
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-2/+2
* Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough2002-06-011-2/+1
* Enable all net rpc share subcommands and autoselect transport.Jim McDonough2002-05-311-2/+1
* Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough2002-05-311-6/+20
* Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-5/+9
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-2/+2
* Converged net group command.Jim McDonough2002-05-091-3/+13
* Lots more net consistency work:Jim McDonough2002-04-051-82/+10
* Multiple changes:Jim McDonough2002-04-041-11/+16
* Add ability to get specific net ads subcommand help. Not all have beenJim McDonough2002-04-041-1/+1
* There is no reason we can't join a domain with secuirty=user. In fact weAndrew Bartlett2002-03-211-5/+0
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-2/+2
* Add autodetect for net join, as well as some more help updatesJim McDonough2002-03-151-1/+18
* Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough2002-03-151-24/+48
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-13/+41