summaryrefslogtreecommitdiff
path: root/source3/torture/masktest.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-01-25s3-masktest: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-5/+6
2010-11-02s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett1-1/+1
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-3/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-3/+1
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison1-4/+9
2010-08-18s3: async cli_listVolker Lendecke1-17/+30
2010-08-05s3: Fix a crash in masktestVolker Lendecke1-0/+1
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke1-2/+3
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-3/+2
2009-04-29Make cli_unlink async.Jeremy Allison1-2/+2
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-3/+4
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-2/+4
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-2/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-04Ok, down to just the client/*.c code now.Jeremy Allison1-30/+52
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-2/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+2
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-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-1/+8
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-3/+3
2007-10-10r20245: merge 20244 from samba_3_0_24Herb Lewis1-3/+4
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-4/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r5749: fix some build issuesGerald Carter1-1/+1
2007-10-10r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It isAndrew Tridgell1-1/+1
2007-10-10r2814: Exactly the same as "main" build fix.Rafal Szczesniak1-1/+1
2003-08-12Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison1-1/+1
2003-07-04Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison1-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
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-2/+9
2003-02-24Missed a couple of files from the client-side kerberos mergeAndrew Bartlett1-1/+1
2003-01-14Merge from HEAD:Andrew Bartlett1-4/+4
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-7/+9
2002-03-22add a -n maxloops option so this can be run in a script and end after aHerb Lewis1-1/+8
2002-03-21merge fix for core dump when called with no args from 2.2Herb Lewis1-1/+1
2002-03-21update usage message with other options. Add a -d debuglevel optionHerb Lewis1-1/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+2
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-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0