summaryrefslogtreecommitdiffstats
path: root/source3/torture/masktest.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-041-30/+52
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-1/+8
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-3/+3
* r20245: merge 20244 from samba_3_0_24Herb Lewis2007-10-101-3/+4
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-4/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r5749: fix some build issuesGerald Carter2007-10-101-1/+1
* r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It isAndrew Tridgell2007-10-101-1/+1
* r2814: Exactly the same as "main" build fix.Rafal Szczesniak2007-10-101-1/+1
* Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison2003-08-121-1/+1
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-041-2/+2
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-2/+9
* Missed a couple of files from the client-side kerberos mergeAndrew Bartlett2003-02-241-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-4/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-7/+9
* add a -n maxloops option so this can be run in a script and end after aHerb Lewis2002-03-221-1/+8
* merge fix for core dump when called with no args from 2.2Herb Lewis2002-03-211-1/+1
* update usage message with other options. Add a -d debuglevel optionHerb Lewis2002-03-211-1/+11
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-2/+1
* more minor torture updatesAndrew Tridgell2001-08-231-0/+1
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-8/+8
* fixed compilation of masktest on AIXAndrew Tridgell2001-07-051-7/+7
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-5/+5
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-191-0/+521