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
/
libnet
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-03
Use TestCase.get_credentials() where possible.
Jelmer Vernooij
1
-4
/
+3
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
1
-33
/
+34
2010-10-12
torture/becomedc: Add test for global schema, use samdb_connect().
Jelmer Vernooij
1
-6
/
+8
2010-09-15
s4-libnet: print the domain name on domain open failure
Andrew Tridgell
2
-2
/
+4
2010-09-05
s4-test: refactor API-DELETEUSER test a little to:
Kamen Mazdrashki
1
-29
/
+23
2010-08-31
s4: use GetTimeOfDay macro instead of gettimeofday
Björn Jacke
1
-1
/
+1
2010-08-02
s4:torture/libnet: avoid dereferencing dcerpc_binding_handle internals
Stefan Metzmacher
1
-4
/
+5
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
11
-30
/
+30
2010-06-24
s4-python: python is not always in /usr/bin
Andrew Tridgell
1
-1
/
+1
2010-06-19
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
1
-3
/
+1
2010-06-16
s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.
Stefan Metzmacher
2
-2
/
+2
2010-06-15
s4:torture Rework NET-API-BECOMEDC test to use libnet_vampire callbacks.
Andrew Bartlett
1
-582
/
+59
2010-06-11
s4/test-libnet: Re-align code a bit - more readable this way IMO
Kamen Mazdrashki
3
-24
/
+28
2010-06-11
s4/test-libnet: Refactor test_group_create() a little to:
Kamen Mazdrashki
1
-11
/
+22
2010-06-11
s4/test-libnet: Refactor test_user_create() little bit to:
Kamen Mazdrashki
1
-11
/
+7
2010-06-11
s4/test-libnet: add few comments for utility functions
Kamen Mazdrashki
1
-3
/
+11
2010-06-11
s4/test-libnet: Move LSA close handle function to a common location
Kamen Mazdrashki
3
-40
/
+26
2010-06-11
s4/test-libnet: remove unused code
Kamen Mazdrashki
1
-25
/
+0
2010-06-11
s4/test-libnet: Fix compile-time warning
Kamen Mazdrashki
1
-1
/
+1
2010-06-11
s4/test: use test_libnet_context_init() function to create libnet_context
Kamen Mazdrashki
2
-24
/
+23
2010-06-11
s4/test: fix SEGFAULT in test_group_create when rid is NULL
Kamen Mazdrashki
1
-1
/
+4
2010-06-11
s4/test-libnet: Helper func to initialize libnet_context
Kamen Mazdrashki
1
-0
/
+54
2010-06-11
s4/test: Call test_user_cleanup with original RDN for the user
Kamen Mazdrashki
1
-1
/
+1
2010-06-11
s4/test: Fix incorrect NTSTATUS comparison
Kamen Mazdrashki
1
-2
/
+2
2010-06-11
s4/test: remove create/delete group implementation in API-CREATEGROUP test
Kamen Mazdrashki
1
-110
/
+3
2010-06-11
s4/test: Remove duplicated test_opendomain() functionality
Kamen Mazdrashki
1
-54
/
+1
2010-06-11
s4/test: libnet_user tests should use common test_user_cleanup
Kamen Mazdrashki
1
-129
/
+5
2010-06-11
s4/test: Refactor test_user_cleanup to be more robust
Kamen Mazdrashki
1
-12
/
+84
2010-06-11
s4/test: remove duplicated comment
Kamen Mazdrashki
1
-3
/
+0
2010-05-28
s4/test-libnet: Remove multiple test_samr_close() impelementations
Kamen Mazdrashki
2
-45
/
+15
2010-05-28
s4/test-libnet-user: Remove test_createuser()
Kamen Mazdrashki
1
-63
/
+3
2010-05-28
s4/test-libnet-utils: refactor test_user_create()
Kamen Mazdrashki
1
-13
/
+39
2010-05-28
s4/test: remove local impl for open_domain and use common one
Kamen Mazdrashki
2
-57
/
+5
2010-05-28
s4/test: remove torture/libnet/utils.h as we are using proto.h now
Kamen Mazdrashki
5
-61
/
+4
2010-05-28
s4/test: change prototype for test_opendomain()
Kamen Mazdrashki
6
-13
/
+14
2010-05-28
s4/test: Refactor test_opendomain to address following
Kamen Mazdrashki
1
-16
/
+33
2010-05-28
s4/test: make samr_close handle functio public
Kamen Mazdrashki
2
-0
/
+26
2010-05-28
s4/test: refactor NET-USERINFO test to be more 'torture' friendly
Kamen Mazdrashki
1
-24
/
+6
2010-05-28
s4/test: test_userinfo/_async tests should use passed user_name param value
Kamen Mazdrashki
1
-2
/
+2
2010-05-26
s4/test: Connect SAMR and LDARPC pipes before calling libnet_ functions
Kamen Mazdrashki
1
-7
/
+29
2010-05-26
s4/test: remove unused code
Kamen Mazdrashki
1
-18
/
+0
2010-05-26
s4/test: make test_cleanup() in libnet_user library more robust
Kamen Mazdrashki
1
-4
/
+74
2010-05-26
s4/test: rename enum test_fields{} member names to be more descriptive
Kamen Mazdrashki
3
-28
/
+29
2010-05-26
s4/test: Replace hand-made field count to test
Kamen Mazdrashki
3
-8
/
+11
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-1
/
+1
2010-04-14
s4:torture/rpc: rename rpc.h => torture_rpc.h
Stefan Metzmacher
13
-13
/
+13
2010-04-11
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
1
-1
/
+1
2010-03-29
s4:torture/libnet:add explicit check for NTSTATUS r.out.result
Günther Deschner
5
-207
/
+223
2010-03-23
s4-smbtorture: use torture_context in libnet domain tests as well.
Günther Deschner
1
-8
/
+10
2010-03-23
s4-smbtorture: use torture_context for debugging output everywhere in libnet ...
Günther Deschner
12
-245
/
+271
[next]