summaryrefslogtreecommitdiffstats
path: root/source/utils/net_help.c
Commit message (Collapse)AuthorAgeFilesLines
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-1/+1
| | | | * updating release notes to match
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-1/+2
|
* r13316: Let the carnage begin....Gerald Carter2006-02-031-3/+6
| | | | Sync with trunk as off r13315
* r12031: Added net idmap to common help list.John Terpstra2005-12-021-2/+3
|
* r7636: Docu for "net rpc share migrate security" is now valid.Günther Deschner2005-06-161-2/+2
| | | | Guenther
* r6820: Remove claim that password can be set with account creation (RPC).John Terpstra2005-05-161-1/+1
|
* r5776: Fix typo (found by lieschen).Günther Deschner2005-03-121-1/+1
| | | | Guenther
* r5650: add help lines for net rpc group addmem and delmem commandsHerb Lewis2005-03-031-0/+2
| | | | | partial fix for Bug 2417 - we need to look for other missing commands
* r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.Volker Lendecke2005-02-101-1/+1
| | | | | | | Implement 'net afs impersonate', generate a token for a specified user. You obviously need to be root for this operation. Volker
* r4972: Fix a warning and some debugging-outputs.Günther Deschner2005-01-251-1/+1
| | | | Guenther
* r4868: Add "net rpc user RENAME"-command.Günther Deschner2005-01-201-0/+3
| | | | | | Note that Samba3 does not yet support it server-side. Guenther
* r4311: 'Document' the -L switch when adding groups with "net rpc group".Günther Deschner2004-12-211-0/+1
| | | | Guenther
* r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner2004-10-131-0/+3
| | | | | | | | | | setprinter calls inside the net-tool. This is usefull to mimic the same queries a windows-client does. At least win2k returns WERR_IO_PENDING when printer is published via setprinter, samba returns WERR_OK but this does not hurt. Guenther
* r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke2004-10-121-3/+10
| | | | | | | (usersidlist/allowedusers) to scan a file server's share and list all users who have permission to connect there. Volker
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of Tim Potter2004-10-071-1/+1
| | | | | '..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters.
* r2477: Document "--destination" for "net rpc [printer|share] migrate".Günther Deschner2004-09-211-1/+3
| | | | Guenther
* r1966: further work on and cleanup of the net-migration-tool.Günther Deschner2004-08-201-11/+17
| | | | | | | It's now possible to migrate files preserving dos-attributes and correct timestamps. Also added some small docu- and syntax-fixes. Guenther
* r1692: first commit :)Günther Deschner2004-08-101-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add IA64 to the architecture table of printer-drivers * add new "net"-subcommands: net rpc printer migrate {drivers|printers|forms|security|settings|all} [printer] net rpc share migrate {shares|files|all} [share] this is the first part of the migration suite. this will will (once feature-complete) allow to do 1:1 server-cloning in the best possible way by making heavy use of samba's rpc_client-functions. all migration-steps are implemented as rpc/smb-client-calls; net communicates via rpc/smb with two servers at the same time (a remote, source server and a destination server that currently defaults to the local smbd). this allows e. g. printer-driver migration including driverfiles, recursive mirroring of file-shares including file-acls, etc. almost any migration step can be called with a migrate-subcommand to provide more flexibility during a migration process (at the cost of quite some redundancy :) ). "net rpc printer migrate settings" is still in a bad condition (many open questions that hopefully can be adressed soon). "net rpc share migrate security" as an isolated call to just migrate share-ACLs will be added later. Before playing with it, make sure to use a test-server. Migration is a serious business and this tool-set can perfectly overwrite your existing file/print-shares. * along with the migration functions had to make I the following changes: - implement setprinter level 3 client-side - implement net_add_share level 502 client-side - allow security descriptor to be set in setprinterdata level 2 serverside guenther
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+220
metze