summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* r8755: more malloc fixesGerald Carter2005-07-251-3/+3
|
* r8675: fix some compile warnings.Günther Deschner2005-07-211-1/+1
| | | | Guenther
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2005-07-201-53/+7
|
* r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893.Tim Potter2005-07-191-1/+1
|
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2005-07-192-4/+0
|
* r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2005-07-191-5/+5
| | | | | | | using USER_INFO_XX structs and functions where XX was sometimes in hex and sometimes in decimal. Now it's all in decimal (should be no functionality change). Jeremy.
* r8396: fix some compile warnings.Günther Deschner2005-07-121-8/+11
| | | | Guenther
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-31/+41
| | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy.
* r8189: commit vampire ldif patch, mostly from Don Watson ↵Jim McDonough2005-07-063-3/+1016
| | | | | | | | | | (dwatson@us.ibm.com). Yes, that's my copyright...that's just how we have to do things at big blue. Adds subcommand to vampire to allow data to be put into an ldif file instead of actually writing to the passdb. See "net rpc help vampire" for usage info. This should be added to docs as well.
* r7998: Fix usage messageVolker Lendecke2005-06-291-1/+1
|
* r7902: Fix the buildVolker Lendecke2005-06-251-11/+11
|
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-247-23/+23
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7876: Now that we have "net rpc share migrate security" completly remove theGünther Deschner2005-06-241-6/+3
| | | | | | | | share-acl from "net rpc share migrate shares". God, how ugly does this syntax get. Guenther
* r7852: Correct fix from Lars for the argv issue.Jeremy Allison2005-06-232-16/+12
| | | | Jeremy.
* r7849: Dodgy fix - we shouldn't be assuming argc++ points to a valid argv.Jeremy Allison2005-06-231-0/+1
| | | | Jeremy.
* r7703: Fix the problem with MAP_PRIVATE not updating the file.Richard Sharpe2005-06-171-1/+1
|
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2005-06-171-3/+0
| | | | | | | | | * start adding write support to the Samba registry Flesh out the server implementations of RegCreateKey(), RegSetValue(), RegDeleteKey() and RegDeleteValue() I can create a new key using regedit.exe now but the 'New Key #1' key cannot be deleted yet.
* r7636: Docu for "net rpc share migrate security" is now valid.Günther Deschner2005-06-161-2/+2
| | | | Guenther
* r7632: Cleanup "net share migrate"-code. Günther Deschner2005-06-161-122/+334
| | | | | | | | | * Allow to copy share security descriptors to already existing shares separatly. * Added abstraction function to enum all or a single share info Guenther
* r7609: Move top level dir handling in from of the loop. This makes the codeLars Müller2005-06-153-27/+57
| | | | | | | | | | | | much straither. copy_top_level_perms() is jra's work. I modified the copy_top_level_perms() function to use the copy_clistate. And I don't forget trunk. Lars
* r7607: Some minor fixes (typos, const)Günther Deschner2005-06-151-8/+5
| | | | Guenther
* r7532: compile fix.Günther Deschner2005-06-131-1/+1
| | | | Guenther
* r7512: Fix net share migrate files to also migrate the ACLs of the top levelLars Müller2005-06-123-80/+122
| | | | | | | | | | | | | | | | | dir of a share. Till now we excluded '.' and '..' in general. For the fix the information about top or lower level dir is stored in the copy_clistate. src and dst share are now also part of this struct and we only pass a pointer to the struct to the functions. This bug was found by Bill Calero of Novell. Thanks Bill! With this checkin no new functionality was added. But the copy_clistate already knows about a mode. Later beside the migrate an additional report mode will be added. This changes are coordinated with Günther <gd>. Lars
* r7511: Add three new command line switches to testparm:Lars Müller2005-06-121-1/+40
| | | | | | | | | | | | | | | | | --show-all-parameters Enumerates all available parameters, grouped in to sections [local] and [global] by the class of the parameter. Each line is formated name=type[,enum values],flags --parameter-name Display the setting of the named parameter. The global section is assumed if no other is set with --section-name --section-name Limit the view of testparm to the named section. Use 'global' to only view the settings of the global section. This fixes bug #2767. Lars
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-083-11/+60
|
* r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner2005-06-081-10/+199
| | | | | | | | | | | | | | | | | | | | | | rpcclient-tester for some info-levels. Jerry, I tried to adopt to prs_pointer() where possible and to not interfere with your work for usrmgr. - Add "net rpc trustdom vampire"-tool. This allows to retrieve Interdomain Trust(ed)-Relationships from NT4-Servers including cleartext-passwords (still stored in the local secrets.tdb). The net-hook was done in cooperation with Lars Mueller <lmuelle@suse.de>. To vampire trusted domains simply call: net rpc trustdom vampire -S nt4dc -Uadmin%pass Guenther
* r7143: removing unused fileGerald Carter2005-05-311-0/+0
|
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing ↵Gerald Carter2005-05-313-4156/+7
| | | | version to 3.0.20pre1
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2005-05-311-7/+1
|
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2005-05-261-12/+8
| | | | | * add RegSaveKey() client function * add 'net rpc registry save' subcommand
* r6943: missed in last syncGerald Carter2005-05-231-1/+3
|
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2005-05-232-66/+495
| | | | * removing the testprns tool
* r6940: fixing debug messagesGerald Carter2005-05-231-3/+3
|
* r6900: Fix bug 2725. Thanks, John, for finding it.Volker Lendecke2005-05-191-1/+3
| | | | Volker
* r6880: Fix bug 2070 after positive feedback from Leon Vernikov. Thanks!Volker Lendecke2005-05-181-8/+16
| | | | Volker
* r6834: Fix bug #2703, found by John Antonishek <ant@nist.gov>. Add NULLJeremy Allison2005-05-161-6/+8
| | | | | guard for disp_fields[0]. Jeremy.
* r6823: Add deletion confirmation / error message.John Terpstra2005-05-161-0/+5
|
* r6820: Remove claim that password can be set with account creation (RPC).John Terpstra2005-05-161-1/+1
|
* r6769: Fix bugzilla #2538 and #2527. Unused variables found by Jason Mader.Tim Potter2005-05-131-2/+1
|
* r6706: * fix bug that prevented smbclient from creating directories Gerald Carter2005-05-101-3/+1
| | | | | | on non-dfs paths * add patch from James Peach to remove use of uninitialized variables
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2005-05-071-0/+5
| | | | Volker
* r6601: fixing query and set alias info calls (level 1 from theGerald Carter2005-05-031-4/+3
| | | | MMC manage computer plugin.
* r6488: net rpc printer migrate should not try to set stuff that's not there. ↵Volker Lendecke2005-04-261-16/+28
| | | | | | | | | This fixes two segfaults. Thanks to Karolin Segger <ks@sernet.de> to find the bug and test the patch. Volker
* r6450: * fix typo in htlm_auth help messageGerald Carter2005-04-251-2/+2
| | | | | | | * add synonym for idmap_rid in better lining with other idmap backend names * remove old debug messages when idmap {uid|gid} options are not defined
* r6277: This implements a new caching API for enumerating the pdb elements. It isVolker Lendecke2005-04-101-48/+24
| | | | | | | | | | | | | | | | | | | | | modeled after query_displayinfo and should hide the differences between users, groups and aliases while allowing a cache analog load_sampw_entries: struct pdb_search *pdb_search_users(uint16 acct_flags); struct pdb_search *pdb_search_groups(void); struct pdb_search *pdb_search_aliases(const DOM_SID *sid); uint32 pdb_search_entries(struct pdb_search *search, uint32 start_idx, uint32 max_entries, struct samr_displayentry **result); void pdb_search_destroy(struct pdb_search *search); Why this API? Eventually we will need to apply the work gd has started on enumerating users with paged ldap searches to groups and aliases. Before doing that I want to clean up the search routines we have. The sample application (more to follow) is 'net maxrid'. Volker
* r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not ↵Volker Lendecke2005-04-101-7/+11
| | | | | | | | | | gone mad, this is to test future changes to enumeration functions... This can successfully list users from nt4 and w2k3sp1. Volker
* r6263: Get rid of generate_wellknown_sids, they are const static and ↵Volker Lendecke2005-04-092-16/+0
| | | | | | | | initializable statically. Volker
* r6261: Tidyup message str printf. Ensure tvs struct is zeroed.Jeremy Allison2005-04-091-1/+1
| | | | Jeremy.
* r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar ↵Jeremy Allison2005-04-081-3/+3
| | | | | | <metaur@telia.com> Jeremy.
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-1/+1
|