index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-12
s4-join: make dsServiceName a GUID in @ROOTDSE on join
Andrew Tridgell
1
-3
/
+5
2011-08-12
s4-provision: create dsServiceName in @ROOTDSE in GUID form
Andrew Tridgell
1
-1
/
+2
2011-08-09
s4-pysamba: fixed double conversion of int32
Andrew Tridgell
1
-1
/
+1
2011-08-09
s4-samdb: support relative paths in SamDB() connect
Andrew Tridgell
1
-1
/
+2
2011-08-09
pysamdb: move normalise_int32() to common module
Andrew Tridgell
2
-7
/
+7
2011-08-08
s4:pyglue: PyArg_ParseTuple("I") requires an 'unsigned int' argument
Stefan Metzmacher
1
-1
/
+5
2011-08-07
sd_utils: Fix some formatting, add module docstring.
Jelmer Vernooij
1
-3
/
+5
2011-08-06
s4:netcmd/gpo.py: we don't need to set autogenerated attributes
Stefan Metzmacher
1
-21
/
+11
2011-08-04
s4-samdb: save the url in the samdb class
Andrew Tridgell
1
-0
/
+3
2011-08-03
samba-tool: Rename samba-tool command gpo2 --> gpo
Amitay Isaacs
1
-1
/
+1
2011-08-03
samba-tool: Add implementation of gpo create command
Amitay Isaacs
1
-1
/
+176
2011-08-03
samba-tool: Add functions to create directories and copy files over SMB share
Amitay Isaacs
1
-0
/
+32
2011-08-03
samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_local
Amitay Isaacs
1
-11
/
+19
2011-08-03
samba-tool: Addd functions to print GPO flags and GPlink options
Amitay Isaacs
1
-28
/
+22
2011-08-02
dbcheck: Cancel transaction if operation fails.
Jelmer Vernooij
1
-10
/
+15
2011-08-01
acl: Improve error message when setting acls fails.
Jelmer Vernooij
1
-4
/
+12
2011-07-29
samba-tool: use ldb.binary_encode() on search expression elements
Andrew Tridgell
9
-24
/
+27
2011-07-29
samba-tool: fixed binary encoding of usernames in setpassword
Andrew Tridgell
1
-2
/
+2
2011-07-28
samba-tool: ensure prompting of passwords is in the right order
Andrew Tridgell
1
-1
/
+3
2011-07-28
samba-tool: Added gpo fetch command implementation using python smb module.
Amitay Isaacs
1
-0
/
+94
2011-07-28
samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)
Amitay Isaacs
1
-78
/
+124
2011-07-28
samba-tool: Add user password command to change user's own password
Amitay Isaacs
1
-0
/
+33
2011-07-28
samba-tool: Python routine to find writable/ldap-capable DC
Amitay Isaacs
1
-0
/
+13
2011-07-28
samba-tool: Raise exception on errors and report using base class
Amitay Isaacs
1
-10
/
+3
2011-07-28
samba-tool: Display Usage line and list commands alphabetically
Amitay Isaacs
1
-3
/
+6
2011-07-28
samba-tool: Replace C version of samba-tool with python version
Amitay Isaacs
1
-70
/
+0
2011-07-28
samba-tool: Added python version of samba-tool
Amitay Isaacs
1
-0
/
+70
2011-07-28
samba-tool: Reimplement GPO functions in python
Amitay Isaacs
1
-11
/
+412
2011-07-28
samba-tool: Removed newuser
Giampaolo Lauria
2
-94
/
+0
2011-07-28
samba-tool: Changed "user add" implementation
Giampaolo Lauria
1
-13
/
+60
2011-07-28
samba-tool: add -H or --URL where necessary
Giampaolo Lauria
7
-19
/
+32
2011-07-26
s4:samba-tool: ldapcmp needs CredentialsOptionsDouble
Stefan Metzmacher
1
-0
/
+6
2011-07-21
s4-param: use "state directory" and "cache directory" options
Björn Baumbach
1
-5
/
+5
2011-07-21
samba-tool: make sure we exit with an error on a bad command
Andrew Tridgell
1
-1
/
+2
2011-07-21
dbcheck: use string DN in delete when fixing broken strings DNs
Andrew Tridgell
1
-1
/
+1
2011-07-21
s4-provision: run dbcheck on a minimal set of objects in provision
Andrew Tridgell
1
-4
/
+8
2011-07-21
s4-dsdb: change the samba3sam test to add the show_deleted module
Andrew Tridgell
1
-1
/
+1
2011-07-21
samba-tool: nicer error in passwordsettings with no settings
Andrew Tridgell
1
-0
/
+2
2011-07-21
samba-tool: testparm doesn't take any credentials
Andrew Tridgell
1
-0
/
+5
2011-07-21
samba-tool: use 'exportkeytab' instead of 'dumpkeys'
Andrew Tridgell
1
-3
/
+3
2011-07-21
samba-tool: Fix __doc_ in base classes
Giampaolo Lauria
1
-3
/
+3
2011-07-21
samba-tool: removed synopsis code in base class
Giampaolo Lauria
1
-8
/
+2
2011-07-21
samba-tool: Fixed bugs to determine min and max # of allowed arguments
Giampaolo Lauria
1
-7
/
+14
2011-07-21
samba-tool: Improved --help functionality
Giampaolo Lauria
1
-2
/
+6
2011-07-21
samba-tool: fixed __doc__ in base classes
Giampaolo Lauria
1
-3
/
+3
2011-07-21
samba-tool: Fix error handling in SuperCommand class
Giampaolo Lauria
1
-2
/
+11
2011-07-21
samba-tool: improved Option list for all user commands
Giampaolo Lauria
1
-10
/
+7
2011-07-21
samba-tool: added error handling for the user command
Giampaolo Lauria
1
-10
/
+21
2011-07-21
samba-tool: fixed drs commands synopsis
Giampaolo Lauria
1
-5
/
+5
2011-07-21
samba-tool: fixed synopsis on user commands
Giampaolo Lauria
1
-1
/
+1
[next]