Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-06 | build: Remove _SAMBA_BUILD == 4 from libgpo | Andrew Bartlett | 1 | -48/+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 | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -1/+1 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-25 | lib/util/charset rename iconv_convenience to iconv_handle | Andrew Bartlett | 1 | -1/+1 | |
This better reflects what this structure is Andrew Bartlett | |||||
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 1 | -1/+1 | |
2010-06-13 | libgpo: Use system libraries if possible. | Jelmer Vernooij | 1 | -1/+1 | |
2010-05-17 | s3-libgpo: move group policy protos to where they belong. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-04-20 | libgpo: Fix some minor issues. | Günther Deschner | 1 | -1/+2 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work | Wilco Baan Hofman | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser. | Wilco Baan Hofman | 1 | -0/+1 | |
It now makes use of lib/util/param.c to parse ini files. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Move some headers around to avoid confusion. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Adjust samba 3 to the new gpo API. Still untested code. | Wilco Baan Hofman | 1 | -11/+10 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Make the gpo files build for samba 4. | Wilco Baan Hofman | 1 | -1/+78 | |
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-20 | Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct ↵ | Wilco Baan Hofman | 1 | -6/+12 | |
security_token. Fix build errors. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Move gpo_fetch to top-level. | Jelmer Vernooij | 1 | -0/+189 | |
Signed-off-by: Günther Deschner <gd@samba.org> |