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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-19
s3_upgrade: Set the administrator password on upgrade
Amitay Isaacs
1
-2
/
+22
2011-08-19
s3_upgrade: Do not add administrator and root accounts from s3 to s4
Amitay Isaacs
1
-0
/
+2
2011-08-19
python-samba3: Secrets file loaded from private dir, not lib dir
Amitay Isaacs
2
-2
/
+8
2011-08-19
s3upgrade: Add idmap migration, users/groups import
Amitay Isaacs
1
-40
/
+193
2011-08-19
provision: Add idmap database handle to the result of provision
Amitay Isaacs
1
-0
/
+2
2011-08-19
samba3-python: Add methods to get any entry (user/group) and its sid from idmap
Amitay Isaacs
1
-0
/
+14
2011-08-18
samba-tool: changed samba-tool user delete to use samdb instead of Net()
Andrew Tridgell
1
-9
/
+17
2011-08-18
s4-samdb: added deleteuser() to samdb
Andrew Tridgell
1
-0
/
+23
2011-08-13
s4-provision Add support for fixing the DC rid to a particular value
Andrew Bartlett
2
-16
/
+29
2011-08-13
upgrade: Add missing bits for the s3 to s4 upgrade script
Amitay Isaacs
1
-32
/
+73
2011-08-13
py-samba3: Create samba3 python package to hold other modules
Amitay Isaacs
1
-18
/
+18
2011-08-13
s4-scripting Rename passdb upgrade routine to avoid conflict with upgradeprov...
Andrew Bartlett
1
-2
/
+2
2011-08-13
samba-tool: Remove gpo setacl command
Amitay Isaacs
1
-5
/
+0
2011-08-12
s3:samba-tool: add --domain-critical-only to "samba-tool domain join"
Stefan Metzmacher
1
-3
/
+9
2011-08-12
s4:py/samba/join: add domain_critical_only=False to join_DC/join_RODC
Stefan Metzmacher
1
-3
/
+10
2011-08-12
s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()
Stefan Metzmacher
1
-1
/
+2
2011-08-12
s4-dbcheck: offer to fix dsServiceName to be in GUID form
Andrew Tridgell
1
-0
/
+43
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-10
s4: create a small script to test drsuapi/crackname
Matthieu Patou
1
-0
/
+75
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-06
s4-scripting: allow to specify the number max of iteration around getNcChanges
Matthieu Patou
1
-1
/
+4
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-08-01
s4-upgradeprovision: try to fix the detection of @provision record
Matthieu Patou
1
-1
/
+1
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: Catch exceptions at top-level and exit with correct return value
Amitay Isaacs
1
-1
/
+5
2011-07-28
samba-tool: Display usage for main commands and list them alphabetically
Amitay Isaacs
1
-31
/
+35
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
3
-4
/
+4
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
[next]