another makeover of loadparm to support new stuff in swat and
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 08:27:41 +0000 (08:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 08:27:41 +0000 (08:27 +0000)
commitb85346942e7d785af718b68d61b208cb457a2b27
treeb99ebbcff64702909827dea32cb773a14c469190
parentbfd5df01a33a7c1674a256add3d703e60b02516f
another makeover of loadparm to support new stuff in swat and
testparm.

In particular I added:

- ability to optionally save default values of all parameters when
  calling lp_load(). This can then be used to save only non-default
  parameters in lp_dump(). This makes the saved smb.conf (and viewed
  parameters in testparm) much shorter

- ability to not load ipc share in lp_load()

- separators in parm_table[] so parameters can be grouped logically.

- flag to mark parameters that are local but which should be also
  viewed as global as far as parameters editing is concerned
(This used to be commit f9af35da26e58fb0b644b5f0169f1c212230047a)
source3/client/client.c
source3/client/smbmount.c
source3/include/smb.h
source3/nmbd/nmbd.c
source3/param/loadparm.c
source3/smbd/server.c
source3/utils/nmblookup.c
source3/utils/status.c
source3/utils/testparm.c