summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2002-04-07Spelling.Tim Potter1-1/+1
2002-04-05Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough1-30/+18
2002-04-05Lots more net consistency work:Jim McDonough5-117/+470
2002-04-04Multiple changes:Jim McDonough1-11/+16
2002-04-04Cleanups to make auto-detection of method on net user smoother.Jim McDonough1-5/+10
2002-04-04More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough1-5/+38
2002-04-04Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough1-0/+6
2002-04-04Correct error string function call to ads_errstr()Jim McDonough1-3/+3
2002-04-04Add ability to get specific net ads subcommand help. Not all have beenJim McDonough1-1/+1
2002-04-04Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough1-12/+169
2002-04-03reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis1-7/+8
2002-04-02readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis1-180/+178
2002-04-01reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell1-178/+181
2002-03-30merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis1-181/+178
2002-03-29Re-implemented net ads user and net ads group to use the newJim McDonough2-22/+54
2002-03-29added a shutdown command to smbcontrol.Jean-François Micouleau1-0/+6
2002-03-27merge from 2.2 - don't check local passdb if -r option usedHerb Lewis1-1/+3
2002-03-23Join as a server trust account if the server role is either PDC or BDC.Andrew Bartlett1-1/+1
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-2/+3
2002-03-21There is no reason we can't join a domain with secuirty=user. In fact weAndrew Bartlett1-5/+0
2002-03-21make net ads info work with -SAndrew Tridgell1-4/+5
2002-03-19make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell1-30/+16
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-0/+2
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-9/+10
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter3-13/+13
2002-03-16Fix build for non-ads caseJim McDonough1-0/+5
2002-03-16Don't use // even temporarily, lest ye forget it and check it in...Jim McDonough1-3/+3
2002-03-15Change new style join function name for clarity in net_rpc.cJim McDonough1-1/+1
2002-03-15Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub...Jim McDonough1-16/+17
2002-03-15Expose net_ads_join to allow for auto-transport-detection for net joinJim McDonough1-1/+1
2002-03-15Add autodetect for net join, as well as some more help updatesJim McDonough1-1/+18
2002-03-15Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough5-83/+108
2002-03-15the SEC_DOMAIN tests also apply to SEC_ADSAndrew Tridgell1-2/+2
2002-03-15nicer output from "net rpc user add"Andrew Tridgell1-0/+6
2002-03-14Add paged search requests to net ads user and net ads group commands, allowin...Jim McDonough1-21/+32
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-12Yet another build fix for popt. I gotta get me one of these picky systems...Jim McDonough1-1/+1
2002-03-11Another program converted to popt...smbstatus this time.Jim McDonough1-30/+23
2002-03-10try to use our workstation account password for ADS leaveAndrew Tridgell1-4/+11
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-1/+3
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett2-15/+411
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-2/+8
2002-02-16dont strdup() possibly null values.Andrew Bartlett1-1/+3
2002-02-16int -> uint32 fixes from andreasTim Potter1-4/+4
2002-02-15Subject:Andrew Bartlett1-1/+1
2002-02-03Make smbgroupedit a little easier on the user.Andrew Bartlett1-15/+59
2002-02-02Add support for net ads printer to publish, remove, or display printer info i...Jim McDonough1-0/+167
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-2/+2
2002-01-31Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.Andrew Bartlett1-6/+14
2002-01-30Removed version number from file header.Tim Potter21-32/+13