summaryrefslogtreecommitdiff
path: root/libgpo/gpo.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-06build: Remove _SAMBA_BUILD == 4 from libgpoAndrew Bartlett1-4/+0
This code has no hope of building against the samba4 libs (it has been disabled for a very long time, and files referenced don't exist etc), and with the common build there simply is no need. Andrew Bartlett
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett1-7/+7
The all UPPER case typedef is no longer the preferred Samba style and this makes it easier to see that this is the IDL-derivied structure Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
Guenther
2009-04-20Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman1-5/+7
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Make the gpo files build for samba 4.Wilco Baan Hofman1-4/+8
Only gpt.ini remaining. Not suitable for merge yet, samba 3 is currently broken due to some changed public API. Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Mark the places where work needs to be done.Wilco Baan Hofman1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct ↵Wilco Baan Hofman1-7/+10
security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵Wilco Baan Hofman1-0/+114
function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move gpo_sec to top-level.Jelmer Vernooij1-0/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move some libgpo files to root.Jelmer Vernooij1-0/+163
Signed-off-by: Günther Deschner <gd@samba.org>