Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | Fix NULL pointer dereference in libgpo when listing Local Policy which has ↵ | Wilco Baan Hofman | 2009-11-15 | 1 | -3/+4 |
| | | | | | | no security descriptor. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix a type-punned warning | Volker Lendecke | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | libgpo: use shared access bits in gpo_sd_check_agp_object(). | Günther Deschner | 2009-04-21 | 1 | -4/+0 |
| | | | | Guenther | ||||
* | libgpo: fix the build of gpext plugins. | Günther Deschner | 2009-04-20 | 1 | -0/+3 |
| | | | | Guenther | ||||
* | libgpo: Fix some minor issues. | Günther Deschner | 2009-04-20 | 2 | -1/+3 |
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work | Wilco Baan Hofman | 2009-04-20 | 4 | -6/+19 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser. | Wilco Baan Hofman | 2009-04-20 | 3 | -0/+312 |
| | | | | | | It now makes use of lib/util/param.c to parse ini files. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move some headers around to avoid confusion. | Wilco Baan Hofman | 2009-04-20 | 2 | -1/+2 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Adjust samba 3 to the new gpo API. Still untested code. | Wilco Baan Hofman | 2009-04-20 | 4 | -27/+29 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Make the gpo files build for samba 4. | Wilco Baan Hofman | 2009-04-20 | 5 | -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> | ||||
* | Mark the places where work needs to be done. | Wilco Baan Hofman | 2009-04-20 | 2 | -4/+9 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct ↵ | Wilco Baan Hofman | 2009-04-20 | 7 | -38/+66 |
| | | | | | | security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵ | Wilco Baan Hofman | 2009-04-20 | 5 | -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> | ||||
* | Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo. | Wilco Baan Hofman | 2009-04-20 | 2 | -1/+870 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move gpo_fetch to top-level. | Jelmer Vernooij | 2009-04-20 | 2 | -1/+190 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move gpo_sec to top-level. | Jelmer Vernooij | 2009-04-20 | 3 | -1/+193 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Move some libgpo files to root. | Jelmer Vernooij | 2009-04-20 | 5 | -0/+1873 |
Signed-off-by: Günther Deschner <gd@samba.org> |