summaryrefslogtreecommitdiffstats
path: root/source4/param/generic.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix includes.Jelmer Vernooij2008-10-241-0/+1
|
* Remove include/local.h and move defines to more appropriate places.Jelmer Vernooij2008-10-241-3/+0
|
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
|
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
|
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-5/+2
| | | | (This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172)
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-24/+30
| | | | | section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
* r26095: Add function for import a generic configuration file in a loadparm ↵Jelmer Vernooij2007-12-211-3/+32
| | | | | | context. (This used to be commit d74018d05542582515a4d3cc995820667200b301)
* r25547: Convert to standard bool type.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 97a241692c4b8dc45e086aa9b959f2cd30b8d6c9)
* r25460: use common structure in param/generic.cJelmer Vernooij2007-10-101-25/+21
| | | | (This used to be commit 01ce5448f44ddda7ec864d812fe23f0fa68d1561)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-6/+6
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 5c9b19271e0e3ad897499707003ce4703ffa4870)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | * 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)
* r14381: Kill structs.hJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1ffb82a7596f989c90df69573083a2c2e28f8808)
* r10245: Get rid of XFILE in a few places.Jelmer Vernooij2007-10-101-7/+7
| | | | | Add fdprintf() and vfdprintf() helper functions. (This used to be commit 6685009f6af94b088084d69a43bcea5f8335ae57)
* r9826: Add some more OOM checksJelmer Vernooij2007-10-101-1/+21
| | | | (This used to be commit 213bcb7e16290da0c26492ced65509a63942d4ce)
* r9805: Add 'data' property to param EJS objectJelmer Vernooij2007-10-101-1/+3
| | | | | | 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)
* r9800: Add EJS interface to param. tridge, sorry this overlaps a bitJelmer Vernooij2007-10-101-15/+31
| | | | | with your loadparm interface. :-/ (This used to be commit bb0cef581a09a86113f3212c776c011ae73def14)
* r9798: Add generic functions for handling smb.conf files (the parameters ↵Jelmer Vernooij2007-10-101-0/+231
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)