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
2009-09-16
Owner and group defaulting.
Nadezhda Ivanova
1
-0
/
+1
2009-09-14
s4:provision Prevent some invalid combinations of realm and domain
Andrew Bartlett
1
-0
/
+9
2009-09-12
s4:group policies - upcase directory names of default group policies
Matthias Dieter Wallnöfer
1
-4
/
+8
2009-09-11
s4:group policies - add the domain controller group policy
Matthias Dieter Wallnöfer
1
-8
/
+28
2009-09-11
s4-provision: use DNS name, not domain name
Andrew Tridgell
1
-0
/
+1
2009-09-11
s4/provision: add the nTDSDSA GUID based DNS entries and SPNs
Andrew Tridgell
1
-9
/
+19
2009-09-10
Revert "s4: Let the "setpassword" script finally use the "samdb_set_password"...
Matthias Dieter Wallnöfer
2
-70
/
+9
2009-09-10
s4:provision Only delete SASL mappings with Fedora DS, not OpenLDAP
Andrew Bartlett
1
-31
/
+30
2009-09-10
s4: kludge_acl needs to be above repl_meta_data
Andrew Tridgell
1
-2
/
+2
2009-09-10
s4/provision: another fix for breakage from b1dabb1133
Andrew Tridgell
1
-6
/
+8
2009-09-10
s4:provision Don't reference provision_backend when using LDB
Andrew Bartlett
1
-1
/
+3
2009-09-10
s4: Use SASL authentication against Fedora DS.
Endi Sukma Dewata
1
-5
/
+68
2009-09-09
Added "admin_session" method.
Nadezhda Ivanova
1
-1
/
+5
2009-09-08
s4:setpassword script - Passwords set by this script are set by the administr...
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-08
s4:provision - Cosmetic: Indent the parameters better
Matthias Dieter Wallnöfer
1
-36
/
+60
2009-09-07
s4: Let the "setpassword" script finally use the "samdb_set_password" routine
Matthias Dieter Wallnöfer
2
-9
/
+70
2009-09-07
s4: Exceptions in "provision.py"
Michael Ströder
1
-11
/
+15
2009-09-07
s4:Foreign security principals - Fix them up
Matthias Dieter Wallnöfer
1
-19
/
+0
2009-09-07
s4:provision - Change the module order to match Windows Server
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-09-07
s4:samldb - Major rework
Matthias Dieter Wallnöfer
1
-32
/
+0
2009-09-07
s4:provision - Add a new delete function only for users and computers
Matthias Dieter Wallnöfer
1
-0
/
+25
2009-09-07
s4:setup: Use ms_display_specifiers script for provision.
Andrew Kroeger
1
-2
/
+5
2009-09-07
s4:setup: Added script to parse Microsoft DisplaySpecifiers document.
Andrew Kroeger
1
-0
/
+189
2009-09-04
s4:python fixed subunit tests of dcerpc
Andrew Tridgell
6
-0
/
+0
2009-09-03
allow setting of the debug level in python from C
Andrew Tridgell
2
-1
/
+14
2009-09-02
repl_meta_data should only be included when we are a DC
Andrew Tridgell
1
-1
/
+1
2009-09-02
move the repl_meta_data module up the ldb module stack
Andrew Tridgell
1
-1
/
+2
2009-08-28
s4: Create helpers functions related to provision
Matthieu Patou
1
-17
/
+34
2009-08-27
s4:python Add helper to get at the domain SID
Andrew Bartlett
2
-0
/
+33
2009-08-26
s4:provision Ensure that @OPTIONS is mirrored into each partition
Andrew Bartlett
1
-0
/
+4
2009-08-26
s4:provison Add prefixes to ldb using same code a later modify will use
Andrew Bartlett
3
-5
/
+38
2009-08-26
s4:provision Only create references to our server DN after the self join
Andrew Bartlett
1
-0
/
+10
2009-08-25
s4:python Fix the reprovision test by deleting 'deleted' objects too.
Andrew Bartlett
1
-6
/
+9
2009-08-17
fixed the build
Andrew Tridgell
1
-3
/
+5
2009-08-17
s4: Major rework of the LDB/SAMDB/IDMAP python bindings
Matthias Dieter Wallnöfer
4
-55
/
+57
2009-08-17
s4:pyglue Add a wrapper for loading the correct UTF8 casefolder
Matthias Dieter Wallnöfer
1
-0
/
+20
2009-08-17
Revert "s4:samdb python bindings - we don't need the attributes here"
Matthias Dieter Wallnöfer
1
-1
/
+2
2009-08-17
sigh - still not right
Andrew Tridgell
1
-5
/
+5
2009-08-17
fixed up add_foreign again
Andrew Tridgell
2
-23
/
+23
2009-08-17
more fixups from provision changes
Andrew Tridgell
2
-24
/
+24
2009-08-17
fixed up some provision errors from the recent changes
Andrew Tridgell
1
-3
/
+2
2009-08-17
s4:provision Add comments to the provision script
Andrew Bartlett
1
-1
/
+10
2009-08-17
s4:provision Avoid one more call to ltdb_reindex
Andrew Bartlett
2
-6
/
+19
2009-08-17
s4:provision Fix existing ldapi:// backend detection exception
Andrew Bartlett
1
-1
/
+1
2009-08-17
s4:provision Make sure that we don't use Kerberos to our LDAP backend
Andrew Bartlett
1
-1
/
+3
2009-08-17
s4:provison Print the LDAP backend admin username/password
Andrew Bartlett
1
-6
/
+14
2009-08-17
s4: Re-add --ldapadminpass as an option to provision
Andrew Bartlett
1
-5
/
+9
2009-08-17
s4:python Allow 'no such object' on the delete of the DN
Andrew Bartlett
1
-1
/
+5
2009-08-17
s4:provision Keep a single transaction for the erase and rebuild
Andrew Bartlett
1
-15
/
+6
2009-08-17
s4:provision Rework provision-backend into provision
Andrew Bartlett
1
-618
/
+558
[next]