index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
2013-03-02
1
-363
/
+0
*
s4-python: Various formatting fixes.
Jelmer Vernooij
2012-09-27
1
-1
/
+1
*
Avoid all(), as it's not available in Python 2.4.
Jelmer Vernooij
2012-05-27
1
-1
/
+5
*
s4-python: Remove env from non-executable samba scripts.
Andreas Schneider
2012-03-13
1
-2
/
+0
*
python: samba: Use relative import for _glue.
Jelmer Vernooij
2012-03-10
1
-1
/
+1
*
provision: Share more code for determine_netbios_name() with samba.valid_netb...
Jelmer Vernooij
2012-02-26
1
-5
/
+5
*
s4-python: Various formatting fixes.
Jelmer Vernooij
2012-02-18
1
-3
/
+8
*
s4-python: Fix some formatting issues.
Jelmer Vernooij
2011-09-13
1
-3
/
+2
*
s4-provision Use samba.dns_name_to_dn
Andrew Bartlett
2011-08-26
1
-0
/
+4
*
s4-param Remove 'modules dir'
Andrew Bartlett
2011-06-06
1
-2
/
+3
*
selftest: Re-enable strings.py from source3/stf as a python subunit test
Andrew Bartlett
2011-05-18
1
-0
/
+2
*
s4-provision: cope with top level directory for provision
Andrew Tridgell
2011-02-07
1
-14
/
+16
*
s4-python Remove manipuation of python path from samba module
Andrew Bartlett
2011-02-02
1
-2
/
+1
*
subunitrun: Use unittest.TestProgram if subunit.TestProgram is not
Jelmer Vernooij
2010-12-10
1
-16
/
+1
*
s4-python: Add convenience function for forcibly importing bundled
Jelmer Vernooij
2010-12-10
1
-0
/
+15
*
s4-python: Fix use of bundled modules.
Jelmer Vernooij
2010-12-10
1
-1
/
+1
*
s4-python: Split up ensure_external_module.
Jelmer Vernooij
2010-12-10
1
-8
/
+22
*
s4-pyglue: added get_debug_level() method
Andrew Tridgell
2010-11-29
1
-0
/
+1
*
s4-python: Some reformatting for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
1
-7
/
+9
*
s4-pyglue: expose the remaining NTTIME functions from glue
Andrew Tridgell
2010-11-28
1
-0
/
+3
*
talloc: Add python talloc module, move convenience functions to it.
Jelmer Vernooij
2010-11-05
1
-3
/
+0
*
samba: Make in_source_tree() public.
Jelmer Vernooij
2010-11-03
1
-3
/
+3
*
s4:dsdb python stuff - introduce also here the "show_recycled" control
Matthias Dieter Wallnöfer
2010-10-03
1
-2
/
+2
*
s4-python-samba: 'file' is a built-in
Kamen Mazdrashki
2010-10-03
1
-3
/
+3
*
s4-python-samba: Fix few cosmetics
Kamen Mazdrashki
2010-10-03
1
-4
/
+3
*
selftest: Fix run for systems without testtools installed.
Jelmer Vernooij
2010-09-21
1
-0
/
+1
*
s4-pyglue: added talloc_total_blocks() python call
Andrew Tridgell
2010-08-25
1
-0
/
+1
*
s4-pyglue: added talloc_report_full() and talloc_enable_null_tracking()
Andrew Tridgell
2010-08-25
1
-0
/
+2
*
s4-python: python is not always in /usr/bin
Andrew Tridgell
2010-06-24
1
-1
/
+1
*
s4:python LDB __init__.py - remove completely unused "erase_partitions" call
Matthias Dieter Wallnöfer
2010-06-20
1
-33
/
+0
*
pydsdb: Mark all SamDB and Schema methods that are in pydsdb as
Jelmer Vernooij
2010-06-20
1
-2
/
+2
*
ldb: Remove last import of dsdb.
Jelmer Vernooij
2010-06-20
1
-12
/
+0
*
Some more formatting fixes, move schema related functions from Ldb to Schema.
Jelmer Vernooij
2010-06-20
1
-21
/
+8
*
Move convert_to_openldap onto Schema class.
Jelmer Vernooij
2010-06-20
1
-3
/
+0
*
Move a few more samdb-specific methods to SamDB, away from Ldb.
Jelmer Vernooij
2010-06-20
1
-13
/
+1
*
samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB.
Jelmer Vernooij
2010-06-20
1
-3
/
+0
*
python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...
Jelmer Vernooij
2010-06-19
1
-7
/
+0
*
pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.
Jelmer Vernooij
2010-06-19
1
-1
/
+1
*
s4:python/samba/__init__.py - now specify the "relax" control for the delete ...
Matthias Dieter Wallnöfer
2010-06-19
1
-5
/
+5
*
s4-python: Fix formatting.
Jelmer Vernooij
2010-06-11
1
-12
/
+17
*
Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"
Kamen Mazdrashki
2010-04-29
1
-3
/
+0
*
s4 python: make the function dsdb_get_oid_from_attid reachable from a samDB o...
Matthieu Patou
2010-04-15
1
-0
/
+3
*
s4/dsdb: Set schemaInfo attribute value during provisioning
Kamen Mazdrashki
2010-04-09
1
-0
/
+3
*
s4-python: rename samba.glue to samba._glue to indicate it's private.
Jelmer Vernooij
2010-04-08
1
-9
/
+9
*
s4-python: Fix formatting, import of FLG_NOSYNC.
Jelmer Vernooij
2010-04-08
1
-1
/
+1
*
s4-samdb: Allow skipping global schema.
Jelmer Vernooij
2010-04-07
1
-5
/
+5
*
s4-python: Move set_session_info to PySambaLdb.
Jelmer Vernooij
2010-04-06
1
-3
/
+0
*
s4-python: Move register_samba_handlers to PySambaLdb.
Jelmer Vernooij
2010-04-06
1
-1
/
+1
[next]