Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -3/+3 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-03-30 | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-09-22 | s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive | Michael Adam | 1 | -1/+1 | |
2010-09-21 | s3-libgpo: fix the build of scripts client side extension. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-09-11 | s3-auth Change struct nt_user_token -> struct security_token | Andrew Bartlett | 1 | -3/+3 | |
This common structure is defined in security.idl Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-07-02 | s3-registry: avoid using registry_value union. | Günther Deschner | 1 | -3/+5 | |
Just pull and push data as is. Guenther | |||||
2010-05-18 | s3-registry: only include registry headers when really needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-17 | s3-libgpo: move group policy protos to where they belong. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-04-20 | libgpo: fix the build of gpext plugins. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-04-20 | Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work | Wilco Baan Hofman | 1 | -3/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-26 | libgpo: fix invalid cast in scripts CSE. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-04-13 | gpo: add scripts plugin. | Günther Deschner | 1 | -0/+443 | |
Guenther (This used to be commit cd6388f04041a667bf0909d81e8af5f7b3bdc4af) |