summaryrefslogtreecommitdiffstats
path: root/source4/param/params.c
Commit message (Collapse)AuthorAgeFilesLines
* r9602: Add support for reading share_info.tdb and smb.conf.Jelmer Vernooij2007-10-101-12/+14
| | | | | Add userdata argument to function pointers for pm_process() (This used to be commit 84b2fb34675fa557173621433838c5a7ec0f1283)
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-101-62/+50
| | | | | | | | file_load() to use talloc, which impacted quite a few bits of code, including our smb.conf processing. took the opportunity to remove the gloabls in params.c while doing this (This used to be commit b220756cb4f1d201ba3e771ca67e4bfae5eae748)
* r7916: - got rid of the in_client globalAndrew Tridgell2007-10-101-3/+1
| | | | | | | - make not finding smb.conf a level 1 message, not level 0. Most of our tools handle no smb.conf, and those that don't should check for the specific parameters they need, or use the defaults (This used to be commit 8c17b61f8e0f6eefa6a1f853abc06d023627bbbb)
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-3/+3
| | | | (This used to be commit b0f6e21481745d1b2ced28d9ed6f09f6ffd99562)
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 80d15fa3402a9d1183467463f6b21c0b674bc442)
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
| | | | | the ldb part isn't ideal, I will have to think of a better solution (This used to be commit 6b1f86aea8427a8e957b1aeb0ec2f507297f07cb)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+599
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)