summaryrefslogtreecommitdiff
path: root/source3/torture/msgtest.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:torture: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke1-1/+1
2011-07-28s3:torture: use lp_load_global() in the msgtestMichael Adam1-1/+1
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-08-06s3: Remove some explicit calls to procid_self()Volker Lendecke1-3/+3
2010-08-01s3: Fix some nonempty blank linesVolker Lendecke1-8/+8
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-02-23s3: Consolidate some pid_to_procid() calls to procid_self()Volker Lendecke1-2/+2
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke1-1/+1
2009-01-22s3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() ins...Stefan Metzmacher1-8/+19
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-4/+4
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-2/+0
2007-10-10r22906: Some more message_send_pidVolker Lendecke1-14/+27
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r21116: Fix the build -- sorry!Volker Lendecke1-4/+8
2007-10-10r21064: The core of this patch isVolker Lendecke1-2/+3
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-1/+1
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-17/+0
2007-10-10r17347: Some C++ warnings -- 271 leftVolker Lendecke1-5/+6
2007-10-10r16960: Some warnings from host "opi"Volker Lendecke1-4/+4
2007-10-10r15729: Second part of Aleksey Fedoseev <fedoseev@ru.ibm.com> patch.Jeremy Allison1-1/+54
2007-10-10r15727: Fix msgtest - noticed by Aleksey Fedoseev <fedoseev@ru.ibm.com>.Jeremy Allison1-0/+2
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+6
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-2/+2
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-1/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-2/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+96