summaryrefslogtreecommitdiff
path: root/source3/lib/genparser.c
AgeCommit message (Collapse)AuthorFilesLines
2003-10-13So here it is a non-intrusive patch with my latest work on gums (theSimo Sorce1-4/+1
laternative to the current passdb). Currently it is run through a comatibility module in the passdb layer, with a subset of the functionality it may provide. It is still work in progress, but as someone asked me about it, and as it should make no difference to the normal code, I tought it was a good idea to put it into. It adds a dependency on perl. I know it is not very nice, but I'm sure we will work out a solution for that. As always blame me if I break something, but try to fix yourself, as I am busy-busy-busy :-) Simo. (This used to be commit 7b3c94b5cfc1a9ceb430613353a937345f2eda74)
2003-02-23move genparser to use talloc contexts instead of [m|c|re]alloc() and free()sSimo Sorce1-111/+122
(This used to be commit 70fce680c01fa1baa65fb3cbc83dfaf822fdadd7)
2002-12-16updates to the gumsSimo Sorce1-0/+775
introduce genparser will be used by tdbsam2 (This used to be commit 831d3d1ec751f23481f26b31d22b09f3d9c0709a)