summaryrefslogtreecommitdiff
path: root/source3/torture/rpctorture.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-1/+1
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke1-1/+5
2003-08-20metze's autogenerate patch for version.hGerald Carter1-2/+2
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison1-4/+4
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
2003-02-07Samba janitors: applying mbp's redundant umask fix.Jeremy Allison1-4/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-3/+3
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-1/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-4/+3
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-4/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+0
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell1-0/+559