Age | Commit message (Expand) | Author | Files | Lines |
2010-07-10 | s4 net: Add spn module to list/add/remove spn on objects | Matthieu Patou | 2 | -0/+219 |
2010-07-08 | s4:samdb.py - "setpassword" - performs password sets using the "unicodePwd" a... | Matthias Dieter Wallnöfer | 1 | -7/+3 |
2010-07-03 | s4:pwsettings net utility - change also here the "minPwdAge" to be the real d... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-06-29 | s4:provision Add an msDS-SupportedEncryptionTypes entry to our DC | Andrew Bartlett | 1 | -1/+16 |
2010-06-26 | s4:provision.py - fix comment regarding DNS entries | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-06-26 | s4:provision: move Samba4 specific DNS stuff to its own file | Stefan Metzmacher | 1 | -1/+8 |
2010-06-26 | s4:provision: add --next-rid option | Stefan Metzmacher | 1 | -2/+13 |
2010-06-26 | s4:provision: don't use hardcoded values for 'nextRid' and 'rIDAvailablePool' | Stefan Metzmacher | 1 | -3/+11 |
2010-06-26 | s4:provision: pass relax control also to modify_ldif | Stefan Metzmacher | 1 | -2/+2 |
2010-06-25 | s4 python: Add unit tests related to PyLong/PyInt handling | Matthieu Patou | 1 | -2/+11 |
2010-06-25 | s4 upgradeprovision: Try to support older Pythons. | Michael Wood | 1 | -1/+1 |
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 53 | -53/+53 |
2010-06-23 | Fix to undo nasty hack for for grouptype conversion | Lukasz Zalewski | 1 | -1/+1 |
2010-06-23 | s4:net Remove warnings for 2000 native mode and Samba4. | Andrew Bartlett | 1 | -5/+5 |
2010-06-23 | s4:provision Raise default max functional level to 2008R2 | Andrew Bartlett | 1 | -3/+3 |
2010-06-23 | s4:provision Remove am_rodc from Schema | Andrew Bartlett | 2 | -5/+5 |
2010-06-23 | libds:common Remove DS_DC_* domain functionality flags | Andrew Bartlett | 2 | -11/+7 |
2010-06-20 | s4:python LDB __init__.py - remove completely unused "erase_partitions" call | Matthias Dieter Wallnöfer | 2 | -36/+0 |
2010-06-20 | provision: Look for Samba prefix a bit harder. | Jelmer Vernooij | 1 | -4/+6 |
2010-06-20 | pydsdb: Mark all SamDB and Schema methods that are in pydsdb as | Jelmer Vernooij | 3 | -17/+17 |
2010-06-20 | provision: Properly cancel transactions on the secrets ldb. | Jelmer Vernooij | 1 | -122/+131 |
2010-06-20 | s4-python: Remove more unused imports, fix use of sets in upgradehelpers. | Jelmer Vernooij | 1 | -2/+2 |
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: 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 | 5 | -35/+31 |
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, sp... | Jelmer Vernooij | 5 | -61/+78 |
2010-06-20 | Move a few more samdb-specific methods to SamDB, away from Ldb. | Jelmer Vernooij | 1 | -13/+1 |
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 | 2 | -36/+3 |
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set of... | Lukasz Zalewski | 2 | -60/+63 |
2010-06-20 | Modifications extending functionality of newuser cmd and new net group set of... | Lukasz Zalewski | 4 | -8/+439 |
2010-06-20 | s4 upgradeprovision: Make grouped commit / rollback more resistant to unexpec... | Matthieu Patou | 1 | -13/+42 |
2010-06-20 | s4 upgradeprovision: Check that the policy for DC is present if not warn the ... | Matthieu Patou | 1 | -0/+24 |
2010-06-20 | s4 upgradeprovision: Emit message instead of crashing when not able to set acl | Matthieu Patou | 1 | -4/+10 |
2010-06-20 | s4 unittests: add unit tests for upgradehelpers | Matthieu Patou | 2 | -4/+19 |
2010-06-20 | s4 upgradeprovision: Add function for searching stored constructed attributes | Matthieu Patou | 1 | -0/+51 |
2010-06-20 | s4 upgradeprovision: additional restyling | Matthieu Patou | 1 | -31/+42 |
2010-06-20 | s4 upgradeprovision: Move functions to helpers and improve code | Matthieu Patou | 3 | -99/+444 |
2010-06-20 | s4 python: Update unit tests related to create secrets | Matthieu Patou | 1 | -0/+13 |
2010-06-20 | s4: Add comments about setup_secrets | Matthieu Patou | 1 | -0/+2 |
2010-06-20 | s4 python: Add unit tests for upgradeprovision related stuff | Matthieu Patou | 1 | -0/+161 |
2010-06-20 | s4 upgradeprovision: move some functions to upgradehelpers for unit tests | Matthieu Patou | 1 | -1/+141 |
2010-06-20 | s4 Add functions related to ldb manipulation when doing upgrade | Matthieu Patou | 1 | -17/+83 |
2010-06-20 | s4 provision: Add information about provisioned usn range in sam.ldb | Matthieu Patou | 1 | -0/+96 |
2010-06-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 14 | -32/+42 |
2010-06-19 | samba.tests.samba3: Clean up imports, use new TestCase class. | Jelmer Vernooij | 1 | -13/+38 |
2010-06-19 | ntacls: Raise TestSkipped rather than writing to stdout. | Jelmer Vernooij | 1 | -16/+15 |
2010-06-19 | samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co... | Jelmer Vernooij | 1 | -6/+9 |