Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-21 | s4: Fix a few warnings. | Jelmer Vernooij | 1 | -1/+1 | |
2009-12-21 | provision/pyldb: Avoid linking in static python ldb module. | Jelmer Vernooij | 1 | -3/+28 | |
2009-11-12 | s4:provision Add C binding to get at the generate schema | Andrew Bartlett | 1 | -0/+61 | |
This will allow us to do local tests against that schema | |||||
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -1/+1 | |
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes. | |||||
2009-10-06 | s4:param Remove duplicate argument to python provision | Andrew Bartlett | 1 | -2/+0 | |
2009-09-23 | Check for PyString_FromString being NULL. | Jelmer Vernooij | 1 | -4/+10 | |
2009-09-23 | provision: Avoid linking in multiple copies of security python module. | Jelmer Vernooij | 1 | -8/+29 | |
2009-09-20 | s4:provision Use code to store domain join in 'net join' as well | Andrew Bartlett | 1 | -1/+130 | |
This ensures we only have one codepath to store the secret, and therefore that we have a single choke point for setting the saltPrincipal, which we were previously skipping. Andrew Bartlett | |||||
2009-09-03 | allow setting of the debug level in python from C | Andrew Tridgell | 1 | -1/+4 | |
2009-03-04 | Allow 'net vampire' to work without an existing smb.conf | Andrew Bartlett | 1 | -2/+6 | |
Now the provision can generate one based on the detected settings from the target domain. Andrew Bartlett | |||||
2008-12-22 | Add header for pyparam. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-19 | Fix more tests. | Jelmer Vernooij | 1 | -2/+2 | |
2008-04-14 | Include the smbconf parameter to the provision | Andrew Bartlett | 1 | -1/+3 | |
Otherwise this fails, if the targetdir is not specified Andrew Bartlett (This used to be commit cd2d3d1c7a0aad7beb167459276c012c7a6d2e88) | |||||
2008-04-11 | Don't specify the ntds_guid to the C -> python provision interface | Andrew Bartlett | 1 | -2/+0 | |
This paramter was not used anyway. Andrew Bartlett (This used to be commit 6875e6823f7a1fe9066bff4dffcab658a17d3b8c) | |||||
2008-04-11 | Fix merge errors on C provision interface after jelmer's good work. | Andrew Bartlett | 1 | -4/+14 | |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet Conflicts: source/torture/local/torture.c (This used to be commit 5bf1c89cf8af08fbcf4f5089079920840daad7b8) | |||||
2008-04-11 | Return SAM ldb context and loadparm context as part of C provision | Jelmer Vernooij | 1 | -0/+7 | |
result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3) | |||||
2008-04-10 | Add infrastructure for returning ProvisionResult in C provision code. | Jelmer Vernooij | 1 | -4/+7 | |
(This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968) | |||||
2008-04-09 | Remove dns_name element | Andrew Bartlett | 1 | -2/+2 | |
This is only used in the DEBUG() message, so let's remove it. Andrew Bartlett (This used to be commit 5ebb64bdad7e80ee81d6b9d84d77c03fb9237eee) | |||||
2008-04-09 | Move provision C bindings to param/. | Jelmer Vernooij | 1 | -0/+129 | |
(This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530) |