summaryrefslogtreecommitdiff
path: root/libgpo
AgeCommit message (Collapse)AuthorFilesLines
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-5/+8
Just pull and push data as is. Guenther
2010-06-13libgpo: Use system libraries if possible.Jelmer Vernooij2-2/+2
2010-06-03s3-security: use shared SECINFO_DACL define.Günther Deschner1-1/+1
Guenther
2010-05-31s3-build: only use ndr_security.h where needed.Günther Deschner1-0/+1
Guenther
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-5/+5
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-20s3-libgpo: enable LDAP sign in ads_get_gpo_list().Günther Deschner1-0/+4
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 Deschner5-3/+9
Guenther
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+6
2009-11-15Fix NULL pointer dereference in libgpo when listing Local Policy which has ↵Wilco Baan Hofman1-3/+4
no security descriptor. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-04-28Fix a type-punned warningVolker Lendecke1-1/+1
2009-04-21libgpo: use shared access bits in gpo_sd_check_agp_object().Günther Deschner1-4/+0
Guenther
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner1-0/+3
Guenther
2009-04-20libgpo: Fix some minor issues.Günther Deschner2-1/+3
Guenther Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman4-6/+19
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser.Wilco Baan Hofman3-0/+312
It now makes use of lib/util/param.c to parse ini files. Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move some headers around to avoid confusion.Wilco Baan Hofman2-1/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Adjust samba 3 to the new gpo API. Still untested code.Wilco Baan Hofman4-27/+29
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Make the gpo files build for samba 4.Wilco Baan Hofman5-58/+126
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 Hofman2-4/+9
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 Hofman7-38/+66
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 Hofman5-17/+178
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-20Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.Wilco Baan Hofman2-1/+870
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move gpo_fetch to top-level.Jelmer Vernooij2-1/+190
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move gpo_sec to top-level.Jelmer Vernooij3-1/+193
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-20Move some libgpo files to root.Jelmer Vernooij5-0/+1873
Signed-off-by: Günther Deschner <gd@samba.org>