Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-20 | Changed add_gplink to set_gplink, so we can change gPLink options as well. | Wilco Baan Hofman | 3 | -15/+24 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add add gPLink function and corresponding net gpo linkadd call. | Wilco Baan Hofman | 3 | -49/+141 | |
Also added some definitions for future functions in policy.h Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Rename files to reflect the libpolicy naming convention. Also fix the GNU ↵ | Wilco Baan Hofman | 7 | -6/+9 | |
make build. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build | Wilco Baan Hofman | 10 | -9/+30 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add old functionality back which was removed in commit 589a42e2. | Wilco Baan Hofman | 3 | -3/+22 | |
Andrew, please review! Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add gpo list function for listing applicable GPO's for users/machines. | Wilco Baan Hofman | 3 | -38/+322 | |
Implements: * Hierarchical listing through all parent containers * security ACL checking on the GPO * User/computer disabled flags on the GPO * gPLink disabled * gPLink enforced * Block inheritance on the container Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Add gPLink and getgpo functionality to net gpo. | Wilco Baan Hofman | 3 | -67/+437 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Created net gpo and new libgpo for samba 4. This adds the init function ↵ | Wilco Baan Hofman | 12 | -671/+301 | |
which finds a DC and connects to its LDAP. It also can return information on all group policy objects on a DC. Aborted earlier attempt at reconciliation with samba 3. Did not work out due to lack of ldb support in samba 3, also the different registry libraries and different libnet did not help.. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | pydsdb: Mark all SamDB and Schema methods that are in pydsdb as | Jelmer Vernooij | 4 | -32/+32 | |
private, to discourage them being called directly. | |||||
2010-06-20 | testparm: Check netbios name and workgroup characters and length. | Jelmer Vernooij | 2 | -16/+38 | |
2010-06-20 | provision: Properly cancel transactions on the secrets ldb. | Jelmer Vernooij | 1 | -122/+131 | |
2010-06-20 | selftest: Use scripted testparm. | Jelmer Vernooij | 2 | -3/+4 | |
2010-06-20 | pyparam: Support Loadparm.get(p, "global") | Jelmer Vernooij | 1 | -52/+52 | |
2010-06-20 | ldb: Add ABI file for use when including ildap in the build. | Jelmer Vernooij | 1 | -0/+224 | |
2010-06-20 | testparm: Simplify default option handling. | Jelmer Vernooij | 1 | -19/+14 | |
2010-06-20 | pyparam: Allow specifying None as section name to LoadparmContext.get() | Jelmer Vernooij | 1 | -1/+1 | |
to mean default section. | |||||
2010-06-20 | testparm: Fix suppress prompt option. | Jelmer Vernooij | 1 | -7/+5 | |
2010-06-20 | testparm: Fix exit value, install. | Jelmer Vernooij | 2 | -14/+21 | |
2010-06-20 | s4-python: Add LoadparmService.dump() | Jelmer Vernooij | 1 | -0/+40 | |
2010-06-20 | s4-python: Implement LoadParm.dump(). | Jelmer Vernooij | 2 | -1/+24 | |
2010-06-20 | testparm: Split up functions that do multiple things. | Jelmer Vernooij | 1 | -40/+33 | |
2010-06-20 | testparm: Convert to Python. | Jelmer Vernooij | 3 | -266/+204 | |
2010-06-20 | s4-python: Remove more unused imports, fix use of sets in upgradehelpers. | Jelmer Vernooij | 3 | -9/+5 | |
2010-06-20 | setnttoken: Remove empty utility. | Jelmer Vernooij | 2 | -34/+0 | |
2010-06-20 | Use standard Python syntax, booleans and set()'s where appropriate. | Jelmer Vernooij | 3 | -23/+28 | |
2010-06-20 | Remove unnecessary use of transactions. | Jelmer Vernooij | 1 | -11/+3 | |
2010-06-20 | ldb: Change LDBSAMBA back to subsystem, update comments, use different | Jelmer Vernooij | 2 | -7/+16 | |
ABI file based on whether ldb_ildap is included. | |||||
2010-06-20 | s4:ldb-samba: fix the build without a system ldb | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2010-06-20 | ldb: Remove last import of dsdb. | Jelmer Vernooij | 1 | -12/+0 | |
2010-06-20 | Some more formatting fixes, move schema related functions from Ldb to Schema. | Jelmer Vernooij | 6 | -39/+36 | |
2010-06-20 | Move convert_to_openldap onto Schema class. | Jelmer Vernooij | 3 | -5/+7 | |
2010-06-20 | Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵ | Jelmer Vernooij | 6 | -122/+141 | |
spacing. | |||||
2010-06-20 | Move a few more samdb-specific methods to SamDB, away from Ldb. | Jelmer Vernooij | 2 | -15/+3 | |
2010-06-20 | samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB. | Jelmer Vernooij | 3 | -22/+20 | |
2010-06-20 | s4-python: Remove trivial function, replace by dictionary. | Jelmer Vernooij | 3 | -40/+14 | |
2010-06-20 | make test modules for net group set of commands and modification to the ↵ | Lukasz Zalewski | 3 | -2/+84 | |
newuser to include additional parameters Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set ↵ | Lukasz Zalewski | 2 | -60/+63 | |
of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set ↵ | Lukasz Zalewski | 4 | -8/+439 | |
of commands for group related operations on ldb Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Make grouped commit / rollback more resistant to ↵ | Matthieu Patou | 1 | -13/+42 | |
unexpected problems Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Check that the policy for DC is present if not warn the ↵ | Matthieu Patou | 2 | -4/+38 | |
user Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Emit message instead of crashing when not able to set acl | Matthieu Patou | 1 | -4/+10 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on ↵ | Matthieu Patou | 1 | -1/+6 | |
sysvols share Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 unittests: add unit tests for upgradehelpers | Matthieu Patou | 2 | -4/+19 | |
The functions tested are: * construct_existor_expr * search_constructed_attrs_stored Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Add function for searching stored constructed attributes | Matthieu Patou | 1 | -0/+51 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4: Using control bypassoperational allow the logic of this module to be ↵ | Matthieu Patou | 1 | -10/+39 | |
bypassed for some given attributes Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | ldb: add a new control bypassioperationnal | Matthieu Patou | 4 | -0/+38 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: additional restyling | Matthieu Patou | 1 | -31/+42 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Restyle imports | Matthieu Patou | 1 | -15/+15 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 upgradeprovision: Move functions to helpers and improve code | Matthieu Patou | 5 | -297/+494 | |
Among code improvement the most significant part is that we now compare DN object instead of their string representation. It allow to better react to case an white space difference. Some new move objects have been added (ie. System into well known security principals). This will allow more unittesting Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-06-20 | s4 python: Update unit tests related to create secrets | Matthieu Patou | 1 | -0/+13 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> |