| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-02 | samba.common: Fix formatting of docstring (trips up pydoctor). | Jelmer Vernooij | 1 | -3/+4 | |
| 2011-10-20 | s4-dsdb: moved dsdb_Dn() into common.py | Andrew Tridgell | 1 | -0/+40 | |
| this gives a method for dealing with binary DNs from python Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
| 2011-08-09 | s4-pysamba: fixed double conversion of int32 | Andrew Tridgell | 1 | -1/+1 | |
| if the number is already negative, we shouldn't convert it | |||||
| 2011-08-09 | pysamdb: move normalise_int32() to common module | Andrew Tridgell | 1 | -0/+5 | |
| this will be needed in quite a few places | |||||
| 2011-07-05 | s4-pycommon: support 'none' as an option in confirm | Andrew Tridgell | 1 | -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-05 | s4-pycommon: allow an optional 'all' choice for confirm dialogs | Andrew Tridgell | 1 | -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-19 | s4-sambatool: extract the confirm function in a separte module for reuse | Matthieu Patou | 1 | -0/+33 | |
