summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/common.py
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02samba.common: Fix formatting of docstring (trips up pydoctor).Jelmer Vernooij1-3/+4
2011-10-20s4-dsdb: moved dsdb_Dn() into common.pyAndrew Tridgell1-0/+40
this gives a method for dealing with binary DNs from python Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
2011-08-09s4-pysamba: fixed double conversion of int32Andrew Tridgell1-1/+1
if the number is already negative, we shouldn't convert it
2011-08-09pysamdb: move normalise_int32() to common moduleAndrew Tridgell1-0/+5
this will be needed in quite a few places
2011-07-05s4-pycommon: support 'none' as an option in confirmAndrew Tridgell1-7/+20
this allows the user to ask for none of the changes of this type Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
2011-07-05s4-pycommon: allow an optional 'all' choice for confirm dialogsAndrew Tridgell1-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
2011-06-19s4-sambatool: extract the confirm function in a separte module for reuseMatthieu Patou1-0/+33