summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpext
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07s3-libgpo: remove handmarshalled PReg parser from registry CSE.Günther Deschner1-294/+48
Guenther
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner2-16/+13
Just pull and push data as is. Guenther
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner2-0/+2
Guenther
2010-05-17s3-libgpo: move group policy protos to where they belong.Günther Deschner3-2/+8
Guenther
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner3-9/+10
Guenther
2009-04-20Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman2-14/+21
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move some libgpo files to root.Jelmer Vernooij2-825/+0
Signed-off-by: Günther Deschner <gd@samba.org>
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij3-4/+4
2008-10-15s3-libgpo: fix build for security cse.Günther Deschner1-1/+1
Guenther
2008-10-13s3: fix the build of registry.so gpext.Günther Deschner1-2/+2
Guenther
2008-09-27libgpo: fix copyright.Günther Deschner1-1/+1
Guenther
2008-09-27libgpo: add security CSE skeleton.Günther Deschner1-0/+267
Guenther
2008-09-26libgpo: fix invalid cast in scripts CSE.Günther Deschner1-1/+1
Guenther
2008-08-15libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions.Michael Adam1-1/+1
Michael (This used to be commit 3346dd40832e8d61edfe4c56dce6fe85031f20f1)
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-7/+16
This patch is the second iteration of an inside-out conversion to cleanup functions in charcnv.c returning size_t == -1 to indicate failure. (This used to be commit 6b189dabc562d86dcaa685419d0cb6ea276f100d)
2008-04-13gpo: add scripts plugin.Günther Deschner1-0/+443
Guenther (This used to be commit cd6388f04041a667bf0909d81e8af5f7b3bdc4af)
2008-02-29Add "registry" Group Policy extension.Günther Deschner1-0/+634
Guenther (This used to be commit 4e93301ca4931908a7d1994be45c57002f8c6fea)
2008-02-29Add Group Policy extension infrastructure.Günther Deschner2-0/+825
Guenther (This used to be commit 6d543b1a1a5a7af98affc9aea2edf650cb476379)