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
2007-10-10
r9090: Another field in usermod function - account flags.
Rafal Szczesniak
1
-9
/
+9
2007-10-10
r9037: New fields in usermod function - allow_password_change and
Rafal Szczesniak
1
-7
/
+11
2007-10-10
r9028: make some function static
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r8977: Put my copyright in share torture test.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r8975: Very basic test for delshare function based on code submitted
Rafal Szczesniak
1
-4
/
+55
2007-10-10
r8954: Use binding string to specify host rather than share path, as we use
Rafal Szczesniak
1
-3
/
+19
2007-10-10
r8944: Get more verbose output from NET-API-LISTSHARE test.
Rafal Szczesniak
1
-0
/
+82
2007-10-10
r8930: Add the libnet share tests based on code submitted by
Rafal Szczesniak
1
-0
/
+92
2007-10-10
r8897: Add test for the comment field.
Rafal Szczesniak
1
-6
/
+7
2007-10-10
r8807: Modifying datetime field using struct timeval argument rather than
Rafal Szczesniak
1
-5
/
+8
2007-10-10
r8761: Propagate changes in monitor messaging code.
Rafal Szczesniak
2
-4
/
+16
2007-10-10
r8759: Another couple of fields in usermod routine.
Rafal Szczesniak
1
-2
/
+5
2007-10-10
r8721: Further work on libnet_rpc_usermod function. Now it can change
Rafal Szczesniak
1
-5
/
+21
2007-10-10
r8693: Test code for usermod routine.
Rafal Szczesniak
1
-0
/
+71
2007-10-10
r8232: remove samr_String and netr_String as they are the same as lsa_String
Stefan Metzmacher
4
-12
/
+12
2007-10-10
r8094: Fix compiler warnings.
Rafal Szczesniak
1
-9
/
+33
2007-10-10
r8081: Add simple test for RpcConnect function.
Rafal Szczesniak
1
-0
/
+95
2007-10-10
r8080: Use libnet_context where using libnet_Lookup functions now.
Rafal Szczesniak
1
-6
/
+19
2007-10-10
r8079: Dcerpc pipe in libnet_context is just pipe now, instead of explicit samr.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r7864: fixed some const bugs
Andrew Tridgell
1
-2
/
+2
2007-10-10
r7858: removed some unused variables
Andrew Tridgell
1
-3
/
+0
2007-10-10
r7816: Implementation of "shortcut" function for those (probably many) who
Rafal Szczesniak
1
-4
/
+54
2007-10-10
r7737: Test for libnet_Lookup function.
Rafal Szczesniak
1
-0
/
+52
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7628: Unused variables.
Tim Potter
1
-4
/
+0
2007-10-10
r7491: libnet functions used in tests have different names now.
Rafal Szczesniak
3
-24
/
+24
2007-10-10
r7384: I've forgotten to commit test source.
Rafal Szczesniak
1
-0
/
+131
2007-10-10
r7365: Remove unused variables.
Tim Potter
1
-2
/
+0
2007-10-10
r7324: Torture test for composite domain open function.
Rafal Szczesniak
1
-0
/
+116
2007-10-10
r6847: Fix some unused variable warnings in the libnet torture test.
Tim Potter
2
-2
/
+0
2007-10-10
r6717: - torture test of async useradd function and monitor messages.
Rafal Szczesniak
2
-1
/
+59
2007-10-10
r6674: Fix some compiler warnings.
Tim Potter
1
-4
/
+1
2007-10-10
r6637: Test for asynchronous function and monitor messages.
Rafal Szczesniak
1
-2
/
+81
2007-10-10
r6432: Restorin previous construction of conditions after a little discussion
Rafal Szczesniak
2
-3
/
+9
2007-10-10
r6430: Delete existing test account if, for some reason, it hasn't been
Rafal Szczesniak
1
-3
/
+19
2007-10-10
r6426: DCE/RPC bind string parsing is not needed anymore, as we use
Rafal Szczesniak
2
-33
/
+4
2007-10-10
r6420: Close user account handle before calling tested function to better
Rafal Szczesniak
1
-7
/
+19
2007-10-10
r6415: Added NET-USERDEL torture test which proves something's wrong
Rafal Szczesniak
1
-0
/
+104
2007-10-10
r6405: Complete NET-USERADD torture test for user add composite function.
Rafal Szczesniak
1
-0
/
+60
2007-10-10
r6389: Incomplete test of composite useradd function.
Rafal Szczesniak
1
-0
/
+148
2007-10-10
r6165: fixed up the userinfo composite code. Fixes include:
Andrew Tridgell
1
-5
/
+4
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r5681: fix the build and compiler wanings
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r5679: Complete basic test of rpc_composite_userinfo function (which
Rafal Szczesniak
1
-3
/
+151
2007-10-10
r5661: Be a little stricter on syntax regarding arrays. A pointer to an
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r5651: A bit more code in userinfo test and hook up test function to
Rafal Szczesniak
1
-3
/
+19
2007-10-10
r5610: Starting libnet test of userinfo call. Unfinished yet, though
Rafal Szczesniak
1
-0
/
+100