| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This is done so that the lpcfg_ functions are available across the whole
build, either with the struct loadparm_context loaded from an smb.conf directly
or as a wrapper around the source3 param code.
This is not the final, merged loadparm, but simply one step to make
it easier to solve other problems while we make our slow progress
on this difficult problem.
Andrew Bartlett
|
|
|
|
|
|
|
| |
this converts all callers that use the Samba4 loadparm lp_ calling
convention to use the lpcfg_ prefix.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
|
|
|
|
|
|
| |
source4/param/param.h has a
param.h is a public header (and parmlist isn't, even if the relative path
could work), so I suggest making it a forward declaration in the header, and
including parmlist.h in the implementation.
(commit message included from e-mail by Andrew Bartlett)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
|
|
|
|
| |
collection of key/value pairs.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
|
|
|
|
|
| |
section name optional. Fix several smaller bits and pieces in the Python code.
(This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
|
|
|
|
|
|
| |
context.
(This used to be commit d74018d05542582515a4d3cc995820667200b301)
|
|
|
|
| |
(This used to be commit 97a241692c4b8dc45e086aa9b959f2cd30b8d6c9)
|
|
|
|
| |
(This used to be commit 01ce5448f44ddda7ec864d812fe23f0fa68d1561)
|
|
|
|
| |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
|
|
|
|
| |
(This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
|
|
|
|
| |
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
|
|
|
|
|
|
|
| |
* Move dlinklist.h, smb.h to subsystem-specific directories
* Clean up ads.h and move what is left of it to dsdb/
(only place where it's used)
(This used to be commit f7afa1cb77f3cfa7020b57de12e6003db7cfcc42)
|
|
|
|
| |
(This used to be commit 1ffb82a7596f989c90df69573083a2c2e28f8808)
|
|
|
|
|
| |
Add fdprintf() and vfdprintf() helper functions.
(This used to be commit 6685009f6af94b088084d69a43bcea5f8335ae57)
|
|
|
|
| |
(This used to be commit 213bcb7e16290da0c26492ced65509a63942d4ce)
|
|
|
|
|
|
| |
Write out new smb.conf file. Parameters that have disappeared
between Samba 3 and 4 will optionally be prefixed with 'samba3:'
(This used to be commit 27eefbd9059fe0a3daca15a71da7b4cb88ed22ec)
|
|
|
|
|
| |
with your loadparm interface. :-/
(This used to be commit bb0cef581a09a86113f3212c776c011ae73def14)
|
|
don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once.
Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome...
Remove old smb.conf-parsing code from libsamba3.
(This used to be commit 414e5f7f6dc38a8fde3b61d524a664f56f9ea592)
|