index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4-tests: Modified deletetest.py to use samba.tests.delete_force
Nadezhda Ivanova
2010-11-25
1
-18
/
+14
*
s4-tests: Modified bind.py to use samba.tests.delete_force
Nadezhda Ivanova
2010-11-25
1
-7
/
+2
*
s4-tests: Modified acly.py to use common delete_force instead of defining its...
Nadezhda Ivanova
2010-11-25
1
-60
/
+55
*
s4-tests: Added a common definition of delete_force.
Nadezhda Ivanova
2010-11-25
1
-0
/
+6
*
s4-smbtorture: pick a better printer in RPC-SPOOLSS-ACCESS.
Günther Deschner
2010-11-24
1
-1
/
+8
*
s4:objectclass LDB module - LSA objects - allow them if the SYSTEM control is...
Matthias Dieter Wallnöfer
2010-11-24
2
-5
/
+9
*
s4:objectclass LDB module - move one checks into the "objectclass derivation ...
Matthias Dieter Wallnöfer
2010-11-24
1
-11
/
+17
*
s4:objectclass LDB module - some more or less cosmetic return value macro cha...
Matthias Dieter Wallnöfer
2010-11-24
1
-14
/
+22
*
s4-tests: Modified sec_descriptor to use samdb.newgroup instead of locally de...
Nadezhda Ivanova
2010-11-24
1
-48
/
+50
*
s4-dsdb: Extended samdb.newgroup to set the group's security descriptor.
Nadezhda Ivanova
2010-11-24
1
-1
/
+5
*
s4-setup correct the require BIND version for Dynamic DNS
Andrew Bartlett
2010-11-24
1
-1
/
+1
*
s4-devel: we don't need to override these scripts now
Andrew Tridgell
2010-11-24
1
-2
/
+0
*
s4-dynconfig: override more paths when running from the build directory
Andrew Tridgell
2010-11-24
4
-9
/
+16
*
s4-kcc: disable the NDR printing of DRS getinfo requests
Andrew Tridgell
2010-11-24
1
-0
/
+4
*
pyldb: Fix broken test.
Jelmer Vernooij
2010-11-23
2
-1
/
+2
*
s4-tests: Modified acl.py to use samdb.newgroup instead of custom methods.
Nadezhda Ivanova
2010-11-23
1
-43
/
+15
*
s4-dsdb: Changed filter to find the account of a user by samAccountName
Nadezhda Ivanova
2010-11-23
1
-2
/
+1
*
s4-test/repl_schema: Refactor the test a little bit to
Kamen Mazdrashki
2010-11-23
1
-31
/
+59
*
s4-tests: Make all DRS python tests to start with samba4.drs.* prefix
Kamen Mazdrashki
2010-11-23
1
-3
/
+3
*
s4-pfm_verify: Explicitly pass LoadParm() instance to system_session() function
Kamen Mazdrashki
2010-11-23
1
-1
/
+1
*
s4-tests: Modified sec_descriptor.py to use samdb.newuser instead of custom m...
Nadezhda Ivanova
2010-11-23
1
-47
/
+22
*
s4-tests: Modified acl.py to use samdb.newuser instead of custom methods.
Nadezhda Ivanova
2010-11-23
1
-86
/
+68
*
s4-dsdb: Extended samdb.newuser to accept security descriptor for the object ...
Nadezhda Ivanova
2010-11-23
1
-3
/
+9
*
s4-tests: Modified sec_descriptor.py to use SamDB.create_ou()
Nadezhda Ivanova
2010-11-23
1
-35
/
+20
*
s4-tests: Modified acl.py to use SamDB.create_ou()
Nadezhda Ivanova
2010-11-23
1
-84
/
+70
*
s4-dsdb: Added a python method to SamDB for creating organizationalUnits
Nadezhda Ivanova
2010-11-23
1
-1
/
+29
*
s4-ldb: added an environment varibale LDB_WARN_UNINDEXED
Andrew Tridgell
2010-11-23
6
-10
/
+16
*
s4-tests: Ldap tests now use the get_dsheuristics and set_dsheuristics from S...
Nadezhda Ivanova
2010-11-23
1
-25
/
+6
*
s4-tests: Password tests now use the get_dsheuristics and set_dsheuristics fr...
Nadezhda Ivanova
2010-11-23
1
-44
/
+9
*
s4-tests: Acl tests now use the get_dsheuristics and set_dsheuristics from Sa...
Nadezhda Ivanova
2010-11-23
1
-23
/
+7
*
s4-dsdb: Added python helpers for getting and seting dSHeuristics to SamDB
Nadezhda Ivanova
2010-11-23
1
-0
/
+24
*
service_ldap, service_smb: Lowercase output file names.
Jelmer Vernooij
2010-11-22
2
-2
/
+2
*
s4-tests: Adapted passwords.py to use set_minPwdAge from SamDB.
Nadezhda Ivanova
2010-11-22
1
-11
/
+3
*
s4-tests: Adapted acl.py to use set_minPwdAge from SamDB.
Nadezhda Ivanova
2010-11-22
1
-10
/
+3
*
s4-dsdb: Added a helper to python SamDB for retrieving and setting minPwdAge.
Nadezhda Ivanova
2010-11-22
1
-0
/
+15
*
s4-test/repl_schema: Remote global ldb connections
Kamen Mazdrashki
2010-11-22
1
-25
/
+7
*
s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helper
Kamen Mazdrashki
2010-11-22
1
-0
/
+18
*
s4-samba.tests: Explicitly pass LoadParm() instance to system_session() function
Kamen Mazdrashki
2010-11-22
1
-1
/
+1
*
s4-pfm_verify: fix usage string
Kamen Mazdrashki
2010-11-22
1
-1
/
+1
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
6
-19
/
+14
*
selftest: When running on the buildfarm, pipe everything through
Jelmer Vernooij
2010-11-21
1
-0
/
+2
*
selftest: fix tap2subunit detection on system with tap2subunit but not correc...
Matthieu Patou
2010-11-21
1
-1
/
+6
*
s4:provision_rootdse_add.ldif - add all possible LDAP policy values but outco...
Matthias Dieter Wallnöfer
2010-11-21
1
-0
/
+12
*
s4-ldb: fixed the build with a space in the ldb modules directory name
Andrew Tridgell
2010-11-21
1
-1
/
+1
*
heimdal: fixed the waf build with a space in the directory name
Andrew Tridgell
2010-11-21
2
-26
/
+26
*
s4-rpc: make rpc connect less verbose
Andrew Tridgell
2010-11-21
1
-1
/
+1
*
s4:repl_meta_data LDB module - fix a counter type
Matthias Dieter Wallnöfer
2010-11-20
1
-2
/
+4
*
s4:repl_meta_data LDB module - move the "objectGUID" checks a bit higher
Matthias Dieter Wallnöfer
2010-11-20
1
-29
/
+29
*
s4:objectclass_attrs LDB module - add more delete protected attributes
Matthias Dieter Wallnöfer
2010-11-20
2
-86
/
+50
*
s4:samldb LDB module - objectclass trigger - reorder template attributes
Matthias Dieter Wallnöfer
2010-11-20
1
-9
/
+10
[prev]
[next]