summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Collapse)AuthorAgeFilesLines
* r13528: Mention the tools and commandline option names used.Lars Müller2007-10-101-2/+2
|
* r13527: Adjust copyright header with information got from the 2.2 cvs tree.Lars Müller2007-10-101-3/+7
|
* r13525: This is only a cleanup to have the memset() and SAFE_FREE() only oneLars Müller2007-10-101-8/+9
| | | | | | | time in the code. Even if we now have an additional if statement after the free I prefer this solution in opposite to the duplicated code we had before.
* r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller2007-10-103-52/+75
| | | | | | | | | | This fixes bug #1386. The initial changes had been made by Carsten Höger <choeger at open-xhange dot com> for Samba 2.2 while being at SuSE. *sigh* To not duplicate code from smbpasswd in pdbedit stdin_new_passwd() and get_pass() are moved from smbpasswd to utils/passwd_util.c.
* r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>Volker Lendecke2007-10-101-1/+1
|
* r13502: Fix error messages for usershares when smbd is notJeremy Allison2007-10-102-17/+39
| | | | | | running. More generic error return cleanup in libsmb/ needs doing (everything returning NTSTATUS not BOOL). Jeremy
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-102-3/+3
| | | | Volker
* r13486: Two more -- fix bug 3503Volker Lendecke2007-10-101-0/+2
|
* r13460: by popular demand....Gerald Carter2007-10-101-159/+26
| | | | | | | | | * remove pdb_context data structure * set default group for DOMAIN_RID_GUEST user as RID 513 (just like Windows) * Allow RID 513 to resolve to always resolve to a name * Remove auto mapping of guest account primary group given the previous 2 changes
* r13382: added server affinity cache stores for 'net rpc join' and trusted ↵Gerald Carter2007-10-102-0/+9
| | | | domain code
* r13368: I must write out 1000 times, "Don't use C++ reserved words..."Jeremy Allison2007-10-101-5/+5
| | | | Jeremy.
* r13351: Fix copyrightVolker Lendecke2007-10-101-1/+1
|
* r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-)Volker Lendecke2007-10-102-1/+418
| | | | | | | | | | Implement 'net rpc shell account' -- An editor for account policies nt_time_to_unix_abs changed its argument which to me seems wrong, and I could not find a caller that depends on this. So I changed it. Applied some more const in time.c. Volker
* r13337: Attempt to fix the AIX buildVolker Lendecke2007-10-101-1/+1
|
* r13316: Let the carnage begin....Gerald Carter2007-10-1020-224/+3453
| | | | Sync with trunk as off r13315
* r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison2007-10-101-0/+5
| | | | | | | bloody placeholder share mode entries (I hate these - I've had to add this filter code now to too many places :-). Jeremy.
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-1014-14/+14
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r13148: Fix bug: #3413Simo Sorce2007-10-101-3/+9
| | | | | | | | | Check that ldap admin dn is defined in smb.conf before setting the ldap password in secrets.tdb Based on patch by William Jojo <jojowil@hvcc.edu> Simo.
* r13136: Fix handling user sid and user gidSimo Sorce2007-10-101-2/+4
|
* r13133: patch from Makr Proehl <m.proehl@science-computing.de> for dumping ↵Gerald Carter2007-10-101-1/+1
| | | | server role when calling 'testparm -s' (BUG 1336)
* r13091: Fix gcc warning about using '0' with %s.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r13083: patch suggested by Adam Nielsen for better smbstatus formattingGerald Carter2007-10-101-4/+4
|
* r13082: revert an accidentally commited patch (still in progress)Gerald Carter2007-10-101-4/+4
|
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2007-10-101-4/+4
|
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-1016-255/+278
| | | | | | | | All 'usage' messages are still printed to stdout. Fix some compiler warnings for system() calls where we didn't used the return code. Add appropriate error messages and return with the error code we got from system() or NT_STATUS_UNSUCCESSFUL.
* r12870: fixing net rpc registry enumerate from overwritnig the open subkey ↵Gerald Carter2007-10-101-1/+0
| | | | handle
* r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.Volker Lendecke2007-10-101-1/+9
| | | | Volker
* r12781: Support the level parameter for lsa_lookupsids.Volker Lendecke2007-10-101-0/+2
| | | | | | | Simplify the interfaces to domain trusts a bit: Nothing outside secrets.c needs to know we're storing stuff in ucs2. Volker
* r12678: One moreVolker Lendecke2007-10-101-0/+2
|
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-109-0/+16
| | | | | What I'd give for a global constructor... Jeremy.
* r12544: Fix segfaults in winbind, smbpasswd and netVolker Lendecke2007-10-102-0/+4
|
* r12415: Forgot newlines.Günther Deschner2007-10-101-1/+1
| | | | Guenther
* r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner2007-10-101-18/+1
| | | | | | translation elsewhere. Guenther
* r12398: adding Guenther's account policy migration fixGerald Carter2007-10-101-1/+50
|
* r12338: add ifdef DEBUG_PASSWORD before printing clear text password.Günther Deschner2007-10-101-0/+2
| | | | Guenther
* r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter2007-10-101-3/+7
| | | | | are listed in smb.conf * initialize the local group description in set_alias_info()
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2007-10-101-4/+4
| | | | | | | | | | revving the minor version number for libsmbsharemodes (we now have a new _ex interface that takes the share path as well as the filename). Needed for #3303. Some code written by SATOH Fumiyasu <fumiya@samba.gr.jp> included in the changes to locking/locking.c. The smbstatus output is a bit of a mess and needs overhauling... Jeremy.
* r12185: Cosmetic cleanupVolker Lendecke2007-10-101-1/+1
|
* r12182: Cosmetic cleanupVolker Lendecke2007-10-101-9/+5
|
* r12173: doing some service control workGerald Carter2007-10-101-0/+1
| | | | | | | | | * Add a few new error codes for disabled services * dump some more details about service status in 'net rpc service' * disable the WINS and NetLogon services if not configured in smb.conf Still trying to figure out how to disable the start button on the NetLogon and WINS services.
* r12129: Fix uninitialized variables.Volker Lendecke2007-10-101-0/+3
| | | | Volker
* r12111: Fix the "everything" build by re-adding debug2html. Oops.Jeremy Allison2007-10-101-0/+308
| | | | Jeremy.
* r12054: We only have one more warning at -O6. That will takeJeremy Allison2007-10-101-9/+17
| | | | | some more restructuring to fix.... Coming soon. Jeremy.
* r12045: More warning fixes... Just a few more to go.Jeremy Allison2007-10-102-2/+2
| | | | Jeremy.
* r12031: Added net idmap to common help list.John Terpstra2007-10-101-2/+3
|
* r11999: Re-add "passdb expand explicit".Volker Lendecke2007-10-101-0/+5
| | | | | | | We came to the conclusion that changing the default is something that has to wait one or two more releases, but it will happen one way or the other. Volker
* r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2007-10-101-2/+2
| | | | | | | | | talloc_describe_all() function. Fix smbcontrol <pid> pool-usage as we desparately need it working in the field to track down memory leaks. Seriously, when new functionality like the Samba4 talloc is added, don't just disable working functionality like "pool-usage", fix the damn thing first ! Jeremy.
* r11864: fix build breakage with solaris LDAP patch (my fault)Gerald Carter2007-10-101-2/+2
|
* r11833: fix build issues in smbget with the Sun compiler. Reported by ↵Gerald Carter2007-10-101-10/+14
| | | | Richard Bollinger
* r11763: fix more build breakageGerald Carter2007-10-101-4/+4
|