pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / source4 / scripting / python / samba / netcmd / user.py
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2013-02-04 Stefan Metzmachersamba-tool/user setpassword: fix help message
2012-10-18 Jelmer Vernooijsamba-tool user: Fix typos, improve messages.
2012-10-18 Alexander WuerstleinWarn when setting UID/GID without idmap_ldb:use rfc2307...
2012-10-18 Alexander WuerstleinSet RFC2307 attributes in samba-tool create
2012-10-09 Karolin Seegersamba-tool: Some more unifications...
2012-10-08 Karolin Seegersamba-tool: Unify usage messages.
2012-09-16 Jelmer Vernooijsamba.netcmd: Formatting fixes, break lines.
2012-03-21 Björn Baumbachs4-samba-tool: add password verification in change...
2012-03-21 Björn Baumbachs4-samba-tool: add password verification in add user
2012-03-16 Michael Adams4:samba-tool: remove remains of patch conflict resolution
2012-03-13 Andreas Schneiders4-python: Remove env from non-executable netcmd scripts.
2012-02-07 Jelmer Vernooijsamba-tool user password: Re-add support for option...
2012-02-07 Jelmer VernooijRevert "samba-tool: moved takes_optiongroups definition...
2011-11-10 Andrew Tridgellsamba-tool: print samaccountname in samba-tool user...
2011-11-10 Giampaolo Lauriasamba-tool: Added new "user disable" command
2011-11-10 Giampaolo Lauriasamba-tool: Added "user list" command
2011-11-08 Matthias Dieter... s4:samba-tool user command - always initialise the...
2011-11-08 Matthias Dieter... s4:samba-tool - other fix for Gémes Géza patch regardin...
2011-11-07 Matthias Dieter... s4:samba-tool - fix Gémes Géza patch regarding paramete...
2011-11-07 Gémes GézaAdd a --random-password option to user create command.
2011-11-07 Theresa Hallorans4: samba-tool user --help documenation improvements
2011-11-01 Jelmer VernooijSimplify handling of user add command.
2011-10-23 Theresa Hallorans4: samba-tool subcommand rename - change samba-tool...
2011-10-13 Jelmer Vernooijsamba-tool: Don't require full prog line to be in synopsis.
2011-10-13 Jelmer Vernooijsamba-tool: Use self.outf in a few more places.
2011-09-09 Amitay Isaacssamba-tool: epilog option to OptionParser available...
2011-09-09 Giampaolo Lauriasamba-tool: Fixed "user" command syntax
2011-09-09 Giampaolo Lauriasamba-tool: Expanded acronym descriptions
2011-08-17 Andrew Tridgellsamba-tool: changed samba-tool user delete to use samdb...
2011-07-29 Andrew Tridgellsamba-tool: use ldb.binary_encode() on search expressio...
2011-07-29 Andrew Tridgellsamba-tool: fixed binary encoding of usernames in setpa...
2011-07-28 Andrew Tridgellsamba-tool: ensure prompting of passwords is in the...
2011-07-28 Amitay Isaacssamba-tool: Add user password command to change user...
2011-07-28 Giampaolo Lauriasamba-tool: Changed "user add" implementation
2011-07-28 Giampaolo Lauriasamba-tool: add -H or --URL where necessary
2011-07-21 Giampaolo Lauriasamba-tool: improved Option list for all user commands
2011-07-21 Giampaolo Lauriasamba-tool: added error handling for the user command
2011-07-21 Giampaolo Lauriasamba-tool: fixed synopsis on user commands
2011-07-21 Giampaolo Lauriasamba-tool: fixed synopsis on all "user" commands
2011-07-21 Giampaolo Lauriasamba-tool: moved takes_optiongroups definition to...
2011-07-21 Giampaolo Lauriasamba-tool: added setpassword to user
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-01 Andrew Tridgellsamba-tool: improved error handling in user setexpiry
2011-06-01 Andrew Tridgellsamba-tool: improved user enable error handling
2011-06-01 Theresa Hallorans4:samba-tool: Move samba-tool setexpiry to samba-tool...
2011-06-01 Theresa Hallorans4/samba-tool: Move samba-tool enableaccount to samba...
2011-04-04 Andrew Tridgells4-samba-tool: give a bit better error on user delete...
2010-12-08 Andrew Tridgellsamba-tools: more reasonable defaults for samba-tool...
2010-09-25 Andrew Tridgells4-net: added --ipaddress option to net commands
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-05-09 Matthias Dieter... s4:net utility - make outprinted description comments...
2010-05-09 Matthias Dieter... s4:net utility - add an optional password attribute...
2010-04-09 Jelmer Vernooijs4-net: 'net user create' -> 'net user add', for backwa...
2010-04-09 Jelmer Vernooijs4-net: Convert user subcommand to Python.