summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpext/registry.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-3/+3
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc.
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett1-2/+2
This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
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 Deschner1-13/+8
Just pull and push data as is. Guenther
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
Guenther
2010-05-17s3-libgpo: move group policy protos to where they belong.Günther Deschner1-0/+2
Guenther
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner1-1/+2
Guenther
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-2/+2
2008-10-13s3: fix the build of registry.so gpext.Günther Deschner1-2/+2
Guenther
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-02-29Add "registry" Group Policy extension.Günther Deschner1-0/+634
Guenther (This used to be commit 4e93301ca4931908a7d1994be45c57002f8c6fea)