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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-22
s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB.
Nadezhda Ivanova
1
-11
/
+3
2010-11-22
s4-tests: Adapted acl.py to use set_minPwdAge from SamDB.
Nadezhda Ivanova
1
-10
/
+3
2010-11-22
s4-dsdb: Added a helper to python SamDB for retrieving and setting minPwdAge.
Nadezhda Ivanova
1
-0
/
+15
2010-11-22
s4-test/repl_schema: Remote global ldb connections
Kamen Mazdrashki
1
-25
/
+7
2010-11-22
s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helper
Kamen Mazdrashki
1
-0
/
+18
2010-11-22
s4-samba.tests: Explicitly pass LoadParm() instance to system_session() function
Kamen Mazdrashki
1
-1
/
+1
2010-11-22
s4-pfm_verify: fix usage string
Kamen Mazdrashki
1
-1
/
+1
2010-11-22
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
6
-19
/
+14
2010-11-21
selftest: When running on the buildfarm, pipe everything through
Jelmer Vernooij
1
-0
/
+2
2010-11-21
selftest: fix tap2subunit detection on system with tap2subunit but not correc...
Matthieu Patou
1
-1
/
+6
2010-11-21
s4:provision_rootdse_add.ldif - add all possible LDAP policy values but outco...
Matthias Dieter Wallnöfer
1
-0
/
+12
2010-11-21
s4-ldb: fixed the build with a space in the ldb modules directory name
Andrew Tridgell
1
-1
/
+1
2010-11-21
heimdal: fixed the waf build with a space in the directory name
Andrew Tridgell
2
-26
/
+26
2010-11-21
s4-rpc: make rpc connect less verbose
Andrew Tridgell
1
-1
/
+1
2010-11-20
s4:repl_meta_data LDB module - fix a counter type
Matthias Dieter Wallnöfer
1
-2
/
+4
2010-11-20
s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher
Matthias Dieter Wallnöfer
1
-29
/
+29
2010-11-20
s4:objectclass_attrs LDB module - add more delete protected attributes
Matthias Dieter Wallnöfer
2
-86
/
+50
2010-11-20
s4:samldb LDB module - objectclass trigger - reorder template attributes
Matthias Dieter Wallnöfer
1
-9
/
+10
2010-11-20
pyrpc: Build the samba.dcerpc.srvsvc module.
Ricardo Jorge
1
-0
/
+5
2010-11-20
heimdal: Don't depend on compile_asn1 and et_compile when using system versions.
Arnaud Faucher
1
-3
/
+5
2010-11-20
s4:acl LDB module - it's more correct to count the password attributes using ...
Matthias Dieter Wallnöfer
1
-3
/
+6
2010-11-20
ldb:rdn_name LDB module - add more RDN name constraints
Matthias Dieter Wallnöfer
2
-5
/
+69
2010-11-19
ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty
Matthias Dieter Wallnöfer
2
-2
/
+2
2010-11-19
s4:netlogon/LogonGetDomainInfo - handle a NULL "dns_hostname"
Matthias Dieter Wallnöfer
2
-27
/
+57
2010-11-19
s4:torture/ldb/ldb.c - add a small test for a DN with an escaped comma
Matthias Dieter Wallnöfer
1
-0
/
+6
2010-11-19
s4:dsdb tests - use even more already defined pyldb functions to retrieve NCs
Matthias Dieter Wallnöfer
5
-39
/
+8
2010-11-19
wintest: moved to top level
Andrew Tridgell
3
-970
/
+0
2010-11-18
s4-wintest: reliability and usability improvements
Andrew Tridgell
3
-116
/
+166
2010-11-18
s4-rodc: enable the DRS_GET_ALL_GROUP_MEMBERSHIP flag for RODC replication
Andrew Tridgell
2
-1
/
+3
2010-11-18
s4-join: initially disable the machine account
Andrew Tridgell
1
-1
/
+8
2010-11-18
s4-drs: fixed a typo
Andrew Tridgell
1
-1
/
+1
2010-11-18
s4-wintest: remove files in var/ when reprovisioning
Andrew Tridgell
1
-0
/
+1
2010-11-18
s4-test: added --rebase and --clean options
Andrew Tridgell
1
-1
/
+13
2010-11-18
s4-test: use --fail-immediately for samba_dnsupdate testing
Andrew Tridgell
1
-2
/
+2
2010-11-18
s4-spnupdate: only enable NDR print at log level above 5
Andrew Tridgell
1
-1
/
+4
2010-11-18
s4-dns: added support for --fail-immediately for RODC netlogon dns updates
Andrew Tridgell
1
-0
/
+7
2010-11-18
s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testing
Kamen Mazdrashki
1
-1
/
+6
2010-11-18
s4-ldb.python: add test for ldb.Message.from_dict() method
Kamen Mazdrashki
1
-0
/
+17
2010-11-18
s4-pyldb: ldb.Message.from_dict class method to create LdbMessage object from...
Kamen Mazdrashki
1
-0
/
+44
2010-11-18
s4-pyldb: Move code to create a ldb_message from a Python Dictionary object i...
Kamen Mazdrashki
1
-46
/
+73
2010-11-18
s4-samdb.py: Use ldb.get_default_basedn() to avoid RootDSE search
Kamen Mazdrashki
1
-6
/
+1
2010-11-18
s4-pyldb_util: Move ldb Type searching into separate function
Kamen Mazdrashki
1
-18
/
+28
2010-11-18
s4-pyldb: Few miss-alignments aligned
Kamen Mazdrashki
1
-9
/
+8
2010-11-18
s4-pyldb: Move PyLdbMessage_FromMessage() in PyMessage group of functions
Kamen Mazdrashki
1
-1
/
+1
2010-11-18
s4-pyldb: Fix wrong type of 'self' parameter
Kamen Mazdrashki
1
-1
/
+1
2010-11-18
s4-tests: Modified descriptor tests to use pyldb api to retrieve configuratio...
Nadezhda Ivanova
1
-12
/
+2
2010-11-18
s4-tests: Modified acl tests to use pyldb api to retrieve configuration dn.
Nadezhda Ivanova
1
-3
/
+1
2010-11-18
s4-tests: Changed descriptor tests to use existing method in samdb for adding...
Nadezhda Ivanova
1
-32
/
+24
2010-11-18
s4-tests: Changed acl tests to use existing method in samdb for adding users ...
Nadezhda Ivanova
1
-19
/
+8
2010-11-18
Revert "s4:api.py - DN tests - test a bit more special DNs and merge the comp...
Matthias Dieter Wallnöfer
1
-44
/
+1
[prev]
[next]