summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-99/+0
| | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104
* s4-python: Remove env from non-executable samba scripts.Andreas Schneider2012-03-131-2/+0
|
* s4-python: Various formatting fixes.Jelmer Vernooij2012-02-181-2/+5
|
* samba.common: Fix formatting of docstring (trips up pydoctor).Jelmer Vernooij2011-11-021-3/+4
|
* s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell2011-10-201-0/+40
| | | | | | this gives a method for dealing with binary DNs from python Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
* s4-pysamba: fixed double conversion of int32Andrew Tridgell2011-08-091-1/+1
| | | | if the number is already negative, we shouldn't convert it
* pysamdb: move normalise_int32() to common moduleAndrew Tridgell2011-08-091-0/+5
| | | | this will be needed in quite a few places
* s4-pycommon: support 'none' as an option in confirmAndrew Tridgell2011-07-051-7/+20
| | | | | | this allows the user to ask for none of the changes of this type Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
* s4-pycommon: allow an optional 'all' choice for confirm dialogsAndrew Tridgell2011-07-051-3/+9
| | | | | | when asking the user to confirm an action, allow for an 'all' choice, which will be used to allow the user to confirm all future requests of the same type
* s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou2011-06-191-0/+33