summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpext/security.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
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-1/+1
This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-05-17s3-libgpo: move group policy protos to where they belong.Günther Deschner1-1/+3
Guenther
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner1-5/+5
Guenther
2009-04-20Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman1-11/+14
Signed-off-by: Günther Deschner <gd@samba.org>
2008-10-15s3-libgpo: fix build for security cse.Günther Deschner1-1/+1
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