Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r2170: if we don't have a native iconv library then we can't build this test | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r2165: generalise the charset torture test to add testing of CP850 | Andrew Tridgell | 1 | -30/+39 |
2007-10-10 | r2159: converted samba4 over to UTF-16. | Andrew Tridgell | 1 | -0/+298 |