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
/
local
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7426: add an option to disable progress output
Stefan Metzmacher
1
-2
/
+6
2007-10-10
r7358: make the irpc test use two messaging contexts, not one, so it better
Andrew Tridgell
1
-10
/
+15
2007-10-10
r7321: add nbtd statistics serving over irpc
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop,
Andrew Tridgell
1
-3
/
+73
2007-10-10
r7294: implemented the irpc messaging system. This is the core of the
Andrew Tridgell
2
-0
/
+92
2007-10-10
r6563: - fixed the local messaging torture test not to fork, as this causes
Andrew Tridgell
1
-14
/
+15
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-7
/
+7
2007-10-10
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-1
/
+2
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-3
/
+3
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4832: added simple testing of tcp sockets to LOCAL-SOCKET test
Andrew Tridgell
1
-0
/
+108
2007-10-10
r4831: added udp support to our generic sockets library.
Andrew Tridgell
1
-0
/
+134
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4473: - moved talloc into its own lib/talloc/ area
Andrew Tridgell
1
-724
/
+0
2007-10-10
r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
Andrew Tridgell
1
-7
/
+6
2007-10-10
r4000: DATA_BLOB.data is uint8_t * not void * :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3967: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3749: don't consider it a failure if we fail to re-encode a codepoint above
Andrew Tridgell
1
-19
/
+25
2007-10-10
r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument.
Andrew Bartlett
1
-1
/
+11
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
2
-18
/
+21
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3446: created include/system/iconv.h and include/system/shmem.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3324: made the smbtorture code completely warning free
Andrew Tridgell
5
-7
/
+7
2007-10-10
r3271: use "struct messaging_context *" instead of "void *" in messaging API
Andrew Tridgell
1
-6
/
+6
2007-10-10
r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of
Jelmer Vernooij
1
-3
/
+1
2007-10-10
r3157: Add ncacn_http
Jelmer Vernooij
1
-0
/
+6
2007-10-10
r3156: Couple of fixes in the conversion functions between binding structs and
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r3136: - Allow specifying socket type when adding smbd service
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r3130: - added a LOCAL-IDTREE test suite
Andrew Tridgell
1
-0
/
+100
2007-10-10
r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r3124: Add dcerpc_binding_from_tower()
Jelmer Vernooij
1
-17
/
+59
2007-10-10
r3123: Add dcerpc_binding_build_tower()
Jelmer Vernooij
1
-0
/
+81
2007-10-10
r3026: - added automatic retry to messages when the servers listen queue is
Andrew Tridgell
1
-8
/
+11
2007-10-10
r3023: added immediate send of messages when they are first queued. This make...
Andrew Tridgell
1
-6
/
+1
2007-10-10
r3021: under heavy load the listen queue for messaging unix domain socket can...
Andrew Tridgell
1
-12
/
+24
2007-10-10
r3019: make the LOCAL-MESSAGING test a 2 process test
Andrew Tridgell
1
-13
/
+47
2007-10-10
r3016: - converted the events code to talloc
Andrew Tridgell
1
-0
/
+92
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
1
-5
/
+49
2007-10-10
r2799: removed one last occurance of torture_ldb_alloc()
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
Andrew Tridgell
1
-21
/
+109
2007-10-10
r2744: ben elliston taught me about gcov today, which allows you to measure
Andrew Tridgell
1
-20
/
+300
2007-10-10
r2742: - fixed a bug in talloc_unreference()
Andrew Tridgell
1
-41
/
+113
2007-10-10
r2718: - added a talloc_unreference() function as requested by metze.
Andrew Tridgell
1
-17
/
+121
2007-10-10
r2711: added a simple talloc speed tester. I get the following on my laptop:
Andrew Tridgell
1
-0
/
+55
2007-10-10
r2709: finally solved the talloc reference problem.
Andrew Tridgell
1
-0
/
+115
[next]