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
r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test
Andrew Tridgell
1
-3
/
+3
2007-10-10
r8879: more expansion of the irpc test to try to uncover the ia64 mystery
Andrew Tridgell
1
-0
/
+50
2007-10-10
r8874: test some more combinations
Stefan Metzmacher
1
-3
/
+8
2007-10-10
r8873: add more checks
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hosts
Stefan Metzmacher
1
-2
/
+10
2007-10-10
r8867: try to fix the LOCAL-IRPC test on 64bit platforms
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpc
Andrew Tridgell
1
-9
/
+7
2007-10-10
r8817: - fixed return result from LOCAL-MESSAGING test
Andrew Tridgell
1
-3
/
+4
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
3
-11
/
+11
2007-10-10
r8412: cope with some lost messages in the ping test (netbsd gets this)
Andrew Tridgell
1
-2
/
+4
2007-10-10
r7901: check if system supports UTF-16LE at all in LOCAL-ICONV test
Andrew Tridgell
1
-1
/
+9
2007-10-10
r7898: don't die on bad iconv libs in LOCAL-ICONV test
Andrew Tridgell
1
-0
/
+8
2007-10-10
r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET test
Andrew Tridgell
1
-1
/
+3
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
[next]