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
/
torture
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-06
s4:torture/samr - Activate "ValidatePassword" test per default
Matthias Dieter Wallnöfer
1
-5
/
+2
2009-11-06
s4/drs(tort): _torture_drs_pfm_compare_same() should not fail tctx by itself
Kamen Mazdrashki
1
-19
/
+35
2009-11-06
s4/drs(tort): Test case for dsdb_create_prefix_mapping() implemented
Kamen Mazdrashki
1
-0
/
+88
2009-11-06
s4/drs(tort): refactor - SCHEMA_INFO_DEFAULT defined on file scope
Kamen Mazdrashki
1
-9
/
+11
2009-11-06
s4/drs(tort): prefixMap read/write in LDB test case
Kamen Mazdrashki
1
-0
/
+43
2009-11-06
s4/drs(tort): Create temporary LDB for testing purposes
Kamen Mazdrashki
1
-0
/
+67
2009-11-06
s4/drs(tort): prefixMap to/from ldb_val serialization test case
Kamen Mazdrashki
1
-2
/
+61
2009-11-06
s4/drs: dsdb_schema_pfm_from_drsuapi_pfm() to accept partial drsuapi_prefixMap
Kamen Mazdrashki
1
-1
/
+11
2009-11-06
s4/drs: dsdb_map_int2oid() replaced by dsdb_schema_pfm_oid_from_attid()
Kamen Mazdrashki
1
-1
/
+2
2009-11-06
s4/drs: dsdb_verify_oid_mappings_drsuapi() replaced by dsdb_schema_pfm_contai...
Kamen Mazdrashki
1
-1
/
+1
2009-11-06
s4/drs: dsdb_load_oid_mappings_drsuapi() -> dsdb_load_prefixmap_from_drsuapi()
Kamen Mazdrashki
1
-1
/
+1
2009-11-06
s4/drs(tort): test for schema_prefixMap to/from drsuapi_prefixMap conversion
Kamen Mazdrashki
1
-0
/
+51
2009-11-06
s4/drs(tort): implement prefixMap comparison function
Kamen Mazdrashki
1
-13
/
+23
2009-11-06
s4:torture/drs: move intern/ => unit/
Stefan Metzmacher
2
-1
/
+1
2009-11-05
Fix up some of the timing constants for DELAYWRITE. Add some extra tests up t...
Jeremy Allison
1
-30
/
+114
2009-11-05
s4:torture/rpc/samr - Add a comment for "ValidatePassword" test
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-11-03
s4-smbtorture: skip three info levels while testing s3 with RPC-LSA.
Günther Deschner
1
-3
/
+14
2009-11-03
s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3.
Günther Deschner
1
-0
/
+4
2009-11-03
s4-smbtorture: skip QueryDomainInformationPolicy test against s3 in RPC-LSA.
Günther Deschner
1
-0
/
+4
2009-11-03
s4-smbtorture: simplify some torture_comments in RPC-LSA.
Günther Deschner
1
-20
/
+6
2009-11-02
s4:torture/raw/samba3misc - Add "discard_const_p" macro before a string
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-10-30
s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS.
Günther Deschner
1
-0
/
+6
2009-10-30
s4-smbtorture: fix warning in RPC-WKSSVC torture test.
Günther Deschner
1
-3
/
+5
2009-10-29
Change RAW-STREAMS for s3 to allow rename over an existing stream,
Jeremy Allison
1
-1
/
+2
2009-10-23
s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()
Andrew Tridgell
5
-5
/
+5
2009-10-23
s4-dsdb: create a static system_session context
Andrew Tridgell
1
-4
/
+4
2009-10-22
s4-torture: fixed double free in libnet_group test
Andrew Tridgell
1
-1
/
+0
2009-10-22
s4:torture Silence const warning by use of data_blob_const()
Andrew Bartlett
1
-2
/
+1
2009-10-22
s4:smbtorture - Add "const" before "value"
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-10-21
s4/drs(tort): Unit test for prefixMap implementation.
Kamen Mazdrashki
1
-5
/
+327
2009-10-21
s4/drs(tort): Comment typos fixed in drs_util.c
Kamen Mazdrashki
1
-2
/
+2
2009-10-21
s4/drs(tort): fixed '==' to '>='
Kamen Mazdrashki
1
-1
/
+1
2009-10-21
s4-smbtorture: test whether an lsa_EnumTrustDom implementation would hang up ...
Günther Deschner
1
-6
/
+45
2009-10-20
s4-smbtorture: fix RPC-LSA-LSALOOKUP test against w2k3 and w2k8.
Günther Deschner
1
-16
/
+50
2009-10-20
s4-smbtorture: Make it simpler to specify number of trusted domains to create in
Günther Deschner
1
-17
/
+40
2009-10-20
s4-smbtorture: Fix wrong comment in RPC-LSA-TRUSTED-DOMAIN test.
Günther Deschner
1
-1
/
+1
2009-10-20
s4-smbtorture: split out EnumTrustedDomainsEx test in RPC-LSA-TRUSTED-DOMAINS.
Günther Deschner
1
-2
/
+27
2009-10-20
s4-smbtorture: add stricter tests for LSA-LOOKUPNAMES replies.
Günther Deschner
1
-3
/
+13
2009-10-20
s4-smbtorture: move all LookupNames tests into RPC-LSA-LOOKUPNAMES.
Günther Deschner
1
-7
/
+8
2009-10-20
s4-torture: fixed a pipe leak
Andrew Tridgell
1
-0
/
+2
2009-10-20
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
124
-274
/
+0
2009-10-20
s4-torture: fixed a fd/mem leak in the RPC-LSA-SECRETS test
Andrew Tridgell
1
-7
/
+12
2009-10-19
s4:torture "cldap" test - restore the removed constraints and add more
Matthias Dieter Wallnöfer
1
-4
/
+34
2009-10-19
s4:test: Fix typo.
Karolin Seeger
1
-1
/
+1
2009-10-19
Fix typo.
Karolin Seeger
1
-1
/
+1
2009-10-18
s4:torture "cldap" test - rework and test more results
Matthias Dieter Wallnöfer
1
-21
/
+17
2009-10-18
s4-torture: fixed the streams tests for Samba4
Andrew Tridgell
2
-40
/
+46
2009-10-18
smb2-torture: samba4 allows SEC_FLAG_SECURITY to be used with privileges
Andrew Tridgell
1
-0
/
+2
2009-10-17
Fix the smbtorture4 build. root_fid is a "union smb_handle". tridge
Jeremy Allison
1
-1
/
+1
2009-10-17
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
59
-646
/
+16929
[prev]
[next]