1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-18 08:23:51 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Andrew Tridgell
ee8a7fdab7 - added help on -P option
- added general options to 'net -h' help
-
Gerald Carter
4a6d8280ea * removed unused variable from rpcclient code
* added container option to net command (patch from SuSE)
* Makefile patch for examples/VFS from SuSE
-
Jim McDonough
9fc12e6cb2 Add net help join text, from Steve Langasek.
Also update the other commands to his correct example of [<method>], since
it is optional.

Thanks, Steve.
-
Richard Sharpe
b53547bf66 Update some help. People keep forgetting that! -
Andrew Tridgell
05a202c287 added gencache implementation from mimir - thanks! -
Andrew Bartlett
edb41dad2d Break up samba's object dependencies, and its prototype includes.
Now smbclient, net, and swat use their own proto files - now the global
proto.h

The change to libads/kerberos.c was to break up the dependency on secrets.c -
we want to be able to write an ADS client that doesn't need local secrets.

I have other breakups in the works - I will remove the dependency of
rpc_parse on passdb (and therefore secrets.c) shortly.

(NOTE:  This patch does *not* break up includes.h, or other such forbidden
actions).

Andrew Bartlett
-
Jim McDonough
fd938eca21 Add remainder of net rpc file subcommands, and autoselect transport on
net file
-
Jim McDonough
ebd07c3a29 Enable all net rpc share subcommands and autoselect transport. -
Jim McDonough
77418256d3 Enable net rpc share and net rpc file commands (list subcommands only), and
autoselect for this subcommand when appropriate.
-
Jim McDonough
9de5e0dc73 Converged help on net group command. -
Andrew Tridgell
da794d3bbd fixed a return value for a help function -
Jim McDonough
9daa5788c8 Lots more net consistency work:
- Added net_help.c for unified help when possible
- Added net rpc user listing, delete, info commands
- Unified net user command to autodetect ads/rpc/rap (try in that order)
- Added generic routine for detecting rpc (protocol > PROTOCOL_NT1)
- I'm sure I forgot something.
-